Jeremy, Thanks for your help I pulled down the project and am trying to build it. Do I need to use Maven to do this. At first I thought I did, but then I noticed that there is already a project.xml and a maven.xml files. I guess I am just a little confused as to how to build the project using Eclipse. Thanks, Andrew
-----Original Message----- From: Jeremy Ford [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 12:10 PM To: Sturtz, Andrew; [EMAIL PROTECTED] Subject: RE: Security on the Fly Check out this link: http://cvs.apache.org/viewcvs.cgi/jakarta-jetspeed/src/java/org/apache/j etspeed/om/registry/base/ There are 2 files with a comment about fixing this bug. Pull HEAD, builder it, and grab those 2 files. Jeremy Ford [EMAIL PROTECTED] >From: "Sturtz, Andrew" <[EMAIL PROTECTED]> >To: "Jetspeed Users List" ><[EMAIL PROTECTED]>,<[EMAIL PROTECTED]> >Subject: RE: Security on the Fly >Date: Thu, 8 Jul 2004 11:56:21 -0400 > >Thanks for your reply, but I looked high and low on the jetspeed CVS >and found no such class file. Did I miss something??? Where can I find >this file. >Thanks, >Andrew > >-----Original Message----- >From: Jeremy Ford [mailto:[EMAIL PROTECTED] >Sent: Wednesday, July 07, 2004 8:34 PM >To: 'Jetspeed Users List' >Subject: RE: Security on the Fly > >The was a caching issue in the security registry implementation. This >might resolve your issue. > >The bug is here: > >http://nagoya.apache.org/jira/browse/JS1-466 > >You could possibly place a 1.6-dev BaseSecurityEntry.class file into >your webapps WEB-INF classes directory to see if this resolves your >issue. > >Jeremy Ford >[EMAIL PROTECTED] > > >-----Original Message----- >From: Sturtz, Andrew [mailto:[EMAIL PROTECTED] >Sent: Wednesday, July 07, 2004 4:20 PM >To: [EMAIL PROTECTED] >Subject: Security on the Fly > >Hi all, >The problem that I am having is I am only able to add security >constraints to portlets by restarting Tomcat after implementing the >security that I need. We are using Jetspeed 1.4 for our portal and we >have some portlets that some users can access and others that only >another group can access, and then some portlets that all users can >access. I have assigned roles to the users, and have configured >security profiles based on those roles ie. user-view_admin-all, etc. >If I try to apply one of my security profiles to a portlet through the >admin account and then log back in as a user I get an error, "Error >retreiving portal page: null" but if I restart Tomcat I don't see the >error anymore. On the other hand, if I apply the security profiles >through the xreg files before starting Tomcat the portal behavior is >normal. We need to be able to do this on the fly throught the admin >account without having to restart Tomcat. I tried to switch >"services.JetspeedSecurity.caching.enable=false" in the >JetspeedSecurity.properties file with no luck. Is this a feature that >is available in Jetspeed 1.5 or 2? Is there a way to accomplish our >goal in 1.4? Please help. >Thanks, >-Andrew > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > _________________________________________________________________ Get tips for maintaining your PC, notebook accessories and reviews in Technology 101. http://special.msn.com/tech/technology101.armx --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
