3 Replies Latest reply on Sep 27, 2006 10:28 PM by forumer

    java.lang.NoClassDefFoundError: org/jboss/serial/io/Marshall

    forumer

      On JBoss4.0.4-CR2

      I am invoking a Local interface method of a Bean which returns an object and I get the error. I'd appreciate any help in resolving this matter.

      Thanks

      java.lang.NoClassDefFoundError: org/jboss/serial/io/MarshalledObjectForLocalCalls

      I can't seem to find this class in any of the jars!

      The method called is:

       public Bus getBusDetails(String busName) {
       Bus a = (Bus)em.createNamedQuery("findBusForTail").
       setParameter("busName",busName).getSingleResult();
       return a;
       }