I have interceptor classes and their beans.xml registration in A.jar. The
interceptor is used from code in B.jar and in My.class.
my.war - WEB-INF - beans.xml - glassfish-web.xml (with classloader
delegation) - classes - My.class - lib A.jar B.jar
Situation 1: beans.xml in war and B.jar do not register the interceptor. The
code in B.jar finds the interceptor, but My.class does not. *Not fulfilled
Expectation: **My.class should find the Interceptors.*
Situation 2: beans.xml again registers the already registered interceptors of
A.jar again. Now they are also found in My.class.
--
[Message sent by forum member 'matthiasunv']
View Post: http://forums.java.net/node/872809