----- Original Message -----
From: "Per Lewau" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 31, 2001 10:43 AM
Subject: Re: [JBoss-user] NoSuchMethodError when trying to access EJB from
tomcat


>
> On Tue, 31 Jul 2001, Ludovic Orban wrote:
>
> >
> >
> > I'm hitting this strange problem:
> >
> > java.lang.NoSuchMethodError
> > at
> >
com.cisco.nm.lorban.servlet.InventoryServlet.doPost(com/cisco/nm/lorban/ser
> > vlet/InventoryServlet.java:95)
>
> >From the javadoc:
>
>    public class NoSuchMethodError
>    extends IncompatibleClassChangeError
>
>    Thrown if an application tries to call a specified method of a class
> (either static or instance), and that class no
>    longer has a definition of that method.
>
>    Normally, this error is caught by the compiler; this error can only
> occur at run time if the definition of a class has
>    incompatibly changed.
> ---
>
> Are you sure that your war file contains the right version of the compiled
> class?
>
>
Is it possible that your EJB implementation class doesn't have the same
signature as the Remote or Home interface
--->NoSuchMethodError

Greetz-tbone



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to