1 Reply Latest reply on Aug 22, 2005 6:58 PM by fabcipriano

    I got java.lang.NoClassDefFoundError

    mloayzagahona

      Hi.

      I'm using Jboss 4.0.3 RC1.

      I got this Error.
      -------------------------
      15:29:18,718 WARN [BusquedasBasicasDelegate] Se obtiene una instancia de ==>ejb/Cajaval/BusquedasBasicasFacade desde BusquedasBasicasDelegate
      15:29:19,640 ERROR [LogInterceptor] Unexpected Error in method: public abstract java.util.Collection com.venthorix.deceval.negocio.facade.interfaces.BusquedasBasicasFacade.obtenerDatosBusquedaGenerica(com.venthorix.deceval.negocio.dto.BusquedaGenericoDTO) throws java.rmi.RemoteException
      java.lang.NoClassDefFoundError: oracle/jdbc/rowset/OracleCachedRowSet
      ....
      -----------------------------
      I deployed an ear with war and jar(EJB, DAO,Factory, and so). For search I'm using DAO with factory, and my DAO implementation use ORacle RowSet implementations. Will I have to use the file MANIFEST into mi .jar?

      This error ocurred when I want to used my own business exceptions in bean's method when I thrown my exception.

      Is it Something wrong with Classloader?

      Regards in advanced.

      Manuel Loayza
      SCJP, SCWCD

      It rep