Loadtime weaving of Ejb Calls

View: New views
2 Messages — Rating Filter:   Alert me  

Loadtime weaving of Ejb Calls

by rmahmood :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: Loadtime weaving of Ejb Calls

by rmahmood :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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