Uploaded image for project: 'ODE'
  1. ODE
  2. ODE-492

Problem with deploy operation in Deployemnt Service

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • 1.4
    • Deployment
    • None
    • Ode1.2 with jboss 4.2.0.GA

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            vishnupriya Vishnupriya Janardhanan
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: