[jboss-user] [JBoss Seam] - Re: Injection in SeamTest

franky.b do-not-reply at jboss.com
Tue Jan 29 08:16:19 EST 2008


OK, I got it.

Instead of using setValue(..) it is necessary to write the desired value into a context, e.g. the SessionContext.


  | Contexts.getSessionContext()
  |                         .set("entityClassName", 
  |                         "Client");
  | 
  | 



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

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



More information about the jboss-user mailing list