Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
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