Re: OpenEJB with JUnit from NetBeans: NameNotFoundException

2008-10-11 Thread franz see
passes ( except for simple-webservices ). Thanks, Franz David Blevins wrote: On Oct 9, 2008, at 9:42 PM, franz see wrote: I figured out what the solution is, The setUp() of the test cases are missing this line properties.setProperty(openejb.deployments.classpath.include, .*simple

Re: OpenEJB with JUnit from NetBeans: NameNotFoundException

2008-10-11 Thread franz see
Good day, The failing copy was extracted on a vfat which was configured to automatically convert paths to lower cases ( I changed that now ). Where should that be documented in? Thanks, Franz David Blevins wrote: On Oct 11, 2008, at 9:39 AM, franz see wrote: Good day, The script

Re: OpenEJB with JUnit from NetBeans: NameNotFoundException

2008-10-09 Thread franz see
Good day, I am getting the same problem. And my system is able to find the META-INF/ejb-jar.xml as seen in the last part of the surefire reports ( not unless that's the wrong ejb-jar.xml that I'm supposed to look for ). I downloaded openejb-examples-3.0 ( [1] ), extracted the archive, and run