[jboss-user] [JBoss Seam] - Re: @Service / @Management bean injection

matt.drees do-not-reply at jboss.com
Fri Sep 21 13:52:26 EDT 2007


"rhomber" wrote : 
  | @Name("utibaServiceGajMediator")
  |   | ...
  |   | public class GAJServiceMediatorBean implements GAJServiceMediator {
  |   | 
  |   | }
  | 
  | And then used by this class:
  | 
  | 
  |   | ...
  |   |     @In GAJServiceMediator gajServiceMediator;
  |   | 
  | 
  | ...
  | 
  | org.jboss.seam.RequiredException: In attribute requires non-null value: utibaTester.gajServiceMediator

Your names don't match; gajServiceMediator != utibaServiceGajMediator

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087366



More information about the jboss-user mailing list