You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Vittorio Ballestra (JIRA)" <ji...@apache.org> on 2008/10/22 18:57:44 UTC

[jira] Commented: (ODE-400) Detected possible orphaned reference to deleted object "org.apache.ode.dao.jpa.ProcessInstanceDAOImpl-90360" in "org.apache.ode.dao.jpa.MessageRouteDAOImpl._processInst"

    [ https://issues.apache.org/jira/browse/ODE-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12641904#action_12641904 ] 

Vittorio Ballestra commented on ODE-400:
----------------------------------------

>From the example above : doing a

 SELECT * FROM ODE_PROCESS_INSTANCE WHERE ID = 90360

returns exaclty 1 record ?

How is it possible ? a bug in openjpa ?

> 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.