Jesper Pedersen [
https://community.jboss.org/people/jesper.pedersen] created the
discussion
"Re: JCA Connector 8 hosts, 165 users"
To view the discussion, visit:
https://community.jboss.org/message/733356#733356
--------------------------------------------------------------
First of all - a resource adapter isn't a datasource.
If you want to limit account access per server, and you know the account names up-front,
just do a <config-property> on the ManagedConnectionFactory with the account names
in a "," separated String. Then verify the CRI information against that. And the
pool will be divided based on the equallity of the CRI, so there is no "same
pool".
Read
http://docs.jboss.org/ironjacamar/userguide/1.0/en-US/html/introduction.h...
http://docs.jboss.org/ironjacamar/userguide/1.0/en-US/html/introduction.h...
- and look at
http://docs.jboss.org/ironjacamar/userguide/1.0/en-US/html/samples.html#s...
http://docs.jboss.org/ironjacamar/userguide/1.0/en-US/html/samples.html#s...
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/733356#733356]
Start a new discussion in IronJacamar at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]