Re: blueprint + myBatis + transactions

2015-04-24 Thread lsalotto
/configuration *MappingFile.xml* a simple mapping file, nothing special here Hope this helps!! Luciano Salotto -- View this message in context: http://camel.465427.n5.nabble.com/blueprint-myBatis-transactions-tp5764629p5766311.html Sent from the Camel - Users mailing list archive

Re: blueprint + myBatis + transactions

2015-04-24 Thread lsalotto
/configuration *MappingFile.xml* a simple mapping file, nothing special here Hope this helps!! Luciano Salotto -- View this message in context: http://camel.465427.n5.nabble.com/blueprint-myBatis-transactions-tp5764629p5766312.html Sent from the Camel - Users mailing list archive

Re: blueprint + myBatis + transactions

2015-03-24 Thread Claus Ibsen
://camel.465427.n5.nabble.com/blueprint-myBatis-transactions-tp5764629p5764668.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - Red Hat, Inc. Email: cib...@redhat.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action

Re: blueprint + myBatis + transactions

2015-03-24 Thread Willem Jiang
) Twitter: willemjiang Weibo: 姜宁willem On March 24, 2015 at 8:53:49 AM, alapaka (alap...@rocketmail.com) wrote: Has anyone successfully used the mybatis component in a transaction? -- View this message in context: http://camel.465427.n5.nabble.com/blueprint-myBatis-transactions

Re: blueprint + myBatis + transactions

2015-03-23 Thread Willem Jiang
Spring as configuration - has anyone gotten this to work in Blueprint? -- View this message in context: http://camel.465427.n5.nabble.com/blueprint-myBatis-transactions-tp5764629.html Sent from the Camel - Users mailing list archive at Nabble.com.

blueprint + myBatis + transactions

2015-03-23 Thread alapaka
: http://camel.465427.n5.nabble.com/blueprint-myBatis-transactions-tp5764629.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: blueprint + myBatis + transactions

2015-03-23 Thread alapaka
is then configured with that factory: bean id=mybatis class=org.apache.camel.component.mybatis.MyBatisComponent property name=sqlSessionFactory ref=sqlSessionFactory/ /bean -- View this message in context: http://camel.465427.n5.nabble.com/blueprint-myBatis-transactions-tp5764629p5764667.html