The error you have is beacause BootstrapContextFactoryBean requires a
reference to the transaction manager:
<bean id="bootstrapContext"
class="org.jencks.factory.BootstrapContextFactoryBean">
<property name="threadPoolSize" value="15" />
<property name="transactionManager" ref="transactionManager"
/>
</bean>
<bean id="transactionManager"
class="org.jencks.factory.TransactionManagerFactoryBean"/>
As I told you in my first post the way that you are going to create the
bootstrap context depends on your environment setup. In your case
(servicemix 4) I think that will work.
-----
Ioannis Canellos
--
View this message in context:
http://old.nabble.com/SMX4-handling-transaction-tp28199896p28232012.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.