Thanks for the report, I fixed it in 2.4 CVS and it should be in the CR2 release.
I noticed that you did not add security constraint in the -object.xml of your war file, you should rather use : | <deployments> | <deployment> | <if-exists>overwrite</if-exists> | <parent-ref>default</parent-ref> | <page> | <page-name>Phonebook</page-name> | <window> | <window-name>PhonebookPortletWindow</window-name> | <instance-ref>PhonebookPortletInstance</instance-ref> | <region>center</region> | <height>0</height> | </window> | <security-constraint> | <policy-permission> | <unchecked/> | <action-name>viewrecursive</action-name> | </policy-permission> | </security-constraint> | </page> | </deployment> | </deployments> | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957281#3957281 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957281 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
