Reading "Camel in action" and the documentation it would seems that I
should be able to mark a route as

<transacted/>

and by convention it should PROPAGATION_REQUIRED. That causes an error though:

karaf@root> Exception in thread "SpringOsgiExtenderThread-16"
org.apache.camel.RuntimeCamelException:
org.apache.camel.FailedToCreateRouteException: Failed to create route
route37 at: >>> Transacted[ref:null] <<< in route:
Route[[From[activemq://myroute]] -> [Transacted[ref:null]]] because of
policy must be specified on: Transacted[ref:null]
        at 
org.apache.camel.util.ObjectHelper.wrapRuntimeCamelException(ObjectHelper.java:1139)

Is this just a bug/feature of current servicemix/camel combo (I am
using apache-servicemix-4.3.1-fuse-00-00) or a sign of that I am doing
something wrong?

Reply via email to