0 Replies Latest reply on Oct 18, 2006 8:40 AM by rabelenda

    Integrating application logging with portal

    rabelenda

      Hi there, i have an j2ee application that uses jsf, and it implements its own security system storing in the session an attribute that holds the userId and a boolean that indicates if the user is loggedIn, in each controller of a page it calls a service that checks if the user has permission to run that use case (viewing if some of user groups has permission) and if so, execute the operation of the use case. Well, i want to integrate this application to use the jboss portal, what u recommend me to do, or to read to do this. Thanks.