[jboss-user] [JCA] - Re: HOWTO: Pool connection management of my managed connecti

2009-12-10 Thread vickyk
Hello Christian, "groovie" wrote : |5000 |15 | Are one of the both settings responsible for the destroy | of vital connections ? | Yes it is the IdleTimeoutMinutes configuration which is destroying the idle connections, the idle connections are the connection in a pool whic

[jboss-user] [JCA] - Re: HOWTO: Pool connection management of my managed connecti

2009-12-10 Thread groovie
Salut vickyk, thank you for your helpful reply. In the meantime i was able to connect with my external legacy system. The pooling mechanism is working without any problem. >From my pont of view, understanding the JCA helps to get a closer view to the JEE architecture. Anyway, the information is

[jboss-user] [JCA] - Re: HOWTO: Pool connection management of my managed connecti

2009-11-11 Thread vickyk
"groovie" wrote : I think, this is the issue of the ConnectionPool-Manager, | who will disables or remove the connection from the pool | and try to establish a new one (using my ManagedConnection) | Yes Jboss JCA code will call the ManagedConnection's createManagedConnection(..) and matchMa