Its in SpringRouteBuilder

On Tue, Aug 12, 2014 at 10:16 PM, sandp <[email protected]> wrote:
> I'm trying to use a transactionErrorHandler in JAVA DSL as mentioned in the
> documentation <http://camel.apache.org/transactionerrorhandler.html>  , but
> *transactionErrorHandler()  * does not exist in class *BuilderSupport*
>
>
> All the online posts refer to the usage as below:
> errorHandler(transactionErrorHandler().maximumRedeliveries(6));
>
>
> I do have the dependencies below, am I missing anything?
>
>                 <dependency>
>                         <groupId>org.apache.camel</groupId>
>                         <artifactId>camel-spring</artifactId>
>                         <version>2.13.1</version>
>                 </dependency>
>                 <dependency>
>                         <groupId>org.springframework</groupId>
>                         <artifactId>spring-jdbc</artifactId>
>                         <version>3.2.8.RELEASE</version>
>                 </dependency>
>
>
>
>
>
>
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Using-transactionErrorHandler-Java-DSL-in-Camel-2-13-1-tp5755126.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: [email protected]
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/

Reply via email to