cvs commit: jakarta-jetspeed/webapp/WEB-INF/templates/vm/controls/html jetspeed.vm

2002-09-23 Thread taylor
taylor 2002/09/23 17:16:19 Modified:webapp/WEB-INF/templates/vm/controls/html jetspeed.vm Log: Revision ChangesPath 1.13 +1 -1 jakarta-jetspeed/webapp/WEB-INF/templates/vm/controls/html/jetspeed.vm Index: jetspeed.vm ==

Re: Using Jetspeed behind a proxy

2002-09-23 Thread Thomas Marsh
Thanks David. Tried it, and it didn't work. All the links on the portal home page still point to the internal host. Could the the issue be with URILookup.getWebAppBaseDirURI which contains: return rundata.getServerScheme()+"://"+ rundata.getServerName()+ port + c

RE: Bug in JetspeedAccessController re: Profile

2002-09-23 Thread David Sean Taylor
> -Original Message- > From: Glenn R. Golden [mailto:[EMAIL PROTECTED]] > Sent: 23 September 2002 20:42 > To: Jetspeed Developers List > Subject: Re: Bug in JetspeedAccessController re: Profile > > > David (et. al.) - > > If we want everything in the session to be serializable, then

RE: Bug in JetspeedAccessController re: Profile

2002-09-23 Thread David Sean Taylor
If I remember correctly, when Glenn and I tested the WeakReferences, they never kept anything in the cache. I agree the current implementation is flawed, but I don't think that putting PSML in the session is the best solution. It does help with caching, since if the page you request is the same as

Re: Bug in JetspeedAccessController re: Profile

2002-09-23 Thread Glenn R. Golden
David (et. al.) - If we want everything in the session to be serializable, then we need to pay close attention to the http version of the state manager service, JetspeedHttpStateManagerService.java. This stores objects in the session, StateEntry (defined within and private to that file), whic

RE: Using Jetspeed behind a proxy

2002-09-23 Thread Tom Marsh
I will give this a try. Thank you! Tom > I use this setting with Tomcat 4.1 > > set CATALINA_OPTS=-Dhttp.proxyHost=(yourProxyHost) -Dhttp.proxyPort=80 > > > -Original Message- > > From: Tom Marsh [mailto:[EMAIL PROTECTED]] > > Sent: 23 September 2002 14:17 > > To: [EMAIL PROTECTED]

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets CustomizeSetAction.java

2002-09-23 Thread taylor
taylor 2002/09/23 11:56:22 Modified:src/java/org/apache/jetspeed/modules/actions/portlets CustomizeSetAction.java Log: Fixed bug to handle category filtering. Removed the code to reuse the portlet list and the allportlets list from the session. The portle

RE: Bug in JetspeedAccessController re: Profile

2002-09-23 Thread Luta, Raphael (VUN)
I'm not so sure about this is the current implementation. CastorPsmlManager cache work with a WeakReference to the Document so the reference will only stay valid if another reference is used at any time within the system. Basically this handles very well the 'anonymous' case where many people

RE: Using Jetspeed behind a proxy

2002-09-23 Thread David Sean Taylor
I use this setting with Tomcat 4.1 set CATALINA_OPTS=-Dhttp.proxyHost=(yourProxyHost) -Dhttp.proxyPort=80 > -Original Message- > From: Tom Marsh [mailto:[EMAIL PROTECTED]] > Sent: 23 September 2002 14:17 > To: [EMAIL PROTECTED] > Subject: Re: Using Jetspeed behind a proxy > > > Does

Re: Using Jetspeed behind a proxy

2002-09-23 Thread Tom Marsh
Does anyone know how this works? (proxying the jetspeed site behind a firewall) I saw some posts about this on the jetspeed newsgroups. I've tried setting services.URLManager.proxy.http.host=the.host.outside.the.firewall, but all the links on the jetspeed home page still have the name of the ho

RE: Bug in JetspeedAccessController re: Profile

