cvs commit: jakarta-jetspeed/webapp/WEB-INF/conf TurbineResources.properties

2002-11-14 Thread morciuch
morciuch2002/11/14 09:06:56 Modified:webapp/WEB-INF/conf TurbineResources.properties Log: Added missing XmlRpc service properties. If enabled, XmlRpc service would fail to initialize with these missing. Patch provided by Dave Trapp. Revision ChangesPath 1.62 +33 -1

cvs commit: jakarta-jetspeed/build/axis - New directory

2002-11-14 Thread taylor
taylor 2002/11/14 09:58:12 jakarta-jetspeed/build/axis - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-jetspeed/build/axis/bin - New directory

2002-11-14 Thread taylor
taylor 2002/11/14 10:03:19 jakarta-jetspeed/build/axis/bin - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-jetspeed/build/axis/dist - New directory

2002-11-14 Thread taylor
taylor 2002/11/14 10:03:23 jakarta-jetspeed/build/axis/dist - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-jetspeed/build/axis/local - New directory

2002-11-14 Thread taylor
taylor 2002/11/14 10:03:26 jakarta-jetspeed/build/axis/local - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-jetspeed/build/axis/tmp - New directory

2002-11-14 Thread taylor
taylor 2002/11/14 10:03:30 jakarta-jetspeed/build/axis/tmp - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-jetspeed/build/axis/local web.xml

2002-11-14 Thread taylor
taylor 2002/11/14 10:04:32 Modified:buildbuild.xml Added: build/axis Readme.txt build.xml build/axis/local web.xml Log: Added Axis + Jetspeed Integration - provided by Werner Punz (14432) Revision ChangesPath 1.168 +26 -0 jakarta-jetspe

Link to a portlet in another profile

2002-11-14 Thread Mark Orciuch
If you provide a link to a portlet in another user's psml, such as: http://localhost/jetspeed/portal/media-type/html/user/admin/page/default.psm l/js_peid/321?action=controls.Maximize the portlet gets displayed correctly. However, if you click Home then you get "<>" back and you have to log out a

RE: Link to a portlet in another profile

2002-11-14 Thread David Sean Taylor
> -Original Message- > From: Mark Orciuch [mailto:mark_orciuch@;ngsltd.com] > Sent: Thursday, November 14, 2002 10:24 AM > To: Jetspeed Developers List > Subject: Link to a portlet in another profile > > > If you provide a link to a portlet in another user's psml, such as: > > http://loca

RE: Link to a portlet in another profile

2002-11-14 Thread Mark Orciuch
>>4. this is the error as you described: you can no long get anymore pages to >>load, just "<>" >> >>Ive never seen #4 before. Im wondering if its related to my commits from >>last night. >>Are you using a fresh cvs checkout? It's couple days old - I don't have your commits from last night yet. I

WebSphere's version of Jetspeed?

2002-11-14 Thread Shannon, Eric
I am in the process of building a portal that will support JSR 168. Without internal knowledge of the specification, I have been relying on the Jetspeed 1.4 interfaces. I have also reviewed the IBM WebSphere Portlet Java doc at http://www7b.software.ibm.com/wsdd/zones/portal/portlet/4.1api/.

ChangeLanguage Portlet

2002-11-14 Thread David Sean Taylor
Massimiliano, I attempted to build the ChangeLanguage portlet and the associated localization service that you sent us a while back. It had syntax errors and wouldn't compile. Please compile your code before submitting it to the list. if (user=="null") where user is a JetspeedUser. Which Java c

cvs commit: jakarta-jetspeed/docs/site changes.html

2002-11-14 Thread morciuch
morciuch2002/11/14 12:21:51 Modified:src/java/org/apache/jetspeed/modules/actions/portlets CustomizeSetAction.java xdocschanges.xml docs/site changes.html Log: Empty portlet categories in customizer are now supressed by defaul

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/customlocalization - New directory

2002-11-14 Thread taylor
taylor 2002/11/14 12:27:31 jakarta-jetspeed/src/java/org/apache/jetspeed/services/customlocalization - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/portal/portlets/language - New directory

2002-11-14 Thread taylor
taylor 2002/11/14 12:28:08 jakarta-jetspeed/src/java/org/apache/jetspeed/portal/portlets/language - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-jetspeed/xdocs code-standards.xml

2002-11-14 Thread taylor
taylor 2002/11/14 12:30:24 Modified:buildbuild.xml webapp/WEB-INF/conf TurbineResources.properties portlets.xreg xdocscode-standards.xml Added: src/java/org/apache/jetspeed/portal/portlets/language

cvs commit: jakarta-jetspeed/xdocs/stylesheets project.xml

2002-11-14 Thread taylor
taylor 2002/11/14 14:43:09 Modified:xdocschanges.xml xdocs/stylesheets project.xml Log: turned on registry docs (possibly before its time, sorry Raphael) i needed a link to reference in the tutorial Revision ChangesPath 1.91 +7 -1 jakarta-je

Re: ChangeLanguage Portlet

2002-11-14 Thread Jeremy Ford
David, I have implemented a portlet which allows a user to change his/her locale. It is based on the this proposal I made earlier (http://www.mail-archive.com/jetspeed-dev%40jakarta.apache.org/msg04936.html ). I have attache the xreg, the source file, and the vm necessary to use the portlet. In