5 Replies Latest reply on Oct 14, 2002 7:17 AM by ritchie

    org/jboss/logging/Logger

    ritchie

      Hi,

      I´m trying to access to a already deployed EJB. This are the seetings I use on the Properties object:

      props.put Context.INITIAL_CONTEXT_FACTORY,"org.jnp.interfaces.NamingContextFactory");
      props.put(Context.PROVIDER_URL, "jnp://localhost:1099");

      But I get this error:

      Exception in thread "main" java.lang.NoClassDefFoundError: org/jboss/logging/Logger

      jboss.jar and jnp-client.jar are in the CLASSPATH.

      Does anyone knows if I am missing something?

      Best regards.