1 Reply Latest reply on Oct 14, 2002 1:40 PM by juha

    Troubles with application redeployment

    mik1

      Hi,

      I work on JBoss3.0 with embedded Catalina and I have some troubles with my application redeployment.

      I've an EAR with a WAR and JARs. I get an object "DeviceDetails" which gives me all details of the EJB "Device".

      The first time I deploy my EAR, all works perfectly and my JSP page give me all the details I want.

      BUT after redeployment, I have this error :

      org.apache.jasper.JasperException: Unable to compile class for JSP
      ...
      Generated servlet error:
      C:\JBoss3\catalina\work\localhost\OSM\applis\assetinf\viewsel2$jsp.java:325: Method getOperatorName() not found in class com.XXX.manager.client.equipment.util.DeviceDetails....

      This method return only a String :o
      I don't understand what occurs.

      I can only say that my method was named "getDomain" before.
      So I thought it was a trouble of cache in the jvm but I can't manage to make it work. :(

      Help me please ;)