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