[jboss-user] [JBoss Seam] - Seam 1.1.5 security components issues?

liudan2005 do-not-reply at jboss.com
Thu Feb 1 12:02:42 EST 2007


I've just downloaded 1.1.5 and try to put the following code in my session listener:


  | @Name("mysessionlistener")
  | @Scope(SESSION)
  | public class MyListener{
  | @Create
  | public void sessionCreated() {
  | Identity identity=(Identity)Component.getInstance(Identity.class,true);
  | }
  | 

However, the returned identity is null. Any idea?

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

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



More information about the jboss-user mailing list