« Return to Thread: Exception occured while executing a business process instance
Kiran Bhumana-2 wrote:You are using old BPEL and WSDL extension for BPEL namespaces.
For example the following two in BPEL
xmlns="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
should be,
xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable".
Now that makes me wonder what version of editors and runtimes are you
using? Why don't you try the latest versions of NB and Runtimes. The
latest editor also points out more validation issues and helps you
correct your BPELs.
-Kiran.
zidboy wrote:
> Krian:
>
> I think the problem is not going by there when compile and deploy with
> Netbeans I do not have any problem, I do not think that is the reason for
> the failure.
>
> Create a draft very simple but which satisfies a buildup and a closure of my
> business. It is a bpel asynchronous, which did exactly the example that
> exists in the Blueprint 4, and gives me the same mistake:
>
> Exception occured while executing a business process instance.
> java.lang.NullPointerException
> at
> com.sun.jbi.engine.bpel.core.bpel.model.runtime.impl.PickUnitImpl.updateState(PickUnitImpl.java:192)
> at
> com.sun.jbi.engine.bpel.core.bpel.model.runtime.impl.PickUnitImpl.doAction(PickUnitImpl.java:151)
> at
> com.sun.jbi.engine.bpel.core.bpel.model.runtime.impl.CodeReUseHelper.executeChildActivities(CodeReUseHelper.java:60)
> at
> com.sun.jbi.engine.bpel.core.bpel.model.runtime.impl.StructuredActivityUnitImpl.executeChildActivities(StructuredActivityUnitImpl.java:148)
> at
> com.sun.jbi.engine.bpel.core.bpel.model.runtime.impl.StructuredActivityUnitImpl.continueEnclActAction(StructuredActivityUnitImpl.java:112)
> at
> com.sun.jbi.engine.bpel.core.bpel.model.runtime.impl.ActivityUnitImpl.continueEnclActAction(ActivityUnitImpl.java:220)
> at
> com.sun.jbi.engine.bpel.core.bpel.model.runtime.impl.ReplyUnitImpl.processStatus(ReplyUnitImpl.java:155)
> at
> com.sun.jbi.engine.bpel.core.bpel.model.runtime.impl.ReplyUnitImpl.doAction(ReplyUnitImpl.java:90)
> at
> com.sun.jbi.engine.bpel.core.bpms.bpelImpl.runtime.BPELInterpreter.interpret1(BPELInterpreter.java:292)
> at
> com.sun.jbi.engine.bpel.core.bpel.engine.impl.BPELProcessManagerImpl.process(BPELProcessManagerImpl.java:650)
> at
> com.sun.jbi.engine.bpel.core.bpel.engine.impl.EngineImpl.process(EngineImpl.java:236)
> at
> com.sun.jbi.engine.bpel.core.bpel.engine.impl.EngineImpl.process(EngineImpl.java:577)
> at
> com.sun.jbi.engine.bpel.core.bpel.engine.impl.EngineImpl.processDone(EngineImpl.java:170)
> at
> com.sun.jbi.engine.bpel.BPELSEInOutThread.processStatus(BPELSEInOutThread.java:290)
> at
> com.sun.jbi.engine.bpel.BPELSEInOutThread.processMsgEx(BPELSEInOutThread.java:171)
> at
> com.sun.jbi.engine.bpel.BPELSEInOutThread.run(BPELSEInOutThread.java:138)
>
> I am seriously thinking that it is a bug, why not read and anyone who has a
> persistent echo bpel return to power and resume the session of the same,
> when it is the system.
>
> Krian, I need to know if I am doing things right, because both read and
> article, blueprint, post comments, and so on. Which really only gives me is
> that mess.
>
> We did leave the project to see what time and whether any abnormality please
> avisame. It would be very helpful to me.
>
> Greetings.
>
> http://www.nabble.com/file/p14715684/BpelModule1.zip BpelModule1.zip
> http://www.nabble.com/file/p14715684/CompositeApp1.zip CompositeApp1.zip
>
--
Kiran Bhumana
Open ESB Community (http://open-esb.org)
« Return to Thread: Exception occured while executing a business process instance
| Free Forum Powered by Nabble | Forum Help |