0 Replies Latest reply on Jun 22, 2011 9:40 AM by ezikoh

    Problem when deploy web service in Weblogic using hibernate 3.6.5

    ezikoh

      Hello

       

      I have the following problem, I deploy an web service develop using hibernate 3.6.5 final version in weblogic 11r, but show message

      weblogic.application.ModuleException: [HTTP:101216]Servlet: "prueba.ws.webservice" failed to preload on startup in Web application: "WSPrueba.war".

      javax.xml.ws.WebServiceException: java.lang.NoClassDefFoundError: prueba/util/HibernateUtil

       

      I checked all configuration and files and is all ok, my question who is the problem?, my libraries jar in web service are:

       

      asm-3.3.jar

      cglib-2.2.jar

      commons-logging-1.1.jar

      dom4j-1.6.1.jar

      hibernate3.jar  ( is the 3.6.5 final version of hibernate)

      ojdbc6.jar (class for connect with oracle XE)

       

       

      I have a preview version with another version of hibernate and function ok, but when change the libraries not function, why?.

       

      Than You.