I'm not sure about the servlet, but if you're using OpenEJB 3.1.2 you
can use the @Startup annotation on a Singleton EJB to do the
initialization. You can also make such a bean only available in your
tests, so initialization for tests happen through this and in
production through the servlet. Delegating this to a dedicated
Initialize class/object would centralize the code.

Quintin Beukes



On Wed, Nov 11, 2009 at 12:21 PM, brownie <[email protected]> wrote:
>
> I need to write JUnit tests for an existing project. There are some servlets
> that should be loaded to initialize some stuff.
> Is it possible to load a servlet on the standalone server startup, e.g.
> using Jetty?
>
> Thanks in advance.
> --
> View this message in context: 
> http://old.nabble.com/Is-it-possible-to-load-a-servlet-on-the-standalone-server-startup--tp26299042p26299042.html
> Sent from the OpenEJB User mailing list archive at Nabble.com.
>
>

Reply via email to