I got the xa. part, I will make that switch when I upgrade next time.
Thanks for the info
-----Original Message-----
From: Aaron Mulder [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 13, 2000 1:14 PM
To: jBoss Developer
Subject: RE: [jBoss-Dev] Minerva Update
For jBoss, you don't typically use the driver manager. However,
not all the changes I described applied to the Minerva driver: if you
added a pool named "foo" in jboss.conf/jboss.jcml, in the past it would
appear in JNDI as "xa.foo" or "jdbc.foo" (depending on whether you enabled
transactions), and as of the current code in CVS, it will appear in JNDI
as "foo" instead. You will need to update the resource manager elements
in the jboss.xml file for each bean accordingly.
Aaron
On Wed, 13 Sep 2000, Jay Walters wrote:
> I am clearly missing something. Why would I want to use the minerva
driver
> manager? Is it an internals developer thing? I've setup a pool in
> jboss.jcml/jboss.conf, find the datasource using JNDI from my entity
beans.
>
> Cheers