Search:

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

Search: Search took 0.05 seconds.

  1. Here my error is. @Service(value =...

    Here my error is.


    @Service(value = "OtherService")
    public class OtherService {
    @Qualifier("CommonService")
    @Resource
    private CommonService commonService;
    }
  2. Although I used @Resource annotation, I get the...

    Although I used @Resource annotation, I get the same problem.
  3. Replies
    2
    Views
    1,034

    Could you provide the suggestion to me? I get the...

    Could you provide the suggestion to me? I get the problem in component-san;

    Inject spring bean from another bean in jar file
  4. Inject spring bean from another bean in jar file

    Can we generate classes with Spring Bean annotation as jar file?
    How to inject another Spring Bean from the class of that jar?
    Can you provide the possible way? When I get as below it does not...
Results 1 to 4 of 4