[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 always

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

2007-04-16 Thread agusgr
Well, try to move the import statement in PlanetServiceArtifacts.wsdl at the beginning, just after the definition, like this: | http://schemas.xmlsoap.org/ws/2004/03/business-process/"; | xmlns:plnk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/"; | xmlns:tns="http://planets.euArtifa

[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 [/bpws:process

[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 | | http://schemas.xmlsoap.org/ws/2004/03/business-process/"; | xmlns:plnk="http://sch

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

2007-04-12 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: http://schemas.xmlsoap.org/wsdl/"; | namespace="http://planets.euArtifacts"/> In this line, you only import a namespace, not a file,