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
|
|
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
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
"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
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