2002-09-23 Thread David Sean Taylor
The PSML Manager caches the PSML document. If you map to the same psml document, then it shouldn't be much of a hit It's the job of the PSML Manager to handle caching of the heavyweight PSMLDocument The profile locator is lightweight > -Original Message- > From: Luta, Raphael (VUN) [ma

RE: Bug in JetspeedAccessController re: Profile

2002-09-23 Thread Luta, Raphael (VUN)
Mmmm... if you load/unload the profile per request you may end up with a significant performance hit, especially in the Castor XML file model: reading the file, parsing the XML file and creating the profile is *not* a lightweight operation so you probably don't want do it every request. Storing

RE: Bug in JetspeedAccessController re: Profile

2002-09-23 Thread David Sean Taylor
You will get a big +1 from me, that is as long as you don't break anything ;) We are just looking into making all objects serializable that are put in the session. And I was just hoping we could remove the profile object, since its nested with other objects. Why not simply use the DefaultJetspe

RE: Bug in JetspeedAccessController re: Profile

2002-09-23 Thread Glenn Golden
Or, even more cleanly, just store the Profile object in the rundata, which *does* have the proper scope, rather than the user object, which does not. - Glenn > -Original Message- > From: Glenn Golden [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 23, 2002 1:04 PM > To: 'Jetspeed-D

Bug in JetspeedAccessController re: Profile

2002-09-23 Thread Glenn Golden
The JetspeedAccessController sets the profile based on the current request into the data's user's setProfile() (which is stored in the user's temp area). This is wrong. The scope in which the data is stored (session - user) is way to broad for the scope in which the data is valid (session - user

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/modules/localization JetspeedLocalization_it.properties

2002-09-23 Thread morciuch
morciuch2002/09/23 08:32:07 Modified:src/java/org/apache/jetspeed/modules/localization JetspeedLocalization_it.properties Log: Updates by Massimiliano Dessì Revision ChangesPath 1.4 +42 -42 jakarta-jetspeed/src/java/org/apache/jetspeed/m

update italian version of the jetspeed properties (cvs version)

2002-09-23 Thread Massimiliano Dessi
  The previous is not a cvs version but the release version,this is the new version with the PASSWORDFORM_*Massimiliano DessìCagliari , Italy www.gruppoatlantis.com JetspeedLocalization_it.properties Description: Binary data -- To unsubscribe, e-mail: For additi

RE: portlets do not fill full width

2002-09-23 Thread David Sean Taylor
Sorry, I'll try to commit it this evening > -Original Message- > From: Weaver, Scott [mailto:[EMAIL PROTECTED]] > Sent: 23 September 2002 14:27 > To: 'Jetspeed Developers List' > Subject: RE: portlets do not fill full width > > > I submitted a patch to fix this Friday, however I do not

RE: portlets do not fill full width

2002-09-23 Thread Weaver, Scott
I submitted a patch to fix this Friday, however I do not think it has been applied yet. In controls/html/Jetspeed.vm, the colspan attribute of the tag that contains the which in turn contains the $!portlet_instance.Content needs to be "3" not "2" to fill the entire portlet. hth, Scott > -

Re: Using Jetspeed behind a proxy

2002-09-23 Thread Thomas Marsh
Ingo: How does this work? I saw your posts about this on the jetspeed newsgroups. I've tried setting services.URLManager.proxy.http.host=the.host.outside.the.firewall, but all the links on the jetspeed home page still have the name of the host behind the firewall in them, effectively making them

updated italian version of JetspeedLocalization properties

2002-09-23 Thread Massimiliano Dessi
Hi all,   you can find in attachment my Italian translation updated, in the previous version there were some errors and miss translation.         Massimiliano Dessì Cagliari , Italy www.gruppoatlantis.com     JetspeedLocalization_it.properties Description: Binary data -- To unsubscribe,

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/psmlmanager CastorPsmlManagerService.java

2002-09-23 Thread taylor
taylor 2002/09/23 01:42:44 Modified:src/java/org/apache/jetspeed/services/psmlmanager CastorPsmlManagerService.java Log: changed private to protected in order to extend CastorPsmlManagerService Revision ChangesPath 1.29 +48 -45 jakarta-j

inter portlet communication - how to?

2002-09-23 Thread Stefaan Nachtergaele
Hi all I would like to have my portlets communicate with eachother. The kind of things I want to do is: On closing portlet x, display tab 3, change the controller for the tab to 25/75 column, minimize portlet y and display portlet u and v in normal mode. Obviously, it makes no sense to handle thi