[jboss-user] [JBoss Seam] - Re: Injection issue

anescu do-not-reply at jboss.com
Wed Apr 25 09:21:08 EDT 2007


Hi,

I got the same error.
If I put just 
@In(create = true)
  | UserHome lastUpdatedBy; 
I get an exception about not-null value for that component (when some other's component list is called - a component reffering the first one)
If I put 
@In(required = false, create = true)
  | UserHome lastUpdatedBy;
I get an exception latter when I try to "add" a new object.
More specific in the wire() method lastUpdatedBy is null and I get a NullPointerException.

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

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



More information about the jboss-user mailing list