Re: Upgraded to Tomee 1.5, Password cipher not working anymore

2012-10-24 Thread mommymutya
Ooops, I meant it was working nicely in my tomee 1.0 setup, but stopped working when I switched to tomee 1.5 -- View this message in context: http://openejb.979440.n4.nabble.com/Upgraded-to-Tomee-1-5-Password-cipher-not-working-anymore-tp4658231p4658232.html Sent from the OpenEJB User mailing l

Upgraded to Tomee 1.5, Password cipher not working anymore

2012-10-24 Thread mommymutya
Hi, I upgraded to tomee 1.5 from a 1.0 setup. However, I couldn't have PasswordCipher work correctly. I am using the default one : PasswordCipher Static3DES. This worked nicely in my tomee 1.5 setup. I am having the error: WARNING: Property "passwordCipher" not supported by "jdbc/CAWebServiceJTA

Re: Upgraded to Tomee 1.5, Password cipher not working anymore

2012-10-24 Thread Romain Manni-Bucau
passwordcipher is not supported by tomcat-jdbc, using the property DataSourceCreator=dbcp should make it working back will have a look if it can be added on trunk for tomcat-jdbc *Romain Manni-Bucau* *Twitter: @rmannibucau * *Blog: **http://rmannibucau.wordpress.

bug with openejb cipher

2012-10-24 Thread kp.gores
Hi, I've found a bug with `openejb cipher` when trying to encrypt a password. The password I used looked like a MAC address. To reproduce the bug enter: openejb-3.1.4/bin/openejb cipher AA-DA-AA This throws an exception: Exception in thread "main" java.lang.StringIndexOutOfBoundsException: Str

Re: bug with openejb cipher

2012-10-24 Thread Romain Manni-Bucau
Hi, good catch, updated on trunk https://issues.apache.org/jira/browse/OPENEJB-1923 *Romain Manni-Bucau* *Twitter: @rmannibucau * *Blog: **http://rmannibucau.wordpress.com/* *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Gi

Re: JPA Load-Time Enhancement

2012-10-24 Thread Anthony Fryer
+1 for this. I raised a JIRA here https://issues.apache.org/jira/browse/TOMEE-501 -- View this message in context: http://openejb.979440.n4.nabble.com/JPA-Load-Time-Enhancement-tp4658181p4658247.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: JPA Load-Time Enhancement

2012-10-24 Thread Romain Manni-Bucau
didnt think about it exactly, that's already the case since openejb 3 - it is what the javaagent does *Romain Manni-Bucau* *Twitter: @rmannibucau * *Blog: **http://rmannibucau.wordpress.com/* *LinkedIn: **http://fr.linkedin.com/i

Tinkering with JAX-WS web service URLs in EJB 3.1 module of EAR

2012-10-24 Thread ymaraner
Within an EAR file, I have an EJB 3.1 module that implements multiple stateless session beans which expose JAX-WS web services specified in endpoint interfaces. When I deploy the EAR file to the apps directory of TomEE+ 1.5, I can access the wsdl for each of the services at: - http://localhost:808

Re: Tinkering with JAX-WS web service URLs in EJB 3.1 module of EAR

2012-10-24 Thread Romain Manni-Bucau
Hi, didn't try for ear but could work: http://svn.apache.org/repos/asf/openejb/trunk/openejb/examples/change-jaxws-url/src/main/resources/META-INF/openejb-jar.xml *Romain Manni-Bucau* *Twitter: @rmannibucau * *Blog: **http://rmannibucau.wordpress.com/*

Cannot create PoolableConnectionFactory error?

2012-10-24 Thread javanovice
Hello Experts! Can you please point me in the right direction? I am trying to simply get the ConnectionPool to work. Below is my stack trace for error. I am running: TomEE 1.5 on Solaris with mysql. MySQL database is working fine. Ive checked the username/password several times. Ive granted all

How to get TomEE+ version from command-line?

2012-10-24 Thread Alex The Rocker
Hello, I have a simple question : how can TomEE+ version can be found using command-line? If we run /bin/version.sh/.bat then we only see Tomcat's version. also RELEASE-NOTES.txt file in the install root only mentions Tomcat. Am i missing something ? Thanks, Alex

How to override/set custom resource factory in tomee.xml 'Resource'

2012-10-24 Thread mommymutya
I would like to do this tomcat setting in my tomee server. Basically I just would like to have my password encrypted/decrypted. I used PasswordCipher but apparently it is only commons-dbcp that recognizes it. I would like to use the default tomcat-jdbc for the pool lib so I thought of just crea

Re: Upgraded to Tomee 1.5, Password cipher not working anymore

2012-10-24 Thread mommymutya
Oh, come to think of it, how do I now encrypt my password if I want to use the default datasourcecreator which is tomcat? Does it have something like PasswordCipher for dbcp? -- View this message in context: http://openejb.979440.n4.nabble.com/Upgraded-to-Tomee-1-5-Password-cipher-not-working-a

Re: Upgraded to Tomee 1.5, Password cipher not working anymore

2012-10-24 Thread mommymutya
Adding DataSourceCreator=dbcp in the resource declaration, worked like a charm! Thanks Romain Manni-Bucau! :) -- View this message in context: http://openejb.979440.n4.nabble.com/Upgraded-to-Tomee-1-5-Password-cipher-not-working-anymore-tp4658231p4658255.html Sent from the OpenEJB User maili

Re: Upgraded to Tomee 1.5, Password cipher not working anymore

2012-10-24 Thread Jean-Louis MONTEIRO
Hi, Not for the moment. That's only an OpenEJB feature on DBCP original pool. I guess it should not be so tricky to make it available on tomcat-pool as well. JLouis 2012/10/25 mommymutya > Oh, come to think of it, how do I now encrypt my password if I want to use > the default datasourcecreato