I did briefly, but what I really want is a conversion guide. I did not have
much luck with taking bist from jboss-auto.jcml. I could try again though.
I am using the loader in the time being.
--jason
On Thu, 16 Aug 2001, David Jencks wrote:
> Did you try the autoconverter XADataSOurceLoader
In XAManagedConnectionFactory.getXADS() is returning null due to the return
null at the bottom of the method. It looks like this wants either an
xaDataSourceClass or xaDataSourceName to be set, if not it returns null.
Which then causes the pooling stuff to hang indefinently.
This is confusing me
ResourceAdapterName identifies which resource adapter supplies the
ConnectionFactory (and ManagedConnectionFactory etc etc) for the
ConnectionFactoryLoader to load. (It's the display-name tag in ra.xml) If
you were using firebird as your database, this could be the firebird
jca/jdbc driver. Sinc
What is ResourceAdapterName used for?
--jason
On Wed, 15 Aug 2001, David Jencks wrote:
> Hi,
>
> This discussion comes up in various places on various lists. Since you
> don't mention otherwise I assume you are planning to decrypt in code
> without manual intervention. As I understand the co
Maybe it could be a key/pass combination.
Once the password is entered. It is kept in mememory
throughout the entire jBoss process.
d.
-Original Message-
From: danch [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 15, 2001 11:26 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-dev
Ferguson, Doug wrote:
> Well,
>
> Alot of my datasources are loaded on the fly...
> I can't have the type in a password when jboss starts.
> Also, when there are many differnet databases... it becomes unmanagable..
>
>
> d.
But if you encrypt the password on disk, you need a key to decrypt it
001 7:52 AM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-dev] DataSourceLoader...
Hi,
This discussion comes up in various places on various lists. Since you
don't mention otherwise I assume you are planning to decrypt in code
without manual intervention. As I understand the consensus is, Don
ent: Wednesday, August 15, 2001 5:51 AM
Subject: Re: [JBoss-dev] DataSourceLoader...
> Hi,
>
> This discussion comes up in various places on various lists. Since you
> don't mention otherwise I assume you are planning to decrypt in code
> without manual intervention. As I un
Hi,
This discussion comes up in various places on various lists. Since you
don't mention otherwise I assume you are planning to decrypt in code
without manual intervention. As I understand the consensus is, Don't do
this. You need some code to unencrypt the password to send it to the db,
if so