g
the 2.4.4 source tgz from the SourceForge files page.
- Original Message -
From: "David Jencks" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 28, 2002 8:28 AM
Subject: Re: [JBoss-user] can I connect to databese with specified user
> I lo
I lost it... can you file a bug or patch with it? if its in a smaller list
than my mailbox I'm more likely to fix it.
david jencks
On 2002.02.28 01:18:14 -0500 Guy Rouillier wrote:
> You don't mention what version you are using. If 2.4.x, there are some
> bugs
> in the pooling code that prevent
You don't mention what version you are using. If 2.4.x, there are some bugs
in the pooling code that prevent obtaining a connection for a specified
userid and password. I have a fix (that I never submitted) that I've given
to David Jencks. I can send it to you as well.
- Original Message -
On 2002.02.27 21:19:37 -0500 Dmitri Colebatch wrote:
> David,
>
> > > is the username/password you want to use related to the currently
> > > authenticated j2ee user? If so, I _think_ that is what
> > > application managed datasources are for - but I could be wrong...
> might
> > > be worth a l
David,
> > is the username/password you want to use related to the currently
> > authenticated j2ee user? If so, I _think_ that is what
> > application managed datasources are for - but I could be wrong... might
> > be worth a look.
>
> That is a required part of container managed security/sig
On 2002.02.27 19:11:29 -0500 Dmitri Colebatch wrote:
> is the username/password you want to use related to the currently
> authenticated j2ee user? If so, I _think_ that is what
> application managed datasources are for - but I could be wrong... might
> be worth a look.
That is a required part
is the username/password you want to use related to the currently authenticated j2ee
user? If so, I _think_ that is what
application managed datasources are for - but I could be wrong... might be worth a
look.
cheers
dim
- Original Message -
From: "Maris Orbidans" <[EMAIL PROTECTED]>
NO don't try to use XADataSource yourself, it's for the App Server
ONLY
You will be able to get connections fine from the DataSource bound in jndi.
I'm not sure how the pooling works, whether you will actually get
connections back for the user and password you specify. I
Salute!
The interface javax.sql.XADataSource has a method java.sql.XAConnection
getXAConnection(java.lang.String username, java.lang.String password) that
promises to establish a database connection. See API documetation. Thus you
should be able to that.
alex
> -Original Message-
>