Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Loadtime weaving of Ejb Calls


I didnt realize that Javax package was not included by default while
weaving.

I did it by placing weave tag inside aop.xml and included javax.ejb.* and 
now its weaving my ejb calls.

Thanx to one of previous posts.

 

rmahmood wrote:
> 
> Hi All,
> 
> I am working on an application where i have to intercept all the calls
> made by EjbHome and EjbObject interface from an existing J2EE
> Application(.jar or binary form).
> 
> How can i do it with loadtime weaving or is there any other way to do it?
> 
> Thanx for ur replies:confused:
> 
> 

-- 
View this message in context: http://www.nabble.com/Loadtime-weaving-of-Ejb-Calls-tp19161136p19219712.html
Sent from the AspectJ - users mailing list archive at Nabble.com.



Back to the top