Re: [JBoss-dev] Optimizations, packaging and the servlet 2.3 class loading model

2002-04-28 Thread Jan Bartel
Comments are inline. Our default optimization of ejb calls through the remote interface is not working with the servlet 2.3 container class loading model [...] We can deal with this by either 1. ignore the servlet 2.3 class loading model, which is what Jetty does by default Sounds good,

[JBoss-dev] Optimizations, packaging and the servlet 2.3 class loading model

2002-04-25 Thread Scott M Stark
Our default optimization of ejb calls through the remote interface is not working with the servlet 2.3 container class loading model that advocates: servlet-2.3-spec SRV.9.7.2 Web Application Classloader The classloader that a container uses to load a servlet in a WAR must allow the developer to