0 Replies Latest reply on Mar 9, 2012 5:00 AM by kirillica

    They say it's fixed in 6.1, but...

    kirillica

      Hi there,

       

      In 6.1 we still experience bug described for 6.0 here:

      Caused by: java.lang.RuntimeException: Neither any mapped-name/lookup/jndi-name specified nor any ResourceProvider could process resource-env-ref

      When:

      @org.springframework.stereotype.Component
      public class Dummy1...

      Is injected with:

      public class Dummy2 {
        @javax.annotation.Resource
        private Dummy1 dummy1;...

      And workaround is not working in 6.1 too. Any ideas with that?

       

      Thanks in advance,

      Kirill