----- Original Message -----
From: Kevin A. Burton <[EMAIL PROTECTED]>
To: JetSpeed <[EMAIL PROTECTED]>
Sent: Wednesday, February 23, 2000 3:50 PM
Subject: Re: Possible patches and some thoughts
> Joshua Lucas wrote:
> <snip>
> > Cool! I still have an issue with the CocoonPortlet though.
> >
> > I don't believe we should be throwing a PortletException within getPI().
> > The String style can be null which is why the additional getPI(Rundata
> > rundata) method was created.
>
> I moved your gePI(RunData rundata) logic into getPI() and included your
> @author tag. It now checks in both locations and then throws a
> PortletException if both aren't defined.
Cool!
>
> > I would say we take out the check for null as well as the
PersistentDocument
> > lookup. I believe this was in the patch I sent earlier but if not, I'll
> > send you another one if you need it.
>
> This would be bad. I don't want to fetch the content over HTTP all the
> time. We would end up with extra TCP latency when going through the web
> server.
>
> The PersistentDocumentDaemon should make sure that this doesn't go out
> of date. Also we should have an admin interface so that you can
> manually refresh certain URLs.
>
> Was there a reason you wanted this? You note said "it wasn't working".
> I will see what is going on.
>
> Kevin
The reason I wanted it was the 'it wasn't working' which I know is just a
wonderful bug report. :-)
I'll look into what is going on... Maybe it was something else...
josh
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]