Hi,
I'd like to automate my deployment process.
I'm using the following rest services in order to undeploy and deploy again my processes:
1) Undeploy:
http://hostname:port/jbpm-console/rest/deployment/org.myProject:MyProject:1.0/undeploy
2) Compile (Maven):
http://hostname:port/jbpm-console/rest/repositories/MyRepo/projects/MyProject/maven/compile
3) Install (Maven):
http://hostname:port/jbpm-console/rest/repositories/MyRepo/projects/MyProject/maven/install
4) Install (Maven):
http://hostname:port/jbpm-console/rest/repositories/MyRepo/projects/MyProject/maven/deploy
5) Deploy:
Steps 1,2,3, and 4 work fine. The latest REST call fails with error code 400 (BAD REQUEST) and the message java.io.EOFException: No content to map to Object due to end of input
Can anyone help me?
--
You received this message because you are subscribed to the Google Groups "jBPM Usage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jbpm-usage+...@googlegroups.com.
To post to this group, send email to jbpm-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jbpm-usage/1026ba3b-f473-4e2e-b17b-10fe6301106b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Include in the POST body following content:<deployment-descriptor/>Maciej
Hi,
I'd like to automate my deployment process.
I'm using the following rest services in order to undeploy and deploy again my processes:
1) Undeploy:
http://hostname:port/jbpm-console/rest/deployment/org.myProject:MyProject:1.0/undeploy
2) Compile (Maven):
http://hostname:port/jbpm-console/rest/repositories/MyRepo/projects/MyProject/maven/compile
3) Install (Maven):
http://hostname:port/jbpm-console/rest/repositories/MyRepo/projects/MyProject/maven/install
4) Install (Maven):
http://hostname:port/jbpm-console/rest/repositories/MyRepo/projects/MyProject/maven/deploy
5) Deploy:
Steps 1,2,3, and 4 work fine. The latest REST call fails with error code 400 (BAD REQUEST) and the message java.io.EOFException: No content to map to Object due to end of input
Can anyone help me?
--
You received this message because you are subscribed to the Google Groups "jBPM Usage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jbpm-usage+unsubscribe@googlegroups.com.
Maciej
To unsubscribe from this group and stop receiving emails from it, send an email to jbpm-usage+...@googlegroups.com.
To post to this group, send email to jbpm-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jbpm-usage/1026ba3b-f473-4e2e-b17b-10fe6301106b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi @Maciej ,