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
alvin...@gmail.comon 26 Nov 2009 at 8:47