Hello,
I'd like to find a way to log access to remote objects (EJB)with no modification of the applications. Format of the traces should include the name of the class that are accessed, the method that are called and the parameters of the request. I think that it's impossible to configure a log file with the admin console to log such informations.
Perhaps using portable interceptors to access requests to EJB could be a solution, but how to register an interceptor in Weblogic context?
If anybody can help me.
Thanks
I'd like to find a way to log access to remote objects (EJB)with no modification of the applications. Format of the traces should include the name of the class that are accessed, the method that are called and the parameters of the request. I think that it's impossible to configure a log file with the admin console to log such informations.
Perhaps using portable interceptors to access requests to EJB could be a solution, but how to register an interceptor in Weblogic context?
If anybody can help me.
Thanks