[jboss-user] [JBoss jBPM] - Re: JBoss jBPM - BPeL - eclipse

2007-11-27 Thread agusgr
I have had lots of BPEL exceptions but never one like this. What are you doing?:-) Are you following the tutorial steps? What version of JBoss AS are installed in your computer? What version of BPEL extension do you have? Maybe if you post your code, I can see it and help you. My advice,

[jboss-user] [JBoss jBPM] - Re: JBoss jBPM - BPeL - eclipse

2007-11-23 Thread agusgr
Hi Tina, I try to answer your question, ok? 1.- My knowledge of JbossBPEL cames to the experience of using it. 2.- You are reading the jbpm user guide, not BPEL user guide. Try to start with this one: http://docs.jboss.com/jbpm/bpel/ Read this guide an this one, is a good point to start.

[jboss-user] [JBoss jBPM] - Re: jBPM BPEL Eclipse Process Designer interworking

2007-11-22 Thread agusgr
Well, I think it will be better to start with a syncrhonous process, withouth invocation. Something like this: http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmBpelDesigner It's an example about how to modify the simple Hello process, but it's a good point to start. The problem is that use an old

[jboss-user] [JBoss jBPM] - Re: JBoss jBPM - BPeL - eclipse

2007-11-22 Thread agusgr
Your are trying to deploy the bpel process from Eclipse?? I think that it is no possible by the moment, you should follow the user guide. Agus View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4107000#4107000 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JBoss jBPM - BPeL - eclipse

2007-11-21 Thread agusgr
Hi Tina, It seems to be an error in your proxy configuration, not eclipse but I'm not sure. There is another way to get the wsdl (my way, :-)). Using your web browser (Mozilla, Internet Explorer) go to the web service page an save the wsld in your local system. Here

[jboss-user] [JBoss jBPM] - Re: jBPM BPEL Eclipse Process Designer interworking

2007-11-21 Thread agusgr
What does your process do? First you receive a request for the initiate operation, and then you invoke your own bpel process with the onResult operation, is right?? Why? Saludos Federico, Agus P.D.- Para cuando un foro de BPEL en español??? View the original post :

[jboss-user] [JBoss jBPM] - Re: BPEL Problem: Test the BPEL process

2007-11-20 Thread agusgr
Thanks a lot Sandeep. After lots of hours surfin the Internet I've found this to test web services with generic soap clients: http://www.soapclient.com/soaptest.html http://www.javalinuxlabs.org/wise/index.html I hope it could help somebody. Regards, Agus View the original post :

[jboss-user] [JBoss jBPM] - Re: RuntimeException in handler method, transition to DOES_N

2007-11-20 Thread agusgr
Hi, try to change the query statements for XPATH statements. Like this: Change this: copy | from part=length variable=ac3ipRequest/ | to part=calarea query=/area:calculateArea/in0 variable=calculateAreaRequest/ | /copy | For this: | copy |

[jboss-user] [JBoss jBPM] - Re: RuntimeException in handler method, transition to DOES_N

2007-11-20 Thread agusgr
And one question. What are you using for test the BPEL process? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106334#4106334 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106334

[jboss-user] [JBoss jBPM] - Re: JBoss jBPM - BPeL - eclipse

2007-11-20 Thread agusgr
Maybe you could start reading this post. http://www.jboss.com/index.html?module=bbop=viewtopicp=4106514#4106514 I will wait your questions in the forum Good luck View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106515#4106515 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: RuntimeException in handler method, transition to DOES_N

2007-11-20 Thread agusgr
I meant consumtion of the process. What kind of client do you use?? An axis client, a generic soap client, a visual basic client... Looking in the logs I see the excepcion in the soap request handler, so maybe a problem with the soap request message of your client. Is only a theory, :). See you

[jboss-user] [JBoss jBPM] - Re: Tutorial: Modeling BPEL with Eclipse BPEL Designer and j

2007-11-20 Thread agusgr
Congratulations Rainer, an excelent work. I'm working in the automatic deployment of the BPEL process, do you? We could share information if you want. Regards Agus View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106514#4106514 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jBPM BPEL Eclipse Process Designer interworking

2007-11-20 Thread agusgr
It could help if you post some of your troubles. I think that the new version of the plugin is quite similar, so the problems should be similars too. Regards, Agus View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106516#4106516 Reply to the post :

[jboss-user] [JBoss jBPM] - BPEL Problem: Test the BPEL process

2007-11-15 Thread agusgr
Hi, I have develop a BPEL process and now I'm tryng to test it. I'm trying to use the eclispe Web Tool Platform to generate a web service client from the WSDL file that represents my BPEL process, but I get this error: anonymous wrote : IWAB0014E Unexpected exception occured. | |

[jboss-user] [JBoss jBPM] - Fault Handling with BPEL Eclipse Designer

2007-10-31 Thread agusgr
Hello all, I'm trying to develop a bpel process definition wich can handle faults in the invokation of the external web services. I'm using the Eclipse BPEL designer and I don't know how add a Fault Handler to my process definition. Someone knows how?? Thank you in advance Agus View the

[jboss-user] [JBoss jBPM] - Re: org.jbpm.graph.def.DelegationException in JBPM-BPEL

2007-10-24 Thread agusgr
Hi I think that your problem is that you have to add the URL of the service that you invoke in the bpel-application.xml file. For example, I use 2 services in my bpel process and my bpel-application.xml is like this: ?xml version=1.0 encoding=UTF-8? | bpelApplication name=procesoLocalizacion

[jboss-user] [JBoss jBPM] - Re: Error generate-service

2007-10-24 Thread agusgr
Please, post the code or a fragment Agus View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4098235#4098235 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4098235 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: BPEl Problem: Assign with Literal values

