On Mon, 26 Mar 2001, Remy Maucherat wrote:
> ----- Original Message -----
> From: "T. Park" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, March 26, 2001 11:07 AM
> Subject: How do I use a non-apache naming service with tomcat 4?
>
>
> > When tomcat starts up it fails in StandardContext with the reflection
> > error complaining about the signature of the method
> > call "createNamingContext" (Follows later).
> >
> > If I remove the jar file containing my naming support all works are
> > normal.
> >
> > e.g.::
> >
> > Exception during startup processing
> > java.lang.reflect.InvocationTargetException: java.lang.VerifyError:
> > (class: org/
> > apache/catalina/core/StandardContext, method: createNamingContext
> > signature: ()V
> > ) Incompatible argument to function
> > at java.lang.Class.forName0(Native Method)
> > at java.lang.Class.forName(Class.java:120)
> > at
> > org.apache.catalina.util.xml.ObjectCreate.start(XmlMapper.java:611)
> > at
> > org.apache.catalina.util.xml.XmlMapper.matchStart(XmlMapper.java:412)
>
> I can't figure out why createNamingContext() is invoked by the XML mapper.
>
The only way that would happen is if you set up a rule to call it. Thom,
what rule is being executed when this happens?
> Remy
>
>
Craig