I'm using SIMPLE transactionmanager
<transactionManager type="JDBC" >
<dataSource type="SIMPLE">
<property name="JDBC.Driver" value="${jdbc.driver}"/>
<property name="JDBC.ConnectionURL" value="${jdbc.url}"/>
<property name="JDBC.Username" value="${jdbc.user}"/>
<property name="JDBC.Password" value="${jdbc.password}"/>
<property name="JDBC.DefaultAutoCommit" value="true"/>
</dataSource>
</transactionManager>
From: Rick.Wellman [mailto:[email protected]]
Sent: Thursday, October 15, 2009 12:51 PM
To: [email protected]
Subject: RE: Password Encryption
Depending on the DataSource you are using, you might be able extend that class
to override a particular property/method call. Can you describe your iBatis
configuration? (i.e. sqlMap.xml, are you using Spring, what datasource are you
using)
From: Ejaz X Mohammed [mailto:[email protected]]
Sent: Thursday, October 15, 2009 12:41 PM
To: [email protected]
Subject: Password Encryption
Hello,
I have encrypted password in properties file.
To decrypt I have to call a function.
How can I make ibatis call this function to get decrypted password before
making jdbc connection?
Thanks
Ejaz
This email is confidential and subject to important disclaimers and conditions
including on offers for the purchase or sale of securities, accuracy and
completeness of information, viruses, confidentiality, legal privilege, and
legal entity disclaimers, available at
http://www.jpmorgan.com/pages/disclosures/email.
This email is confidential and subject to important disclaimers and
conditions including on offers for the purchase or sale of
securities, accuracy and completeness of information, viruses,
confidentiality, legal privilege, and legal entity disclaimers,
available at http://www.jpmorgan.com/pages/disclosures/email.