Yes, its going to depend on what the resource adaptor wants for its security info and the pool is most likely going to have to get the comparator from the ra configuration. We can start with a default comparator that is based on the javax.resource.spi.security.PasswordCredential.

--
xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx

Adrian Brock wrote:

On Wed, 2003-09-10 at 13:05, Scott M Stark wrote:

We need a custom comparator to intelligently compare the pool key. The default Subject equals is comparing all its sets when all we really need is the associated JCA identity/credential I'm guessing. This is in the JBossManagedConnectionPool.getConnection(Subject subject, ConnectionRequestInfo cri)?



Doesn't this depend upon how security is configured?
Perhaps there is someway to make the pooling strategy implementation
more pluggable?



------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to