Re: Password Encryption

2009-10-16 Thread Larry Meadors
quot;); > super.initialize(map); > } > > > From: Rick.Wellman [mailto:rick.well...@kiewit.com] > Sent: Thursday, October 15, 2009 1:59 PM > To: user-java@ibatis.apache.org > Subject: RE: Password Encryption > > I needed to use the following technique to solve a

RE: Password Encryption

2009-10-15 Thread Ejaz X Mohammed
sword", pass); logger.debug("Inside initialize -- "); super.initialize(map); } From: Rick.Wellman [mailto:rick.well...@kiewit.com] Sent: Thursday, October 15, 2009 1:59 PM To: user-java@ibatis.apache.org Subject: RE: Password Encryption I needed to use the fo

RE: Password Encryption

2009-10-15 Thread Rick . Wellman
e.org 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 Moh

RE: Password Encryption

2009-10-15 Thread Ejaz X Mohammed
I'm using SIMPLE transactionmanager From: Rick.Wellman [mailto:rick.well...@kiewit.com] Sent: Thursday, October 15, 2009 12:51 PM To: user-java@ibatis.apache.org Subject: RE: Password Encry

RE: Password Encryption

2009-10-15 Thread Rick . Wellman
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:ejaz.moham...@jpmorgan.

Re: Password Encryption in configuration file

2005-11-29 Thread Clinton Begin
That all sounds fine.. Cheers, ClintonOn 11/29/05, Rafiq, Adnan <[EMAIL PROTECTED]> wrote: I am using a simple jdbc transaction manager (type="JDBC" datasource type="SIMPLE") in the sqlmaps xml file. What I would like to do is to set the password property to an encrypted password (e.g. using my o