[jboss-user] [JBoss Portal] - Re: instances problem

thomas.heute@jboss.com do-not-reply at jboss.com
Mon Jun 18 08:37:31 EDT 2007


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



More information about the jboss-user mailing list