You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "James Strachan (JIRA)" <ji...@apache.org> on 2007/08/09 19:38:02 UTC

[jira] Created: (CAMEL-93) add an exception() method to make it easy to write exception handling code using the DSL

add an exception() method to make it easy to write exception handling code using the DSL
----------------------------------------------------------------------------------------

                 Key: CAMEL-93
                 URL: https://issues.apache.org/activemq/browse/CAMEL-93
             Project: Apache Camel
          Issue Type: New Feature
          Components: camel-core
            Reporter: James Strachan
             Fix For: 1.1.0


For discussions see this thread
http://www.nabble.com/Exception-based-routing-tf4226796s22882.html

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


[jira] Resolved: (CAMEL-93) add an exception() method to make it easy to write exception handling code using the DSL

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

James Strachan resolved CAMEL-93.
---------------------------------

    Resolution: Fixed

Documentation here: http://cwiki.apache.org/CAMEL/exception-clause.html

> add an exception() method to make it easy to write exception handling code using the DSL
> ----------------------------------------------------------------------------------------
>
>                 Key: CAMEL-93
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-93
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-core
>            Reporter: James Strachan
>             Fix For: 1.1.0
>
>
> For discussions see this thread
> http://www.nabble.com/Exception-based-routing-tf4226796s22882.html

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


[jira] Commented: (CAMEL-93) add an exception() method to make it easy to write exception handling code using the DSL

Posted by "James Strachan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-93?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39890 ] 

James Strachan commented on CAMEL-93:
-------------------------------------

Code implemented - see this test case

https://svn.apache.org/repos/asf/activemq/camel/trunk/camel-core/src/test/java/org/apache/camel/processor/ValidationWithExceptionTest.java

just waiting for documentation

> add an exception() method to make it easy to write exception handling code using the DSL
> ----------------------------------------------------------------------------------------
>
>                 Key: CAMEL-93
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-93
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-core
>            Reporter: James Strachan
>             Fix For: 1.1.0
>
>
> For discussions see this thread
> http://www.nabble.com/Exception-based-routing-tf4226796s22882.html

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