0 Replies Latest reply on Feb 22, 2006 3:29 AM by shidani

    Hibernate Service JNDI lookup returns null

    shidani

      I want to share Hibernate session factory by using JBoss for desktop application.
      Finally I could configure it and now my har file deploys and service appears to bind correctly, also I could connect to Jboss with a jsp file and work with database properly. But JNDI lookup in a java class returns null!!
      I found this problem could cause by existing class files in my war file but there is no class file in my war file though deleting war file from JBOSS didn?t solve the problem?