[
https://issues.apache.org/jira/browse/ODE-751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806020#action_12806020
]
David Carver commented on ODE-751:
----------------------------------
FindBugs has also found a possible Deadlock situation that can occur:
message org.apache.ode.utils.ProcessMutex.lock() calls Thread.sleep() with a
lock held
This occurs around line 72. It suggests using the wait method instead of sleep
as wait releases the lock and allows other threads to continue.
> FindBugs Patches for ODE Runtime
> --------------------------------
>
> Key: ODE-751
> URL: https://issues.apache.org/jira/browse/ODE-751
> Project: ODE
> Issue Type: Bug
> Components: BPEL Runtime
> Environment: linux
> Reporter: David Carver
> Attachments: odebpelapipatchv2.txt, odebpelpatch.txt
>
>
> Running FindBugs (http://findbugs.sourceforge.net/) against the bpel-api
> project, the following error:
> Equals method for org.apache.ode.bpel.iapi.Endpoint assumes the argument is
> of type Endpoint
> Will attach a patch to correct these issues.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.