Skip to content

Ability to work with AOP/cglib/Spring annotations #6

Description

@GoogleCodeExporter
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.com on 26 Nov 2009 at 8:47

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions