Detected possible orphaned reference to deleted object
"org.apache.ode.dao.jpa.ProcessInstanceDAOImpl-90360" in
"org.apache.ode.dao.jpa.MessageRouteDAOImpl._processInst"
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: ODE-400
URL: https://issues.apache.org/jira/browse/ODE-400
Project: ODE
Issue Type: Bug
Affects Versions: 1.2
Reporter: Vittorio Ballestra
Bpel process using correlation-sets.
When running a large number of processes (using mysql database) we see a lot of
messages of this kind:
Detected possible orphaned reference to deleted object
"org.apache.ode.dao.jpa.ProcessInstanceDAOImpl-90360" in
"org.apache.ode.dao.jpa.MessageRouteDAOImpl._processInst"
but a
select * from ODE_MESSAGE_ROUTE WHERE PROCESS_INSTANCE_ID NOT IN (SELECT ID
FROM ODE_PROCESS_INSTANCE);
returns 0 results.
Everything seams to be working ok but this warning is strange.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.