[JBoss-user] [JBoss jBPM] - Re: Invoking one service after another causing exception in

2006-06-29 Thread [EMAIL PROTECTED]
From the stack trace above, at org.jbpm.bpel.def.ProcessInstanceStarter.visit(ProcessInstanceStarter.java:82) the process instance is starting, no transaction has been committed and the partner link instances are still transient. A different approach to fix the problem is assigning an ID to

[JBoss-user] [JBoss jBPM] - Re: Invoking one service after another causing exception in

2006-06-29 Thread jiehuan_li
Created jira for this at http://jira.jboss.com/jira/browse/BPEL-194. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954395#3954395 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954395 Using Tomcat but need to do more?

[JBoss-user] [JBoss jBPM] - Re: Invoking one service after another causing exception in

2006-06-29 Thread jiehuan_li
Alex, thanks for the pointers. I tried your fix, and it works. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954411#3954411 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954411 Using Tomcat but need to do more? Need to

[JBoss-user] [JBoss jBPM] - Re: Invoking one service after another causing exception in

2006-06-28 Thread jiehuan_li
I found a fix for this. On org.jbpm.bpel.relation.jms.RelationContext, comment out one line like following, and initialize portConsumer to null: | public PortConsumer getPortConsumer(PartnerLinkInstance instance) { | Long instanceId = new Long(instance.getId()); | PortConsumer

[JBoss-user] [JBoss jBPM] - Re: Invoking one service after another causing exception in

2006-06-25 Thread jiehuan_li
Just want to clarify, it is causing exception in jbpm bpel. And it is urgent, please help! Thanks, Jiehuan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3953286#3953286 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: Invoking one service after another causing exception in

2006-06-25 Thread [EMAIL PROTECTED]
The statement at PortConsumer.java:154 is: // obtain info on the operation as a whole | SOAPOperation soapOperation = (SOAPOperation) WsdlUtil.getExtension( | bindOperation.getExtensibilityElements(), SOAPConstants.Q_ELEM_SOAP_OPERATION); The only source for a NPE is the