Re: DataSource Password Encryption

2012-11-12 Thread David Blevins
On Nov 12, 2012, at 11:30 AM, middleware wrote: > Actually, the solution was easier than I thought: > > > JdbcDriver oracle.jdbc.xa.client.OracleXADataSource > JdbcUrl jdbc:oracle:thin:@hostname:port:ora > UserName ** > Password ** > PasswordCipher Static3DES > JtaManaged false > > > I

Re: DataSource Password Encryption

2012-11-12 Thread middleware
-configuration documentation page with the XA configuration, fixing an error too (It was still stated that TomEE relies Apache Commons DBCP instead of Tomcat pool). Davide -- View this message in context: http://openejb.979440.n4.nabble.com/DataSource-Password-Encryption-tp4658424p4658524.html Sent from the

Re: DataSource Password Encryption

2012-11-11 Thread David Blevins
On Nov 8, 2012, at 11:35 AM, Yousef Herzallah wrote: > FYI, I added a check so that illegal attributes are found and flagged. -David

Re: DataSource Password Encryption

2012-11-10 Thread Romain Manni-Bucau
at > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > at > > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at > > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:662) > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/DataSource-Password-Encryption-tp4658424p4658499.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >

Re: DataSource Password Encryption

2012-11-09 Thread middleware
(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662) -- View this message in context: http://openejb.979440.n4.nabble.com/DataSource-Password-Encryption-tp4658424p4658499.html Sent from the

Re: DataSource Password Encryption

2012-11-09 Thread Romain Manni-Bucau
nt XA is often used because you > frequently have to deal with integration issues. > > > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/DataSource-Password-Encryption-tp4658424p4658494.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >

Re: DataSource Password Encryption

2012-11-09 Thread middleware
979440.n4.nabble.com/DataSource-Password-Encryption-tp4658424p4658494.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: DataSource Password Encryption

2012-11-08 Thread Jean-Louis MONTEIRO
BTW, just updated a bit the datasource password encryption page 2012/11/8 Romain Manni-Bucau > Hi, > > fine, are you volonteer? > > just open a jira on openejb or tomee project ( > issues.apache.org/jira/browse/TOMEE) and attach the patch(s) (examples) > and > we'l

Re: DataSource Password Encryption

2012-11-08 Thread Romain Manni-Bucau
ward making it > as > easy(i.e. well documented) as possible. > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/DataSource-Password-Encryption-tp4658424p4658485.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >

Re: DataSource Password Encryption

2012-11-08 Thread Romain Manni-Bucau
*KjGfWPfU7xUzVUv5LG7YLA==* PasswordCipher *Static3DES* > JtaManaged false > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/DataSource-Password-Encryption-tp4658424p4658453.html > Sent from the OpenEJB User mailing list archive at Nabble.com.

DataSource Password Encryption

2012-11-08 Thread Yousef Herzallah
Hi Romain, I tried to use DataSource Password Encryption <http://tomee.apache.org/datasource-password-encryption.html> following your steps but i missing some information cause it doesn't work. is TomEE can decode the password without any additional library? i have this error *Ac

Re: DataSource Password Encryption

2012-11-07 Thread Romain Manni-Bucau
the source code which is not > so good in terms of security. > In the real life, you should store the key in an HM or so. > > > Please let us know the version you are using so that we can figure if the > tomcat pool stuff is the cause of your problem. > > Jean-Louis >

Re: DataSource Password Encryption

2012-11-07 Thread Jean-Louis MONTEIRO
problem. Jean-Louis 2012/11/7 Yousef Herzallah > Hi Romain, > I tried to use DataSource Password Encryption <http://tomee.apache.org/** > datasource-password-**encryption.html<http://tomee.apache.org/datasource-password-encryption.html>> > following your steps but i

DataSource Password Encryption

2012-11-07 Thread Yousef Herzallah
Hi Romain, I tried to use DataSource Password Encryption <http://tomee.apache.org/datasource-password-encryption.html> following your steps but i missing some information cause it doesn't work. is TomEE can decode the password without any additional library? i have this error *Ac