Hi guys,
I am attempting to get the class implementation from a proxy, but I am failing to find the right way to do it.
This is being done in a test and the proxy is actually cusAccLocSearchService
and the service implementation is annotated with @Service.Code:/** Inject Service to test */ @Resource(name = "cus_service_CustAccLocSearchService") protected CusAccLocSearchService cusAccLocSearchService;
Can anyone of you point me to a piece of code that I can reuse (copy really), and just be able to get the implementation out of the proxy?
Thanks
Kris


), and just be able to get the implementation out of the proxy?
Reply With Quote
. You deserve it though.