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?


Regards


-----------------------------------------------------------------------
Per Lewau ([EMAIL PROTECTED]) 

"Why waste time learning, when ignorance is instantaneous?"
                                                - Hobbes


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

Reply via email to