Re: OpenEJB with JUnit from NetBeans: NameNotFoundException

2008-10-11 Thread franz see
Good day, The script you gave me passed with no problem. And after comparing with my failing copy, I found out what the reason is. My `meta-inf` were in all small caps, and because of that openejb failed to detect `META-INF/ejb-jar.xml`. After renaming my `meta-inf` to `META-INF`, the test pas

Re: OpenEJB with JUnit from NetBeans: NameNotFoundException

2008-10-11 Thread David Blevins
On Oct 11, 2008, at 9:39 AM, franz see wrote: Good day, The script you gave me passed with no problem. And after comparing with my failing copy, I found out what the reason is. My `meta-inf` were in all small caps, and because of that openejb failed to detect `META-INF/ejb-jar.xml`. A

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, >> >> T