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

Rafal Rusin commented on ODE-751:
---------------------------------

Perfect, applied, thanks!
Now you can move on. 

As for me, I liked this one (actually jbiMex.getExchangeId() should be 
displayed in warn here): 

Index: src/main/java/org/apache/ode/jbi/OdeConsumer.java
===================================================================
--- src/main/java/org/apache/ode/jbi/OdeConsumer.java   (revision 908691)
+++ src/main/java/org/apache/ode/jbi/OdeConsumer.java   (working copy)
@@ -144,7 +144,7 @@
     private void outFailure(final InOut jbiMex) {
         PartnerRoleMessageExchange pmex = (PartnerRoleMessageExchange) 
_ode._server.getMessageExchangeByForeignKey(jbiMex.getExchangeId());
         if (pmex == null) {
-            __log.warn("Received a response for unknown partner role message 
exchange " + pmex.getMessageExchangeId());
+            __log.warn("Received a response for unknown partner role message 
exchange.");
             return;
         }


Regards


> 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
>            Assignee: Rafal Rusin
>         Attachments: ode-staticinner-patchv2.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.

Reply via email to