1 Reply Latest reply on Aug 18, 2006 3:48 PM by claprun

    requiresRegistration=true

    timba

      I am running portlets in the JBoss Portal that requires a authenticated user. But when this portlets invoke javax.portlet.PortletRequest.getRemoteUser() it always returns null. This occurs because when my consumer invoke getServiceDescription the Jboss Portal always returns that registration is not required (

      <requiresRegistration>FALSE</requiresRegistration>
      ). Is there a way to change this? JBoss Portal supports registration?

      thanks