If you get an error like this

[ERROR] Failed t0 initialize JCAFlow java.lang.IllegalStateException: no TransactionContextManager is set

Then it means that you did not define a transaction context manager in your xml configuration.

Fix

Open http://svn.apache.org/repos/asf/incubator/servicemix/trunk/servicemix-assembly/src/main/release/conf/servicemix.xml and copy/paste the transactionContextManager bean definition. You have to use a recent version of 3.0-SNAPSHOT.

  • No labels