Re: Embedded Bean Deployment Archive does not work

2012-10-11 Thread Harald Wellmann
Yes, there is. 2012/10/10 Romain Manni-Bucau : > Hi, > > is there a beans.xml in WEB-INF? >

Re: Embedded Bean Deployment Archive does not work

2012-10-11 Thread Romain Manni-Bucau
Hi, This should work, maybe share your app if you can to let us reproduce it. - Romain Le 11 oct. 2012 11:37, "Harald Wellmann" a écrit : > Yes, there is. > > 2012/10/10 Romain Manni-Bucau : > > Hi, > > > > is there a beans.xml in WEB-INF? > > >

TomEE on Windows: how to register a native PATH for webapps

2012-10-11 Thread Alex The Rocker
Hello, We need a to register TomEE+ on Windows with a native PATH for the web apps it will run (those web apps rely on JNI for some tricks, I know it sucks, but that's real life). Of course we don't want to use global environment variables. The tomcat7.exe / tomcat7w.exe had a way to specify PATH

Re: Embedded Bean Deployment Archive does not work

2012-10-11 Thread Harald Wellmann
The sample webapp is here: http://search.maven.org/remotecontent?filepath=org/ops4j/pax/exam/samples/pax-exam-sample1-web/3.0.0.M4/pax-exam-sample1-web-3.0.0.M4.war Sources: https://github.com/ops4j/org.ops4j.pax.exam2/tree/exam3-milestones/samples When you copy the Maven WAR to TomEE/webapps,

Re: Embedded Bean Deployment Archive does not work

2012-10-11 Thread Romain Manni-Bucau
Hi, didnt get you were working on pax :) well rename in web-inf/lib jar named pax* to foo-xxx.jar and it works :) we excluded pax-* jar from scanning since we have some module using it but with no mandatory scan *Romain Manni-Bucau* *Twitter: @rmannibucau * *Blo