Re: Problem from Camelcontext close after poolingconnection,transactionmanager and datasource

2010-04-02 Thread MasterLotis
Ok I saw a new post by greenstar http://old.nabble.com/Camel%2C-Spring-and-Initialization-to28113566.html http://old.nabble.com/Camel%2C-Spring-and-Initialization-to28113566.html And now he open new issue here https://issues.apache.org/activemq/browse/CAMEL-2610 https://issues.apache.org/ac

Re: Problem from Camelcontext close after poolingconnection,transactionmanager and datasource

2010-03-31 Thread MasterLotis
My current routing.property file. driverClassName = com.mysql.jdbc.jdbc2.optional.MysqlXADataSource url = jdbc:mysql://127.0.0.1/TEST102 username = root password = 1234 brokerURL = tcp://127.0.0.1:61616 maxConnections = 1 concurrentConsumers = 1 -- View this message in context: http://old.nab

Re: Problem from Camelcontext close after poolingconnection,transactionmanager and datasource

2010-03-31 Thread MasterLotis
This is my camel-context.xml http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:camel="http://camel.apache.org/schema/spring"; xmlns:flex="http://www.springframework.org/schema/flex"; xmlns:context="http://ww

Re: Problem from Camelcontext close after poolingconnection,transactionmanager and datasource

2010-03-31 Thread Willem Jiang
Hi Can you show us the camel route that you have ? It will be useful for use the dig the issue. Willem MasterLotis wrote: I Have using camel 2.2.0 with spring 2.5.6 Tomcat 6 and Atomikos Transaction manager working together. I found error on stopping tomcat like this. STACKTRACE: j

Problem from Camelcontext close after poolingconnection,transactionmanager and datasource

2010-03-31 Thread MasterLotis
I Have using camel 2.2.0 with spring 2.5.6 Tomcat 6 and Atomikos Transaction manager working together. I found error on stopping tomcat like this. STACKTRACE: java.net.SocketException: socket closed at java.net.SocketInputStream.socketRead0(Native Method) at ja