I Changed the following in UserHome generated by seam-gen:

  | @Override @Begin
  |     public void create() {
  |         super.create();
  |     }
  | 

to:


  | @Override @Begin
  |     public void create() {
  |         super.create();
  |         super.getInstance().setCredential(new Credential());
  |     }
  | 

Added a line where I manually create a new credential.

Now it works.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100140
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to