[jboss-user] [EJB 3.0] - Re: How to intercept EJBs residing in another jar-file?

jaikiran do-not-reply at jboss.com
Thu Apr 24 03:13:24 EDT 2008


"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



More information about the jboss-user mailing list