2 Replies Latest reply on Aug 13, 2006 10:13 PM by senthilid14

    Application Client JNDI lookup returns null for Hibernate Se

    senthilid14

      Hi,

      I am using JBoss 4.0.4, and Hibernate3. I used hibernate-service.xml and I put my mapping files and classes in a utility jar.

      From a JSP page my JNDI lookup for hibernate SessionFactory is working perfectly.

      But from a application client, my JNDI lookup returns null, so if i am trying to use SessionFactory, iam getting NullPointerException

      am i missing somewhere?

      thanks