Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    1,957

    @ManagedResource and @Autowire

    I would like to autowire an object tagged as @ManagedResource by type using @Autowire. Is this possible and if so what would some sample code look like ?
  2. Replies
    1
    Views
    1,116

    sourceforge repo down?

    https://svn.sourceforge.net/svnroot/springframework/repos/repo-snapshots/
    is down....any idea on when it will come back up ... or was it replaced by some other private repo ? (trying to get the 2.1...
  3. Replies
    0
    Views
    733

    @Configurable and dependencycheck

    I have a domain object with



    @Configurable(autowire=Autowire.BY_TYPE,dependencyCheck=true)
    public class MyDomainObj {

    @Autowired
    private AService _aService;
  4. help needed to get @Configurable working

    I have a following domain object called UserImpl
    @Configurable
    public class UserImpl implements User{
    @Autowired
    private UserManagementService _userService;

    @Autowired
    private...
  5. Replies
    2
    Views
    924

    Thanks! I was actually able to do something...

    Thanks!
    I was actually able to do something similar with an aspect that looks for calls to methods with @SomeAnnotation and then getting parameter annotations through thisJoinPoint to do the...
  6. Replies
    2
    Views
    924

    question regarding xpath support

    Hi Arjen! I had a question regarding your blog on blog.interface21.com regarding new XPath support in spring-ws. In one of your examples you show:

    @Endpoint
    public class MyEndpoint {

    ...
Results 1 to 6 of 6