4 Replies Latest reply on Nov 24, 2008 11:05 AM by alrubinger

    client interceptor - ejb3-interceptors-aop.xml

    torstenknopp

      Hi!

      I read the Ejb3.0 Tutorial on http://www.jboss.org/jbossejb3/docs/tutorial/configuration/configuration.html
      where a new clientInterceptor is added to StatelessSessionClientInterceptors in ejb3-interceptors-aop.xml.

      My Question:
      Where must I place my new ClientInterceptor?

      I placed it in ear-File, then I get a ClassNotFoundException on startup JBoss!

      Is it really the right way to make a jar File and paced it in the Jboss/server/default/lib directory or is there another way?