[ 
https://issues.apache.org/jira/browse/ODE-492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tammo van Lessen updated ODE-492:
---------------------------------

    Fix Version/s:     (was: 1.3.5)
                   1.4

> Problem with deploy operation in Deployemnt Service
> ---------------------------------------------------
>
>                 Key: ODE-492
>                 URL: https://issues.apache.org/jira/browse/ODE-492
>             Project: ODE
>          Issue Type: Bug
>          Components: Deployment
>         Environment: Ode1.2 with jboss 4.2.0.GA
>            Reporter: Vishnupriya Janardhanan
>            Priority: Minor
>             Fix For: 1.4
>
>
> I tried to deploy my process using the deploy operation in DeploymentService 
> . But an extra Parent folder gets created during the deployment . If i try to 
> deploy MagicSession.zip the folder structure in which the deploy.xml and wsdl 
> files are creasted  is MagicSession-{version-id}\MagicSession , The creation 
> of the MagicSession-{version-id} directory  causes errors while trying to 
> deploy the service . Is this a known issue ? . 
> The deploy process works fine when I change the source code 
> org\apache\ode\axis2\service\DeploymentWebService - Line 134
> Replace
> File dest = new File(_deployPath, namePart.getText() + "-" + 
> _store.getCurrentVersion());
> dest.mkdir();
> with 
> File dest=_deployPath 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to