[jboss-user] [JBoss Seam] - Re: injecting SFSB's and naming conventions

asookazian do-not-reply at jboss.com
Wed Oct 31 17:24:25 EDT 2007


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



More information about the jboss-user mailing list