[jboss-user] [JBoss jBPM] - Re: Can't deploy my BPEL process to jBPM BPEL 1.1 Beta3

2007-04-20 Thread agusgr
Hi, Now you have the bpel process running in the server, but not as a web service. The next steps are: 1.- Create the wsdl files to interact whit the process. You have to run the ant task: ant generate-service. 2.- Create the artifacts to interact whit the process. You have to run the ant task:

[jboss-user] [JBoss jBPM] - Re: Can't deploy my BPEL process to jBPM BPEL 1.1 Beta3

2007-04-19 Thread rainstar79
Hi Agus, thanks for your help. I was now able to deploy my process!! But here is my next question :-) What is my next step after I ran: ant deploy-definition I got the right message: 17:31:35,559 INFO [[/jbpm-bpel]] processDeployServlet: | deployed process definition: Planets I

[jboss-user] [JBoss jBPM] - Re: Can't deploy my BPEL process to jBPM BPEL 1.1 Beta3

2007-04-17 Thread agusgr
Well, try to move the import statement in PlanetServiceArtifacts.wsdl at the beginning, just after the definition, like this:?xml version=1.0 encoding=UTF-8? | definitions xmlns:bpws=http://schemas.xmlsoap.org/ws/2004/03/business-process/; |

[jboss-user] [JBoss jBPM] - Re: Can't deploy my BPEL process to jBPM BPEL 1.1 Beta3

2007-04-13 Thread agusgr
Hi, I had the same problem. The eclipse designer don't create the files properly. I've found one error in your code: 1.- In PlanetService.bpel you have this line: bpws:import importType=http://schemas.xmlsoap.org/wsdl/; | namespace=http://planets.euArtifacts/ In this line, you only import a

[jboss-user] [JBoss jBPM] - Re: Can't deploy my BPEL process to jBPM BPEL 1.1 Beta3

2007-04-13 Thread rainstar79
Hi agusgr, THANK you for your reply!!! I will check it out right now and post my results. Thanks for the hint that I posted the same code twice, so here is the code for PlanetsServiceArtifacts.wsdl | ?xml version=1.0 encoding=UTF-8? | definitions

[jboss-user] [JBoss jBPM] - Re: Can't deploy my BPEL process to jBPM BPEL 1.1 Beta3

2007-04-13 Thread rainstar79
you are right agusgr, now I got the following error message: | 11:53:35,448 ERROR [[processDeployServlet]] Servlet.service() for servlet proces | sDeployServlet threw exception | org.jbpm.jpdl.JpdlException: [[ERROR] PlanetsService.bpel port type of first rol | e not found