Re: TomEE + CODI + Maven (bug)

2012-05-17 Thread maxtorzito
Tomcat log: Using CATALINA_BASE: "C:\apache-tomee-webprofile-1.0.0" Using CATALINA_HOME: "C:\apache-tomee-webprofile-1.0.0" Using CATALINA_TMPDIR: "C:\apache-tomee-webprofile-1.0.0\temp" Using JRE_HOME:"C:\Program Files\Java\jdk1.7.0_04" Using CLASSPATH: "C:\apache-tomee-webprofile-1.0

Re: TomEE + CODI + Maven (bug)

2012-05-17 Thread David Blevins
Can you paste your output from starting TomEE? Specifically the part that looks like this: mingus:/tmp 04:19:02 $ ./apache-tomee-webprofile-1.0.0/bin/startup.sh Using CATALINA_BASE: /tmp/apache-tomee-webprofile-1.0.0 Using CATALINA_HOME: /tmp/apache-tomee-webprofile-1.0.0 Using CA

TomEE + CODI + Maven (bug)

2012-05-17 Thread maxtorzito
Please look this post, i asked my question here and the answer from Gerhard was: that's a known (and fixed) issue in tomee - details are available at [1]. (it's also mentioned in our wiki at [2]). http://old.nabble.com/CODI-%2B-TomEE-td33754910.html but im ussing TomEE 1.0 and the problem sti

Re: Logging Levels of OpenJPA in Apache TomEE

2012-05-17 Thread Bertrand Guay-Paquet
Thanks to you both for these answers. I need to work on something else right now so I'll try this out soon. Bertrand On 16/05/2012 1:31 PM, Ravindranath Akila wrote: Sorry, correction: should be trace, not debug On May 16, 2012 10:58 PM, "Ravindranath Akila" wrote: Hth: DefaultLevel=DEBU

Is Tomee not support XADataSource

2012-05-17 Thread Yaocl
Hi I try to config a XADatasource, after google and read the source of tomee. I found can't config a XADatasource. Tomee only support dbcp. Is it right? -- YaoCL