Ok. Thanks!
I had a look at the SpringBeanAutowiringSupport actually only processes injections, it doesn't seem to register anything in the application context.
Then the workaround is just to...
Type: Posts; User: tekman; Keyword(s):
Ok. Thanks!
I had a look at the SpringBeanAutowiringSupport actually only processes injections, it doesn't seem to register anything in the application context.
Then the workaround is just to...
Thanks for the replies!
Your answers seems reasonable, however another question arises. As mentioned, my services has @Autowired annotations on them, and my config file contains the...
Hi !
I've created a log aspect to log enter and exit for all public methods in my web service project, as well as handling exceptions. It works fine for the classes managed directly by spring. ...
Hi folks!
I am trying to use spring to wire together swt widgets for my application.
I have run into a problem with circular dependencies.
Panel a has references to panels b, c, d, e and f,...
I'm trying to create a custom tag which is supposed to traverse a tree structure and print some atributes.
I am working on the .tag file to be able to use the spring tags, but have a hard time...
Might also be convenient to make an advice for the transaction management. Then you won't have to define the transaction settings for each bean.