1 Reply Latest reply on Jan 12, 2009 10:30 AM by ameo

    Portal Pages disappears

    ameo

      Use Jboss-Portal 2.6.5
      Richfaces 3.2.1.GA

      Description of my problem:
      The user works on his dashboard. The dashboard have tree pages. When the user clicks for page three, the pages opens, but the other pages disappears.

      Environment:
      Page three have a jsf portlet, that lookups an EJB which reference to another login-module than the portal. I think thats why that cause this behaviour, but not sure.

      And if so, why the portal and the pages habe an effect on this ?

        • 1. Re: Portal Pages disappears
          ameo

          During the click on page three, the JACCPortalAuthorizationManager ckecks the permission of the potalNodes. Here I can see, that the return value of the statement is null and checkmermission delivers false for the nodes.

          Subject subject = (Subject)PolicyContext.getContext("javax.security.auth.Subject.container");

          Behind this the login of another secutity domain performs and i think, it kicks of the current login user.