Re: Manager Context in server.xml, Broken

2013-10-15 Thread jieryn
I went back to my javaee-example to try and reproduce it there, it seems to be working with 20131012. Looking at the changesets, I don't see where it would have been broken/fixed. So I think I have to conclude that I built my -SNAPSHOT improperly.. On Tue, Oct 15, 2013 at 11:51 AM, Romain Manni-

Re: Manager Context in server.xml, Broken

2013-10-15 Thread Romain Manni-Bucau
you have a sample showing it? *Romain Manni-Bucau* *Twitter: @rmannibucau * *Blog: **http://rmannibucau.wordpress.com/* *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/10/15 jie

Re: Manager Context in server.xml, Broken

2013-10-15 Thread jieryn
It is deployed, but @EJBs are not injected. If I just revert back to 20131003 it works. On Tue, Oct 15, 2013 at 11:37 AM, Romain Manni-Bucau wrote: > you mean ROOT.war doesn't work? I use it ATM > > *Romain Manni-Bucau* > *Twitter: @rmannibucau * > *Blog: **http:/

Re: Manager Context in server.xml, Broken

2013-10-15 Thread Romain Manni-Bucau
you mean ROOT.war doesn't work? I use it ATM *Romain Manni-Bucau* *Twitter: @rmannibucau * *Blog: **http://rmannibucau.wordpress.com/* *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau*

Re: Manager Context in server.xml, Broken

2013-10-15 Thread jieryn
I tested out a locally built version for 20131012, and that indeed fixes the /manager context docBase issue to be more in line with Apache Tomcat. However, it seems to have clobbered normal webapps/ROOT.war launching. By this I mean, the exact same web application works pre 20131012 but fails after

Re: Specific Oracle JDBC properties in tomee datasources

2013-10-15 Thread Romain Manni-Bucau
Hi did you try it: propKey = propValue *Romain Manni-Bucau* *Twitter: @rmannibucau * *Blog: **http://rmannibucau.wordpress.com/* *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau*

Specific Oracle JDBC properties in tomee datasources

2013-10-15 Thread Leonardo K. Shikida
Hi How do I set specific oracle JDBC properties in tomee datasources? for example http://docs.oracle.com/cd/B19306_01/java.102/b14355/clntsec.htm#i1022564 TIA Leo