[JBoss-user] [JCA/JBoss] - getting warnings when using SecurityIdentityModule: Destroyi

2005-02-03 Thread agent82_a
Hi, I'm running firebird 1.5 and Jboss-3.2.5 under Linux Kernel 2.6. My database config is anonymous wrote : | | mydataDS | | | | Firebird Database Connector | | localhost/3050:/database/mydata.fdb | | TRANSACTION_REPEATABLE_READ | |

[JBoss-user] [Messaging, JMS & JBossMQ] - JDBC2 Persistent Manager in XA Environment

2004-12-06 Thread agent82_a
Hi, My application updates multiple message queues (provided by jbossmq) and databases in one transaction through session beans with CMT. I am using jdbc2 persistent manager which uses a LocalTX only for its datasource. Since my app is running in an XA environment , will this cause any problem

[JBoss-user] [JCA/JBoss] - Getting Unrecognized transaction..

2004-07-07 Thread agent82_a
Hi, I have a application deployed under these configurations: -OS=Gentoo Linux Kernel 2.4.25 -JVM=Blackdown1.4.1 -JBoss-3.2.3 -RDBMS=Firebird-1.5.0 (Classic Server) -JDBC=FirebirdSQL-1.5.0-RC2 (deployed as a JCA adapter. Pooling is set to discard idle connections after 15 minutes) Sometimes I wou

[JBoss-user] [JCA/JBoss] - Re: Howto encrypt connection factory passwords

2004-07-07 Thread agent82_a
"burrifro" wrote : | So what is sent to the database, the hashed password? How does the database know it is the hash? | It's an encrypted form of the password, not the hashed of the password. The encrypted form of the password will be decrypted before sending it to the database. If it is

[JBoss-user] [JCA/JBoss] - Re: Howto encrypt connection factory passwords

2004-07-07 Thread agent82_a
It's an encrypted form of the password, not the hashed of the password. The encrypted form of the password will be decrypted before sending it to the database. If it is a hashed password, then there's no way to convert that hash value to the original password. correct me if i'm wrong. View t