The security constraint, on the portal you defined:

  |          <security-constraint>
  |             <policy-permission>
  |                <unchecked/>
  |                <action-name>personalizerecursive</action-name>
  |             </policy-permission>
  |          </security-constraint>
  | 
You should have something like:

  |          <security-constraint>
  |             <policy-permission>
  |                <unchecked/>
  |              <action-name>personalizerecursive</action-name>
  |              <action-name>viewrecursive</action-name>
  |             </policy-permission>
  |          </security-constraint>
  | 

That's not related to your error. But i wonder how you got to that point.

Also you did not answer about the errors in the log file

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

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

Reply via email to