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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to