10 Replies Latest reply on Jul 20, 2005 9:11 AM by sebersole

    JNDI Look up returns null on Hibernate session factory

    nxbalas

      I am trying to use Hibernate 2.1.7c in JBoss-4.0.2 while deploying my ear/har file I get following warning

      net.sf.hibernate.impl.SessionFactoryObjectFactory : InitialContext did not implement EventContext"

      Rest of the installation is completed with no errors/warnings.

      when I try to look up hibernate session factory I get a warn as
      net.sf.hibernate.impl.SessionFactoryObjectFactory : Not Found.

      The same code is working in JBoss.3.2.6 with no problems, leading me to find myself in JBoss forum for an answer.

      NOTE: In my ear file I have a har and war file the JNDI look up is happening from war file.

      Any help would be apprciated.