You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Thomas Termin (JIRA)" <ji...@apache.org> on 2008/05/13 14:56:50 UTC

[jira] Created: (SM-1352) content based router does not work anymore because of wrong evaluate mode

content based router does not work anymore because of wrong evaluate mode
-------------------------------------------------------------------------

                 Key: SM-1352
                 URL: https://issues.apache.org/activemq/browse/SM-1352
             Project: ServiceMix
          Issue Type: Bug
          Components: servicemix-eip
    Affects Versions: 3.2
            Reporter: Thomas Termin
            Assignee: Thomas Termin
            Priority: Critical
             Fix For: 3.2.2


That wont work in XPathPredicate

Boolean match = (Boolean) evaluate(exchange, in);

because it calls 

evaluate(exchange, message, XPathConstants.STRING);

which results in a ClassCastException in the code above

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SM-1352) content based router does not work anymore because of wrong evaluate mode

Posted by "Thomas Termin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-1352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42780#action_42780 ] 

Thomas Termin commented on SM-1352:
-----------------------------------

Was already fixed by gnodet

> content based router does not work anymore because of wrong evaluate mode
> -------------------------------------------------------------------------
>
>                 Key: SM-1352
>                 URL: https://issues.apache.org/activemq/browse/SM-1352
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-eip
>    Affects Versions: 3.2
>            Reporter: Thomas Termin
>            Assignee: Thomas Termin
>            Priority: Critical
>             Fix For: 3.2.2
>
>
> That wont work in XPathPredicate
> Boolean match = (Boolean) evaluate(exchange, in);
> because it calls 
> evaluate(exchange, message, XPathConstants.STRING);
> which results in a ClassCastException in the code above

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Work started: (SM-1352) content based router does not work anymore because of wrong evaluate mode

Posted by "Thomas Termin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on SM-1352 started by Thomas Termin.

> content based router does not work anymore because of wrong evaluate mode
> -------------------------------------------------------------------------
>
>                 Key: SM-1352
>                 URL: https://issues.apache.org/activemq/browse/SM-1352
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-eip
>    Affects Versions: 3.2
>            Reporter: Thomas Termin
>            Assignee: Thomas Termin
>            Priority: Critical
>             Fix For: 3.2.2
>
>
> That wont work in XPathPredicate
> Boolean match = (Boolean) evaluate(exchange, in);
> because it calls 
> evaluate(exchange, message, XPathConstants.STRING);
> which results in a ClassCastException in the code above

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SM-1352) content based router does not work anymore because of wrong evaluate mode

Posted by "Thomas Termin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Termin resolved SM-1352.
-------------------------------

    Resolution: Fixed

uthor: tterm
Date: Tue May 13 05:57:38 2008
New Revision: 655846

URL: http://svn.apache.org/viewvc?rev=655846&view=rev
Log:
SM-1352 content based router does not work anymore because of wrong evaluate mode

Modified:
    servicemix/smx3/branches/servicemix-3.2/deployables/serviceengines/servicemix-eip/src/main/java/org/apache/servicemix/eip/support/XPathPredicate.java

> content based router does not work anymore because of wrong evaluate mode
> -------------------------------------------------------------------------
>
>                 Key: SM-1352
>                 URL: https://issues.apache.org/activemq/browse/SM-1352
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-eip
>    Affects Versions: 3.2
>            Reporter: Thomas Termin
>            Assignee: Thomas Termin
>            Priority: Critical
>             Fix For: 3.2.2
>
>
> That wont work in XPathPredicate
> Boolean match = (Boolean) evaluate(exchange, in);
> because it calls 
> evaluate(exchange, message, XPathConstants.STRING);
> which results in a ClassCastException in the code above

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SM-1352) content based router does not work anymore because of wrong evaluate mode

Posted by "Thomas Termin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-1352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42781#action_42781 ] 

Thomas Termin commented on SM-1352:
-----------------------------------

Author: tterm
Date: Tue May 13 07:27:30 2008
New Revision: 655880

URL: http://svn.apache.org/viewvc?rev=655880&view=rev
Log:
revert SM-1352 because was fixed

Modified:
    servicemix/smx3/branches/servicemix-3.2/deployables/serviceengines/servicemix-eip/src/main/java/org/apache/servicemix/eip/support/XPathPredicate.java

> content based router does not work anymore because of wrong evaluate mode
> -------------------------------------------------------------------------
>
>                 Key: SM-1352
>                 URL: https://issues.apache.org/activemq/browse/SM-1352
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-eip
>    Affects Versions: 3.2
>            Reporter: Thomas Termin
>            Assignee: Thomas Termin
>            Priority: Critical
>             Fix For: 3.2.2
>
>
> That wont work in XPathPredicate
> Boolean match = (Boolean) evaluate(exchange, in);
> because it calls 
> evaluate(exchange, message, XPathConstants.STRING);
> which results in a ClassCastException in the code above

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (SM-1352) content based router does not work anymore because of wrong evaluate mode

Posted by "Thomas Termin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Termin closed SM-1352.
-----------------------------


was fixed

> content based router does not work anymore because of wrong evaluate mode
> -------------------------------------------------------------------------
>
>                 Key: SM-1352
>                 URL: https://issues.apache.org/activemq/browse/SM-1352
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-eip
>    Affects Versions: 3.2
>            Reporter: Thomas Termin
>            Assignee: Thomas Termin
>            Priority: Critical
>             Fix For: 3.2.2
>
>
> That wont work in XPathPredicate
> Boolean match = (Boolean) evaluate(exchange, in);
> because it calls 
> evaluate(exchange, message, XPathConstants.STRING);
> which results in a ClassCastException in the code above

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.