aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes Connection sharing in JCA glassfish Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Connection sharing in JCA glassfish" Watch "Connection sharing in JCA glassfish" New topic
Author

Connection sharing in JCA glassfish

sam sepassi
Greenhorn

Joined: Sep 23, 2012
Posts: 7


I have a misunderstanding regarding the connection handle sharing in JCA.

I want to know if the connection sharing only happens during a phase of transaction ( multiple components call ) or the connection sharing is possible amongst multiple clients accessing a component that has the same EIS destination.

I created my own resource adapter on Glassfish application server 3.1. The problem is the resource adapter doesn't perform any connection sharing (no associateConnection method call).

Thanks,
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Connection sharing in JCA glassfish
 
Similar Threads
File Access from EJB running under WebSphere 5.0.2
JBoss JCA 1.5 - how do I return my connections to the connection pool?
Session bean and TCP communication
JCA 1.5 - how do I return my connections to the connection pool?
JCA JMS simple example