[jboss-user] [JBoss Seam] - Migrating from 1.1.1 GA 2 1.1.6. Problem with injection occu

Jump do-not-reply at jboss.com
Thu Feb 8 13:15:56 EST 2007


this code worked with 1.1.1 and now it does not


  | @Stateless
  | @Name("login")
  | public class DefaultLogin implements Login {
  | 	
  | 	@In(create=true)
  | 	private Actor actor;
  | ..........................................
  | }
  | 

failed to inject actor

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

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



More information about the jboss-user mailing list