Hi David.
Thanks, exactly what I was looking for. Now to port the general idea over to my
ConnectionFactory object...
-Steve
David Jencks wrote:
> OK, look at the org.jboss.test.jmx.test.DeployConnectionManagerUnitTestCase
> in the testsuite module for an example of code that creates the mbe
OK, look at the org.jboss.test.jmx.test.DeployConnectionManagerUnitTestCase
in the testsuite module for an example of code that creates the mbeans that
set up a datasource.
david jencks
On 2002.06.22 22:33:29 -0400 Stephen Davidson wrote:
> Hi David.
>
> This is for an already existing framewor
Hi David.
This is for an already existing framework.
The database instance to connect to is determined by the application during user
login. The login module in question was written before the JAAS specifications were
stabilized, which is why JAAS is
not being used in the current version. T
Ease up on your assumptions and tell us more about your requirements.
What's going to determine which database instance you connect to? How many
connections/database instance? How long do they last? Container managed
security?
Dan Bunker wrote a login module and modified the Local Tx wrapper