"raoul.schmidiger" wrote : 
  | This works fine for all EJBs that are in the same jar like the ejb-jar.xml 
file (app1.jar). However, any method call to an EJB in mylib.jar is not 
intercepted at all.
  | What do I have to change in order the have also the method calls with the 
EJBs in the mylib.jar file intercepted? An extensive search on google and in 
the jBoss forum did not reveal any solution for my problem. Either nobody has 
ever tried to do this, or I am just missing something!
  | 

An ejb-jar.xml represents on single ejb deployment unit. So, in your case, you 
will have to create another ejb-jar.xml file with similar contents for 
mylib.jar.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146420#4146420

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146420
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to