spring jetty UriInfo inject is null - Stack Overflow
<aop:aspectj-autoproxy proxy-target-class="true"/>
this is what causing the problem this so.
Earlier i was using it as due to which java default proxy is used. when i changed it to <aop:aspectj-autoproxy proxy-target-class="true"/>
. The issue seems to resolves.
From experince it seems fight because java proxy library which solved when converted CGLIB proxy lib.
May be some expert will be able to comment more over it. Because i have not read about these libraries.
But in the end the problem resolved. :)
Read full article from spring jetty UriInfo inject is null - Stack Overflow
No comments:
Post a Comment