You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Terry Mueller (JIRA)" <ji...@apache.org> on 2010/04/12 06:59:41 UTC

[jira] Created: (ODE-803) Message types are logged as OMessageVarType#NN

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

        

[jira] Commented: (ODE-803) Message types are logged as OMessageVarType#NN

Posted by "Terry Mueller (JIRA)" <ji...@apache.org>.
    [ 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

        

[jira] Updated: (ODE-803) Message types are logged as OMessageVarType#NN

Posted by "Tammo van Lessen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tammo van Lessen updated ODE-803:
---------------------------------

    Fix Version/s: 1.3.5

> 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
>             Fix For: 1.3.5
>
>
> 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

        

[jira] Commented: (ODE-803) Message types are logged as OMessageVarType#NN

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12869295#action_12869295 ] 

Hudson commented on ODE-803:
----------------------------

Integrated in ODE-trunk #265 (See [http://hudson.zones.apache.org/hudson/job/ODE-trunk/265/])
    

> 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
>            Assignee: Tammo van Lessen
>             Fix For: 1.3.5, 2.0-beta3
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ODE-803) Message types are logged as OMessageVarType#NN

Posted by "Tammo van Lessen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tammo van Lessen resolved ODE-803.
----------------------------------

    Resolution: Fixed

> 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
>            Assignee: Tammo van Lessen
>             Fix For: 1.3.5, 2.0-beta3
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ODE-803) Message types are logged as OMessageVarType#NN

Posted by "Tammo van Lessen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tammo van Lessen updated ODE-803:
---------------------------------

         Assignee: Tammo van Lessen
    Fix Version/s: 2.0-beta3

> 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
>            Assignee: Tammo van Lessen
>             Fix For: 1.3.5, 2.0-beta3
>
>
> 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