OpenEJB Startup Performance

2009-09-07 Thread Vikrant Yagnick
Hi All, We are creating a offline version of an online application using Oracle Lite, i.e. basically our J2EE application will work in a stand-alone mode on a laptop with the embedded Oracle Lite database. Since, Oracle Lite comes in-built with it's own web-serve (WebToGo) we decided to

Re: Chaining InitialContexts ???

2009-09-07 Thread uglything
Hello David David Blevins wrote: On Sep 1, 2009, at 6:07 AM, uglything wrote: Hello everyone. After having worked on something else (conception mainly with loads of UML2) I'm coming back to the Plain Old Java Coding... I'm willing to give a try to the @Remote concepts which I

Re: OpenEJB Startup Performance

2009-09-07 Thread Quintin Beukes
Hey, I'm no EJB master either, but I can answer your questions with what I do know. 1. Perfectly fine. If you run it in something like Geronimo, it's basically just embedded in Geronimo. Your web server is nothing more than a Java Application, and OpenEJB has 2 modes, Standalone and Embedded (I

Problem when scanning for applications in a Manifest Classpath

2009-09-07 Thread Quintin Beukes
Hey, I have an odd problem when doing unit tests. In production we have a bunch of EJB JAR files and a bunch of app library dependencies. The one library specifically causes a cyclic dependency. Which is fine, since it's a runtime dependency and doesn't need to have it compiled against. So