I have the same problem. Currently I'm testing pick with the "TestPickOneWay"-Example (ode_source\bpel-test\src\test\resources\bpel\2.0). The workflow is as it is described in Issue ODE-644. A while-loop with an included pick. Testing it with the standard-configuration (Tomcat 6/ApacheODE 1.3.3 and the included derby-db) works for the first receive creating an instance. First pick works as well but then every call waits until the time-out.
The server is throwing following exception: *Caused by: java.lang.IllegalArgumentException: INTERNAL ERROR: No ENTRY for RESP ONSE CHANNEL 29* I was quite optimistic as I thought that 1.3.3 would be patched for even that effect. Any idea? Thx and have a nice day, ToM 2009/8/7 Bill McCusker <[email protected]> > Hi Alex, > > I too have seen this issue, at least when using the jpa dao. I had > submitted a patch for a different issue that included a fix for this. I > believe another user on this list also reported the same problem. I filed > bug https://issues.apache.org/jira/browse/ODE-644 for this and attached a > patch for the jpa case on the 1x branch. I'll should have a patch for the > trunk shortly then will move on to testing hibernate. Please let me know if > this works for you. Thanks. > > Bill McCusker > > > Alex Hepp wrote: > >> Hi List! >> >> we are facing huge problems with Processes that have a Pick surrounded >> with a while with current ODE distribution. We are always getting >> "INTERNAL ERROR: No ENTRY for RESPONSE CHANNEL [xy]" >> >> Sometimes the first call is working fine, sometimes the error also occurs >> on the first call. It even happens with the TestPickOneway from the >> bpel-test inside your sources. >> We have tried to rollback to embedded DAO, mySQL, I to built ode myself to >> be sure that the codebase matches to the tests, but to no avail. >> >> Please, could anybody tell me, whether this is a bug, or I am too dumb to >> get this running? >> Thanks again! >> Alex >> >> >
