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

Terry Mueller commented on ODE-803:
-----------------------------------

svn diff 
runtimes/src/main/java/org/apache/ode/bpel/rtrep/v2/OMessageVarType.java
Index: runtimes/src/main/java/org/apache/ode/bpel/rtrep/v2/OMessageVarType.java
===================================================================
--- runtimes/src/main/java/org/apache/ode/bpel/rtrep/v2/OMessageVarType.java    
(revision 933093)
+++ runtimes/src/main/java/org/apache/ode/bpel/rtrep/v2/OMessageVarType.java    
(working copy)
@@ -19,7 +19,6 @@
 package org.apache.ode.bpel.rtrep.v2;
 
 import java.util.Collection;
-import java.util.Iterator;
 import java.util.LinkedHashMap;
 import java.util.Map;
 
@@ -66,7 +65,12 @@
         return el;
     }
 
-    public static class Part extends OBase {
+       @Override
+       public String toString() {
+               return this.messageType.toString();
+       }
+
+       public static class Part extends OBase {
         private static final long serialVersionUID = -2356665271228433779L;
         
         public String name;
@@ -77,7 +81,6 @@
             this.name = partName;
             this.type = partType;
         }
-
     }
 
 }


> Message types are logged as OMessageVarType#NN
> ----------------------------------------------
>
>                 Key: ODE-803
>                 URL: https://issues.apache.org/jira/browse/ODE-803
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 2.0-beta2
>         Environment: URL: http://svn.apache.org/repos/asf/ode/trunk
> Repository Root: http://svn.apache.org/repos/asf
> Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
> Revision: 933093
> Node Kind: directory
> Schedule: normal
> Last Changed Author: vanto
> Last Changed Rev: 915457
> Last Changed Date: 2010-02-24 01:57:37 +0800 (Wed, 24 Feb 2010)
>            Reporter: Terry Mueller
>
> In the logs, the message types are written to the log using 
> "OMessageVarType#NN", for example:
> 12:48:59,904 Thread-7 ERROR [ProcessStoreImpl] Deploy failed; error: 
> [CompilationErrors] Compilation completed with 1 error(s):
>       null:192: error: [UndeclaredPropertyAlias] The property 
> "{urn:xml-gov-au:edais:ncp:CR-BTV1000I:2.3.0r2}correlationID" does not have 
> an alias for message type "OMessageVarType#53".
> This makes it difficult to debug problems.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to