Re: customizer landed...

2000-12-15 Thread ingo schuster
At 07:59 2000-12-15, Sigis Jermolovicius wrote: Checked new source, missing CustomizePortlet.java I checked out into a clean, empty directory: it builds and it runs. You may have updated your sources too early (during my commit). ingo. U, it's done -- finally! I hope I didn't

Customizer Bug

2000-12-15 Thread raphael . luta
ingo schuster wrote: At 07:59 2000-12-15, Sigis Jermolovicius wrote: Checked new source, missing CustomizePortlet.java I checked out into a clean, empty directory: it builds and it runs. You may have updated your sources too early (during my commit). I checked it out, it builds and

RE: JetSpeed Documentation Format for 1.3a1

2000-12-15 Thread SCHAECK
David Sean Taylor wrote: No, its very simple, you just have to use the correct Word styles, and then run a convert-program on the word doc. I can send it to you tomorrow. My collegue is working on it, and he is travelling today. Cool. Thank you ! Is your Developers Guide in the CVS ?

[1.3a1] feature freeze ?

2000-12-15 Thread raphael . luta
This is mainly for David and Santiago: Do you plan to commit updated features for the profiler or the diskcache in order to incorporate it into 1.3a1 ? If no, I'll feature freeze 1.3A1 aned fork out a 1.3a1 release branch around 19:00 GMT. From then on, all the committers/users willing to

Re: Customizer Bug

2000-12-15 Thread ingo schuster
At 11:43 2000-12-15, [EMAIL PROTECTED] wrote: ingo schuster wrote: At 07:59 2000-12-15, Sigis Jermolovicius wrote: Checked new source, missing CustomizePortlet.java I checked out into a clean, empty directory: it builds and it runs. You may have updated your sources too early

Jetspeed services instantiation order

2000-12-15 Thread ingo schuster
I changed the JetspeedConfigRegistryManager a little bit so that it now instantiates the services in the order that is given in the properties file. (Stephan Hesmer reported this problem some time ago ["Bug in new registry service"]). ingo. --

RE: [1.3a1] feature freeze ?

2000-12-15 Thread Santiago Gala
-Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En nombre de [EMAIL PROTECTED] Enviado el: viernes, 15 de diciembre de 2000 13:01 Para: JetSpeed Asunto: [1.3a1] feature freeze ? This is mainly for David and Santiago: Do you plan to commit updated features

DiskCache.islocal now configurable

2000-12-15 Thread ingo schuster
We had this problem that Websphere local resources are loaded with an "classloader:" protocol (See postings some time ago). I now committed changes to DiskCache and DiskCacheUtils so that the protocols that are regarded as local are configurable in the JR.P. If the key is not set, the default

Re: [1.3a1] feature freeze ?

2000-12-15 Thread ingo schuster
At 13:01 2000-12-15, [EMAIL PROTECTED] wrote: This is mainly for David and Santiago: Do you plan to commit updated features for the profiler or the diskcache in order to incorporate it into 1.3a1 ? If no, I'll feature freeze 1.3A1 aned fork out a 1.3a1 release branch around 19:00 GMT. Ok, I've

NewRSSPortlet

2000-12-15 Thread raphael . luta
I wrote yesterday a new RSS Portlet which properly handles multiple mime types by using multiple XSL stylesheets. I've adapted the jetspeed-config.jcfg and defaultWML.psml file to actually include some RSS contents in the WAP portal. I found an issue with the TitleControl doing this: the

RE: How do we want to handle links to images?

2000-12-15 Thread David Sean Taylor
No, this happens with every request. No one else is experiencing this problem? It started several days ago for me. Also, I could be wrong, but there seems to be a definate delay in requests for PSML. For instance I get this error, but the jetspeed.gif still appears: 2000-12-15 09:09:45 - Ctx(

Re: [1.3a1] feature freeze ?

2000-12-15 Thread Santiago Gala
ingo schuster wrote: At 13:01 2000-12-15, [EMAIL PROTECTED] wrote: This is mainly for David and Santiago: Do you plan to commit updated features for the profiler or the diskcache in order to incorporate it into 1.3a1 ? If no, I'll feature freeze 1.3A1 aned fork out a 1.3a1 release

[1.3a1] Branch created

2000-12-15 Thread raphael . luta
I've created the branch which will be used to stabilise the jetspeed 1.3a1 release. The branch is called 'release_1_3a1-branch'. To work on this branch you need to do a fresh checkout of the jetspeed module and specify that you want the tag 'release_1_3a1-branch'. For example: cvs checkout -r

[1.3a1] 1_3a1 checkout process

2000-12-15 Thread raphael . luta
I got the answer from Jon for the CVS error: It is an old bug in CVS. The workaround is to first checkout without a branch and then to update to the branch. ie: cvs checkout jetspeed cvs update -r release_1_3a1-branch jetspeed Thanks Jon. -- Raphaƫl Luta - [EMAIL PROTECTED] Vivendi

[1.3a1][vote] packaging options to keep

2000-12-15 Thread raphael . luta
Now that we fully support the WAR format we need to decide how many packaging options we are planning to support. Currently, you can say with have 3 options available : - the webapp package - the tomcat-build package - the src/content and associated files 3 is too much. Because supporting

Oracle support

2000-12-15 Thread KARANDIKAR Aditi / FTRD
Title: Oracle support Hi, I've been trying to get Jetspeed 1.2b1 and also the latest Jetspeed version from CVS to run with an Oracle database with absolutely no success. I don't know if the oracle scripts are buggy or not but everytime I get stck with the error saying cannot insert null

RE: [1.3a1] TODO List

2000-12-15 Thread David Sean Taylor
Ive updated the TODO list in the CVS branch with the following: Documentation - - try to render the documents using Anakia (david) - check that the Javadocs build properly and fix any error encountered (david) - define a new website hierarchy (david) - update all the

RE: How do we want to handle links to images?

2000-12-15 Thread Mike Warne
Very odd, Maybe Tomcat is sending the files with the wrong content-length. IE5 may be strictly expecting the length specified, perhaps IE5 gets all the bytes it expects as specified in content-length, and disconnects. I notice it happens if I put an html file with img tags in it into