2007-10-11 Thread agusgr
Thank you Alex, it works well right now. The problem was that I'm using the Fixed Value variant instead the Expresion Variant in the Eclipse Designer. Agus View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093906#4093906 Reply to the post :

[jboss-user] [JBoss jBPM] - BPEl Problem: Assign with Literal values

2007-10-09 Thread agusgr
Hello, I'm working with the jbpm-bpel-1.1.Beta3 and with the BPEL plugin for eclipse. I have develop several BPEL services but I have a problem with a portion of code. When I try to deploy a proccess with this: bpws:assign name=Assign validate=no | bpws:copy |

[jboss-user] [JBoss jBPM] - Re: BPEl Problem: Assign with Literal values

2007-10-09 Thread agusgr
Is not intentional, is due to the eclipse designer. I have tried with only a literal an I have the same error. Thanks for your answer kukeltje View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093135#4093135 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Executing Hello World BPEL Example

2007-04-26 Thread agusgr
Hi, I think that your bpel process is deployed properly, maybe the error is in the test client. First, look if your bpel process is deployed in the server like a web service, it should be in this link http://localhost:8080/jbossws/services. If is there, you can test it like a web service with

[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-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] - Help: BPEL designer

2007-03-21 Thread agusgr
Hello, I'm working with the Eclipse BPEL Designer but I'm having lots of problems. Is there any other designer to develop BPEL process and then deploy it in JBoss server? Thank you all Agus View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030197#4030197 Reply

[jboss-user] [JBoss jBPM] - Deploy a BPEL process

2007-03-08 Thread agusgr
Hello, When I deploy a BPEL process in de jBoss AS, I need multiple files. One of them is a java class that implements the operation of our service. In the ATM example is called FrontEnd_Impl.java. This class have to be written by us or there is a tool that generate it automatically. My

[jboss-user] [JBoss jBPM] - Problem: SOAP Body Encoded

2007-03-06 Thread agusgr
Hello, When my process invoke a external web service, I have this exception.anonymous wrote : 2007-03-06 13:30:36,812 DEBUG [org.jbpm.bpel.integration.jms.StartListener] caught exception while passing control to process, searching for handler | org.jbpm.bpel.BpelException: encoded use not

[jboss-user] [JBoss jBPM] - Re: Problem with installing jBPM BPEL 1.1-Beta3

2007-03-06 Thread agusgr
Look in {jbossHome}/server/default/log/server.txt and look for the messages Agus View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025373#4025373 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025373

[jboss-user] [JBoss jBPM] - Re: Problem BPEL: SOAP Messages in a web service invocation

2007-03-02 Thread agusgr
I found the problem. The eclipse designer create the 'parameters' parts like this:bpws:to part=parameters variable=atlasRequest | bpws:query queryLanguage=http://www.w3.org/TR/1999/REC-xpath-19991116;![CDATA[/ns0:sCountryISOCode]]/bpws:query | /bpws:to | But the correct way is

[jboss-user] [JBoss jBPM] - Re: Ambiguous user guide

2007-03-02 Thread agusgr
Hi Dario, What I did was: 1.- Download bpel-extension from http://www.jboss.com/products/jbpm/downloads. 2.-Unzip in my file system. A folder called jbpm-bpel-1.1.Beta3 was created. 3.-Then you only had to follow the user guide. In the configuration of hibernate and jbpm, i don't modify anything,

[jboss-user] [JBoss jBPM] - BPEL, WSBPEL and BPEL4WS

2007-03-02 Thread agusgr
Hello, I have a pair of questions to the community, Are there any difference between BPEL, WSBPEL and BPEL4WS? I'm trying to get a general idea about the state of art but I'm not able to view the differeces. What versions of this are implemented in jbpm-bpel.Beta3? Thank you all Agus View the

[jboss-user] [JBoss jBPM] - Problem BPEL: SOAP Messages in a web service invocation

2007-03-01 Thread agusgr
Hello, I'm working with jBoss-4.0.5.GA, jbpm-bpel-1.1.Beta3 and jBossws.1.0.3.SP1. I have developed a simple bpel process with and invocation to a external web service. I deploy the process without problems but when I test it I have the following problem: The SOAP message to the web service is

[jboss-user] [JBoss jBPM] - Re: Problem: BPEL Designer

2007-02-26 Thread agusgr
Thank you Alejandro. Agus View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022895#4022895 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022895 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Problem: BPEL Designer

2007-02-23 Thread agusgr
Hello, I' working with Eclipse 3.2.1 and the Eclipse BPEL Designer Runtimes 0.2.0. The server is jBoss 4.04 GA with jbpm-bpel-1.1.Beta2. I'm developing a very simple bpel process with an invocation to a external web service (the account service of the atm example). I have the following files:

[jboss-user] [JBoss jBPM] - Re: Invoke an external web service

2007-02-22 Thread agusgr
Thanks Alejandro. Now I have another problem. When the process invoke the external web service, it sends a SOAP message like this: anonymous wrote : env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/' | env:Header/ | env:Body | defaultNS:CapitalCity

[jboss-user] [JBoss jBPM] - Help: BPEL: Invoke external web service

2007-02-21 Thread agusgr
Hello, I'm working with jbpm.bpel-1.1-beta2 and jBoss 4.04 GA. I want to write a simple bpel process with a invocation to a external web service like this [url]http://www.oorsprong.org/websamples.countryinfo/CountryInfoService.wso [/url] Does anyone know how? should I include a partner link

[jboss-user] [JBoss jBPM] - Invoke an external web service

2007-02-20 Thread agusgr
Hello, I have deployed the helloWorld example ant it works, but now I'm trying to develop a bpel process with an invocation to a external web service. I deploy de procces and when I test it, an exception occurs. anonymous wrote : | 2007-02-20 09:00:58,656 DEBUG