| View previous topic :: View next topic |
| Author |
Message |
bako
Joined: 11 Sep 2009 Posts: 10 Location: Italy
|
Posted: Wed Oct 21, 2009 3:41 pm Post subject: Correlation NetBeans BPEL under ODE |
|
|
Hi all.
i've done a BPEL with NetBeans, this bpel has correlation done via the wizard and using the composition application and the bpel engine of glassfish all works fine, great!
but, i need to export this project becous i'd to use ODE as bpel engine (becouse is simply to configure a project, the glassfish method needs a lot of information, don't?)
the deploy goes ok, but when i try to access at the bpel by the stub i receive a message due the correlation, a message like this:
| Code: |
ERROR - GeronimoLog.error(108) | Unable to evaluate property alias "OMessageVarType#18[part1][{OXPath10Expression /ns0:end/id}]" to incoming message: No results for expression: {OXPath10Expression /ns0:end/id}
org.apache.ode.bpel.common.FaultException: No results for expression: {OXPath10Expression /ns0:end/id}
at org.apache.ode.bpel.elang.xpath10.runtime.XPath10ExpressionRuntime.evaluateNode(XPath10ExpressionRuntime.java:127)
at org.apache.ode.bpel.runtime.ExpressionLanguageRuntimeRegistry.evaluateNode(ExpressionLanguageRuntimeRegistry.java:84)
at org.apache.ode.bpel.engine.BpelProcess.extractProperty(BpelProcess.java:326)
at org.apache.ode.bpel.engine.PartnerLinkMyRoleImpl.computeCorrelationKey(PartnerLinkMyRoleImpl.java:334)
at org.apache.ode.bpel.engine.PartnerLinkMyRoleImpl.computeCorrelationKeys(PartnerLinkMyRoleImpl.java:293)
at org.apache.ode.bpel.engine.PartnerLinkMyRoleImpl.findRoute(PartnerLinkMyRoleImpl.java:122)
at org.apache.ode.bpel.engine.BpelProcess.invokeProcess(BpelProcess.java:230)
at org.apache.ode.bpel.engine.BpelProcess.handleWorkEvent(BpelProcess.java:408)
at org.apache.ode.bpel.engine.BpelEngineImpl.onScheduledJob(BpelEngineImpl.java:439)
at org.apache.ode.bpel.engine.BpelServerImpl.onScheduledJob(BpelServerImpl.java:441)
at org.apache.ode.scheduler.simple.SimpleScheduler$4$1.call(SimpleScheduler.java:411)
at org.apache.ode.scheduler.simple.SimpleScheduler$4$1.call(SimpleScheduler.java:405)
at org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:218)
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:404)
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:401)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
DEBUG - GeronimoLog.debug(70) | Unable to evaluate correlation keys, invalid message format.
org.apache.ode.bpel.common.InvalidMessageException: Unable to evaluate property alias "OMessageVarType#18[part1][{OXPath10Expression /ns0:end/id}]" to incoming message: No results for expression: {OXPath10Expression /ns0:end/id}
at org.apache.ode.bpel.engine.PartnerLinkMyRoleImpl.computeCorrelationKey(PartnerLinkMyRoleImpl.java:338)
at org.apache.ode.bpel.engine.PartnerLinkMyRoleImpl.computeCorrelationKeys(PartnerLinkMyRoleImpl.java:293)
at org.apache.ode.bpel.engine.PartnerLinkMyRoleImpl.findRoute(PartnerLinkMyRoleImpl.java:122)
at org.apache.ode.bpel.engine.BpelProcess.invokeProcess(BpelProcess.java:230)
at org.apache.ode.bpel.engine.BpelProcess.handleWorkEvent(BpelProcess.java:408)
at org.apache.ode.bpel.engine.BpelEngineImpl.onScheduledJob(BpelEngineImpl.java:439)
at org.apache.ode.bpel.engine.BpelServerImpl.onScheduledJob(BpelServerImpl.java:441)
at org.apache.ode.scheduler.simple.SimpleScheduler$4$1.call(SimpleScheduler.java:411)
at org.apache.ode.scheduler.simple.SimpleScheduler$4$1.call(SimpleScheduler.java:405)
at org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:218)
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:404)
at org.apache.ode.scheduler.simple.SimpleScheduler$4.call(SimpleScheduler.java:401)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.apache.ode.bpel.common.FaultException: No results for expression: {OXPath10Expression /ns0:end/id}
at org.apache.ode.bpel.elang.xpath10.runtime.XPath10ExpressionRuntime.evaluateNode(XPath10ExpressionRuntime.java:127)
at org.apache.ode.bpel.runtime.ExpressionLanguageRuntimeRegistry.evaluateNode(ExpressionLanguageRuntimeRegistry.java:84)
at org.apache.ode.bpel.engine.BpelProcess.extractProperty(BpelProcess.java:326)
at org.apache.ode.bpel.engine.PartnerLinkMyRoleImpl.computeCorrelationKey(PartnerLinkMyRoleImpl.java:334)
... 16 more |
someone has the solution to avoid this problem?
edit, i tried to modify the correlation propreties adding the CDATA stuff (i found on a web site but doesn't work
another question: there's a way to crate a deploy using simply the BPEL project without the composition application? |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|
|