Re: [JBoss-user] can I connect to databese with specified user

2002-03-04 Thread Guy Rouillier
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

Re: [JBoss-user] can I connect to databese with specified user

2002-02-28 Thread David Jencks
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

Re: [JBoss-user] can I connect to databese with specified user

2002-02-27 Thread Guy Rouillier
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 -

Re: [JBoss-user] can I connect to databese with specified user

2002-02-27 Thread David Jencks
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

Re: [JBoss-user] can I connect to databese with specified user

2002-02-27 Thread Dmitri Colebatch
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

Re: [JBoss-user] can I connect to databese with specified user

2002-02-27 Thread David Jencks
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

Re: [JBoss-user] can I connect to databese with specified user

2002-02-27 Thread Dmitri Colebatch
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]>

Re: [JBoss-user] can I connect to databese with specified user

2002-02-27 Thread David Jencks
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

RE: [JBoss-user] can I connect to databese with specified user

2002-02-27 Thread Alex Loubyansky
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- >