0 Replies Latest reply on Apr 22, 2002 11:58 AM by david_cohoon

    Problem calling ejbs from taglib

    david_cohoon

      I continue to have difficulty accessing ejbs from my taglib. I keep getting a ClassNotFoundException for org.jnp.interfaces.ContextNamingFactory.

      I can call ejbs from my servlets which are in the same web application using the jnp-client.jar in my /WEB-INF/lib directory.

      I don't understand why my taglib cannot see the the same lib file that my servlet can. I even tried putting my taglib jar file in the same directory.

      I must be missing something. Can anyone help?