0 Replies Latest reply on Oct 9, 2004 4:54 PM by bhagyash

    No class loaders found for custom interceptor

    bhagyash

      Hi All,

      I have written a custom interceptor for SLSB which right now doesn't do anything but print a "Hello World" message.

      I have the class file jarred up and placed in the server/default/lib directory and the correct entry in standardjboss.xml at <container-configuration>
      <container-interceptors>

      On deployment of SLSBs, I get the following error:
      [EjbModule] Could not load the edu.unl.prabhaka.HelloInterceptor interceptor for this container
      java.lang.ClassNotFoundException: No ClassLoaders found for: edu.unl.prabhaka.HelloInterceptor

      Can anybody please help me fix this, or point me to documentation for writing custom Interceptors.

      Thanks in advance,
      Shree