You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Vishnupriya Janardhanan (JIRA)" <ji...@apache.org> on 2009/01/16 04:37:00 UTC

[jira] Created: (ODE-492) Problem with deploy operation in Deployemnt Service

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


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.


[jira] Updated: (ODE-492) Problem with deploy operation in Deployemnt Service

Posted by "Tammo van Lessen (JIRA)" <ji...@apache.org>.
     [ 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: 1.3.5

> 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.3.5
>
>
> 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.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira