Sven Kuenzler wrote:
>
> Hi,
>
> I have just written my first version of a NNTPPortlet (not using
> JavaMail but another NNTP implementation though). It is not too
> well-designed.However, I only want it to show to my team what the idea
> behind Jetspeed is.
>
> While writing I came along a little problem or maybe a misunderstanding
> of the portlet markup.
>
> My Portlet retrieves the news server and the desired group from
> <parameter>s. Therefore, I had no <url> in the portlet description.
>
> This works fine for one NNTPportlet. However, when I have more than one
> NNTPPortlet entry in defaultPortlets.xml, they are all initialized with
> the parameters from the first entry.
>
> The workaround was to insert different "dummy" urls for all entries. I
> guess that the url is used for the cache management?
This is a bug. Thanks.
The problem is that the parameters aren't getting used to obtain a cache
handle... I will fix this in 1.2. But you are right you can have
"dummy" urls here.
This was fixed a while back but it looks like I didn't include this when
I wrote the CacheHandleManager
Kevin
--
Kevin A Burton ([EMAIL PROTECTED])
http://relativity.yi.org
Message to SUN: "Please Open Source Java!"
"For evil to win is for good men to do nothing."
Open Source -> Join the conspiracy!
--
--------------------------------------------------------------
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]