Hello,
I recently realized that the process versioning when deploying processes
in Servicemix ODE's distribution as OSGi bundles is taking the last
digit of the OSGi bundle version. e.g. If i'm deploying a bundle with
the name example-bundle-1.0.0.jar, the Process version will be 0. But if
I deploy a new version of the process with the name
example-bundle-2.0.0.jar the following exception is thrown:
org.apache.ode.bpel.iapi.ContextException: Deploy failed; Deployment
Unit
"net.geant.gembus.service.composition.orchestration.example-new-diagram-0"
already deployed!
Is this the expected behavior? Is it possible to specify the process
version in a property/parameter?
Regards,
Antonio