Roberto Leong wrote:
>
> will try to put something tomorrow I will definitely need help replacing
> network requests with inVM calls, I have no idea how to do it (is this
> related to classloader sharing?)
Yes it is, if you use the right classloader the container invoker should
do inVM calls automatically.
You must make catalina build its classloader with the ContextClassLoader
(available from Thread.currentThread.getContextClassLoader) as parent.
The ContextClassLoader is set by the J2EEDeployer, and should already
know the beans interfaces.
Sebastien
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]