1 Reply Latest reply on Aug 20, 2009 11:46 AM by acerberus

    Bug in Factory annotation

    acerberus

      Namespace like variable names used in @Factory produce the following error: Duplicate Variable name.


       @Out(value="foo.bar", required=false)
       private Object bar;
      
       @Factory("foo.bar")
       public void someFactory(){
          bar = ...
       }
      



      Is this a known bug and if so .. does any workaround exist, that does not require to use simple variable names?


      Cheers