It seems that the version you are running is quite old. Could you try with a recent snapshot ?
Cheers, Guillaume Nodet On 4/6/06, fretzlaff <[EMAIL PROTECTED]> wrote: > > I have tried but doesn't work... take a look at my XML: > > <?xml version="1.0" encoding="ISO-8859-1"?> > <beans xmlns="http://xbean.org/schemas/spring/1.0" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns:sm="http://servicemix.apache.org/config/1.0" > xmlns:spring="http://xbean.org/schemas/spring/1.0" > xsi:schemaLocation="http://xbean.org/schemas/spring/1.0 spring-beans.xsd > http://servicemix.apache.org/config/1.0 servicemix.xsd"> > <sm:container transactionManager="#transactionManager" rootDir="../server" > createMBeanServer="false" useMBeanServer="true" flowName="jca" > MBeanServer="#mbeanServer" name="jbi" spring:id="jbi"> > <sm:activationSpecs/> > </sm:container> > <bean class="org.springframework.jmx.support.MBeanServerFactoryBean" > id="mbeanServer"/> > <bean class="org.jencks.factory.TransactionContextManagerFactoryBean" > id="transactionContextManager"/> > <bean class="org.jencks.factory.GeronimoTransactionManagerFactoryBean" > id="transactionManager"/> > </beans> > -- > View this message in context: > http://www.nabble.com/JCA-Flow-t1405473.html#a3791374 > Sent from the ServiceMix - Dev forum at Nabble.com. > >
