JetspeedDiskCache issue

2000-11-16 Thread Andy . Deighton
Hi, I am trying to fetch() a URL from the JetspeedDiskCache. However, this always fails with a ContentNotAvailableException. My impression was that the DiskCache was supposed to go to the 'Net for the URL if the URL was not already in the cache. I have also tried the add() and adding the URL to

Re: EngineContextService patch

2000-11-16 Thread ingo schuster
At 00:33 2000-11-16, you wrote: "Brekke, Jeff" wrote: FYI: I've moved EngineContext over to a Turbine service. It still is not populated properly, but the functionality of the non-turbine service version is the same as the service version. In order to get this to work, I had to

Re: Profiler

2000-11-16 Thread Raphael Luta
[David, this discussion should really be public, I'm CCing the mailing-list too] Tonight I have started my research into the new build and my plan for the Profiler Service. First, I would like to have a good understanding of the Jetspeed object model and how persistence works. Don't worry

Re: [Proposal] Jetspeed 1.2 TODO list

2000-11-16 Thread Raphael Luta
"Kevin A. Burton" wrote: Raphael Luta [EMAIL PROTECTED] writes: snip Doesn't run. There's no tomcat in the CVS. In any case, it's only suitable for a generic introduction setup. Most people who will want to use jetspeed will need to reinstall it with different DBs, etc... and we

Re: Bad URLs

2000-11-16 Thread Santiago Gala
Milind Agarkar wrote: In the BadURLManager.java, The URLs provided in the psml file are tested. How does it test the url ? e.g. for an URL http://slashdot.org/slashdot.rdf there is UnknownHostException thrown. while in actual the URL can be found. Can somebody explain this ? It

Re: Update of Turbine

2000-11-16 Thread Santiago Gala
ingo schuster wrote: At 00:19 2000-11-16, you wrote: Santiago or Ingo, If you have the patches available to compile Jetspeed against a recent version of Turbine, could you please commit them without waiting for the new ACL merge ? Sure, I'll do that later today. Do it, please. I

Re: JetspeedDiskCache issue

2000-11-16 Thread Santiago Gala
[EMAIL PROTECTED] wrote: Hi, I am trying to fetch() a URL from the JetspeedDiskCache. However, this always fails with a ContentNotAvailableException. My impression was that the DiskCache was supposed to go to the 'Net for the URL if the URL was not already in the cache. I have also tried

Re: Scalability problem in PortletSetFactory ?

2000-11-16 Thread Santiago Gala
[EMAIL PROTECTED] wrote: Raphael Luta wrote: [EMAIL PROTECTED] wrote: Whether it is better to store the PSML reference in a session or in some other data structure depends on the portal usage pattern. We envision a usage pattern where a large number of users accesses the

Re: JetspeedDiskCache issue

2000-11-16 Thread moshe zvi
Try using the fetch method with two arguments: fetch(url, true). - Original Message - From: "Santiago Gala" [EMAIL PROTECTED] To: "JetSpeed" [EMAIL PROTECTED] Sent: Thursday, November 16, 2000 1:59 PM Subject: Re: JetspeedDiskCache issue [EMAIL PROTECTED] wrote: Hi, I am

Re: Profiler

2000-11-16 Thread Santiago Gala
Raphael Luta wrote: [David, this discussion should really be public, I'm CCing the mailing-list too] Tonight I have started my research into the new build and my plan for the Profiler Service. First, I would like to have a good understanding of the Jetspeed object model and how

Re: Website and Documentation

2000-11-16 Thread Santiago Gala
Raphael Luta wrote: ingo schuster wrote: I don't like that the user of a resource handles expiration of the resource. This should be done by the resource itself or by the administrator of the site. It would be better to have a mechanism to mark that some URL are what we now

Re: Update of Turbine

2000-11-16 Thread Jon Stevens
on 11/16/2000 3:57 AM, "Santiago Gala" [EMAIL PROTECTED] wrote: Note: the name of the turbine jar has changed from turbine-2.0.jar to turbine-2.1-dev-unreleased.jar in the last days, which means remove and add of the new one, and also warnings to the users to remove it from classpath.

Re: Conversion to Turbine Services CVS write...

2000-11-16 Thread ingo schuster
At 14:55 2000-11-16, you wrote: I am offically asking for CVS write. I plan on helping Raphael with conversion to Turbine Services. I've contributed one portlet and other minor patches in the past. I'll be offline this weekend ( Friday afternoon through Monday ) but will post what I get done.

Re: Update of Turbine

2000-11-16 Thread ingo schuster
At 12:57 2000-11-16, you wrote: ingo schuster wrote: At 00:19 2000-11-16, you wrote: Santiago or Ingo, If you have the patches available to compile Jetspeed against a recent version of Turbine, could you please commit them without waiting for the new ACL merge ? Sure, I'll

Re: [Proposal] Jetspeed 1.2 TODO list

2000-11-16 Thread Johann Bertscheit
"Kevin A. Burton" wrote: Raphael Luta [EMAIL PROTECTED] writes: snip What use do we currently have for Cocoon 1 in the engine that can't be done by a simple XSL engine or a simple Java code ? snip I think cocoon has some major advantages over a simple XSL engine and some other java

JetSpeed blank page

2000-11-16 Thread Dan Egli
Ok folks. I got a question for ya. We are trying to setup JetSpeed 1.2b1, and it is giving us a hard time. When we look at http://host/servlet/jetspeed we get a blank jetspeed page. It has the Jetspeed logo on top, a broken image icon on the bottom, and nothing inbetween the lines. None of the

Re: Conversion to Turbine Services CVS write...

2000-11-16 Thread Santiago Gala
"Brekke, Jeff" wrote: I am offically asking for CVS write. I plan on helping Raphael with conversion to Turbine Services. I've contributed one portlet and other minor patches in the past. I'll be offline this weekend ( Friday afternoon through Monday ) but will post what I get done.

Re: Caching

2000-11-16 Thread Santiago Gala
[EMAIL PROTECTED] wrote: Raphael Luta wrote: That is a memory cache. The problem is that the PSML should be fetched/parsed atomically, and then stored in a memory cache such as the Turbine one, to avoid race conditions if we use frames. This is true of most external resources, that

Re: Caching

2000-11-16 Thread jon
http://jakarta.apache.org/slide/ I have to look at this. I was plannig to user mod_dav in "classic" Apache as a WebDAV server, but we clearly need some client classes, and here slide can bring a lot of help. Thanks for reminding me (I had fogotten completely it). For what it is worth, I

Re: Marshal PSML with character (Big5)encoding

2000-11-16 Thread William Leung
Santiago Gala wrote: William Leung wrote: Dear all, After modified the portlet registry file with some big5 encodig string and marshal it to storage, it seems saved as UTF-8 format. I've check out xerces 1.2.1 source code and discovered that there's no support on Big5. Is it

Fix for running latest Jetspeed build on IBM WebSphereApplication Server

2000-11-16 Thread Michael D Harris
If you are seeing the following exception when running Jetspeed on IBM WebSphere Application Server: [Fri Nov 17 02:34:41 EST 2000] -- ERROR -- Could not initialize the RegistryManager: Exception: java.lang.NullPointerException Stack Trace follows: