Search:

Type: Posts; User: tekman; Keyword(s):

Search: Search took 0.05 seconds.

  1. Replies
    6
    Views
    1,449

    Ok. Thanks! I had a look at the...

    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...
  2. Replies
    6
    Views
    1,449

    Thanks for the replies! Your answers seems...

    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...
  3. Replies
    6
    Views
    1,449

    jax-ws WebService not getting proxied

    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. ...
  4. Replies
    0
    Views
    592

    Wire swt widgets using 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,...
  5. Replies
    0
    Views
    545

    Custom tag recursion

    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...
  6. RE: Problem rollback transaction using JtaTransactionManager in JBoss 4.0.4

    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.
Results 1 to 6 of 6