This happen when a user is in no role. I should probably fix that, a user in no role does not make sense actually, so i guess we should always have the user in a default immutable role.
If you are using sources, make sure you have the following lines for the UserPortlet: | <init-param> | <description>Default role of registered users</description> | <name>defaultRole</name> | <value>Users</value> | </init-param> | and that the role 'Users' exists in your database. I need to make it more error proof. Thanks for the feedback, let me know if you can fix this. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863512#3863512 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863512 ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
