Thx for the help.  Must be first time I've injected a SB into another SB... 

        @In(create=true)
  |     private NoteAction noteAction;
above doesn't work.


  | @In(create=true)
  |     private NoteAction myNoteAction;
  |             
above doesn't work.

  | @In(create=true)
  |     private NoteLocal myNoteAction;
above doesn't work.

  | @In(create=true)
  |     private NoteLocal noteAction;
above did work.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100859#4100859

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100859
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to