You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have a spring transaction service bean such as the following -
@Service
@Transactional
@Logger(type=Type.SLF4J, var="logger")
public class TestService {
...
}
I get a NPE when I use the logger object. I am guessing this is due to the
proxy mechanisms.
Using morbok 0.1.3.
Original issue reported on code.google.com by [email protected] on 26 Nov 2009 at 8:47
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 26 Nov 2009 at 8:47The text was updated successfully, but these errors were encountered: