I can confirm that Jdk12Interceptor does not get the job done for my
application.
I think the case where you need ContextClassLoaderInterceptor is when
classes in the war depend directly on classes in shared libraries. In JPS
and tomcat-test, all required classes are physically in the war from what I
can see.
However, any call that has a parameter or return value whose class is loaded
from an ejb-jar/war will not be optimized if you dont use the
ContextClassLoaderInterceptor. For example, running tomcat-test without it,
the call to the remote interface is optimized because no interesting args or
return vals. The call to the home interface (.create()) is not optimized
however because the remote interface that it returns cannot be loaded from a
shared classloader.
Therefore I strongly recommend that you put in ContextClassLoaderInterceptor
if you want deployment and optimization to be consistent.
Otherwise your instructions are immaculate. I installed cvs on cygwin so I
could follow them as written. Very smooth.
sorry about the delay in responding, I was busy for a couple of days there.
> -----Original Message-----
> From: Scott M Stark [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 21, 2001 12:00 PM
> To: Castro, David
> Subject: Re: [jBoss-Dev] CVS update: newsite/business
> jboss-tomcat.html
>
>
> It looks like to me that the Jdk12Interceptor is doing the
> same thing. I'm running
> the jps and tomcat-ear tests successfully with the
> Jdk12Interceptor in place of
> the ContextClassLoaderInterceptor. If you have a test case
> that needs this
> let me know.
>
> Also all of the patches you gave me are in cvs. It would be
> good if you can
> test the jaws metadata issue to ensure that nothing has been lost.
>
>
> ----- Original Message -----
> From: "Castro, David" <[EMAIL PROTECTED]>
> To: "'JBoss-Dev'" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Wednesday, February 21, 2001 6:59 AM
> Subject: RE: [jBoss-Dev] CVS update: newsite/business
> jboss-tomcat.html
>
>
> > Also need to add
> >
> > org.jboss.tomcat.ContextClassLoaderInterceptor
> >
> > to the ContextInterceptors in server.xml.
> >
> > Please add that to the documentation. Without it, the classloader
> > integration doesn't work. (at least, it didn't work
> without it last time I
> > tried)
> >
> >
>
>
---------------------------------------------------------------------
This message (including any attachments) contains confidential, proprietary
or privileged information intended for a specific purpose and individual(s),
and is protected by law. If you receive this message in error, please
immediately delete it and all copies of it from your system, destroy any
hard copies of it and notify the sender. Any unauthorized disclosure,
copying or distribution of any part of this message, or the taking of any
unauthorized action based on it, is strictly prohibited.