Posts by Rodrigo Bijega • 21 points
2 posts
-
0
votes1
answer94
viewsA: When I use the @Transactional annotation the Autowired variables become null
solved!!! That is the mistake @RequestMapping(method=RequestMethod.GET) private
-
2
votes1
answer94
viewsQ: When I use the @Transactional annotation the Autowired variables become null
When I use the annotation @Transactional in a method annotated with @RequestMapping all variables annotated with @Autowired are getting null. Has anyone ever been through this? Could you give me…