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

2007-10-29 Thread [EMAIL PROTECTED]
Zazzaz, 

After an examination of the stack trace you posted, the error occurs inside the 
SAAJ implementation (JBossWS) not in jBPM BPEL code. I'd like to determine why 
JBossWS malfunctions when the sopaAction attribute is not present. Which JBoss 
AS version are you using?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4100042#4100042

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100042
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-10-26 Thread ZazzaZ
I found it out!

It was a bad web service building. I looks like when jbpm-bpel acts as a client 
(invoke situation) it is sensible to service implementation.

I found out that my service was missing the soapAction attribute in the 
binding. The odd thing was that a test client worked out with that.

But I regenerated the service after adding the soapAction and the invoke 
doesn't broke any more.

Bye

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4099373#4099373

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4099373
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-10-25 Thread ZazzaZ
Ok, 
thanks for answering but I have already set my URIs in the catalog.

I saw it from advanced example ATM.

I'm thinking that this error is related to wrong manipulation of messages and
messages parts in the BPEL. This way when the service calling occurs the SOAP 
message is in a wrong state. This is due to wrong message manipulation in 
queries, i.e. you've to fully qualify the namespace of the objects you're going 
to modify.

If you need further explanations, ask me.

However, as soon I have  a working example, I'll post it somewhere.

Bye.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4098696#4098696

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4098696
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 xmlns=http://jbpm.org/bpel;
  |   xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  |   xsi:schemaLocation=http://jbpm.org/bpel
  |   http://jbpm.org/bpel/bpel_application_1_0.xsd; 
  |   serviceCatalogs
  | urlCatalog contextUrl=http://ws.ip2location.com/;
  |   !-- published WSDL document of Country Info Service --
  |   wsdl location=ip2locationwebservice.asmx?wsdl /
  |   /urlCatalog
  |   urlCatalog contextUrl=http://www.atomic-x.com/xmlservices/;
  |   !-- published WSDL document of Country Info Service --
  |   wsdl location=dnslookupservice.asmx?wsdl /
  |   /urlCatalog
  |   /serviceCatalogs
  | 
  | /bpelApplication

I hope that this help you

Regards

Agus

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4098160#4098160

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4098160
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user