You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Jean-Baptiste Quenot <jb...@apache.org> on 2006/03/08 16:12:58 UTC

Re: svn commit: r384191 - in /cocoon/branches/BRANCH_2_1_X: src/blocks/portal/java/org/apache/cocoon/portal/coplet/adapter/impl/PortletAdapter.java status.xml

* Carsten Ziegeler:
> Author: cziegeler
> Date: Wed Mar  8 03:52:35 2006
> New Revision: 384191
> 
> URL: http://svn.apache.org/viewcvs?rev=384191&view=rev
> Log:
> Fix bug in handling multiple instances of the same portlet
> 
> Modified: cocoon/branches/BRANCH_2_1_X/status.xml
> URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/status.xml?rev=384191&r1=384190&r2=384191&view=diff
> ==============================================================================
> --- cocoon/branches/BRANCH_2_1_X/status.xml (original)
> +++ cocoon/branches/BRANCH_2_1_X/status.xml Wed Mar  8 03:52:35 2006
> @@ -180,6 +180,10 @@
>    <release version="@version@" date="@date@">
>  -->
>    <release version="2.1.9" date="TBD">
> +    <action dev="CZ" type="fix">
> +      Portal Block: Fix handling of several instances of the same portlet where all instances
> +                    showed the contents of the last portlet instance.
> +    </action>
>      <action dev="JBQ" type="fix" fixes-bug="COCOON-1707" due-to="Sébastien Grimault" due-to-email="sgrimault@jouve.fr">
>        Allow configuration of initial context in LDAPTransformer.  Example:
>        &lt;ldap:initial-context name="com.sun.jndi.ldap.connect.timeout" value="5000"/&gt;

It may be worth to mention clearly that this problem does *not*
apply to *coplets*, just to *portlets*.
-- 
Jean-Baptiste Quenot
http://caraldi.com/jbq/

Re: svn commit: r384191 - in /cocoon/branches/BRANCH_2_1_X: src/blocks/portal/java/org/apache/cocoon/portal/coplet/adapter/impl/PortletAdapter.java status.xml

Posted by Carsten Ziegeler <cz...@apache.org>.
Jean-Baptiste Quenot wrote:

> What  about:  « This  only  applies to  JSR-168  portlets, not  to
> coplets »?
Go ahead.


Carsten
-- 
Carsten Ziegeler - Open Source Group, S&N AG
http://www.s-und-n.de
http://www.osoco.org/weblogs/rael/

Re: svn commit: r384191 - in /cocoon/branches/BRANCH_2_1_X: src/blocks/portal/java/org/apache/cocoon/portal/coplet/adapter/impl/PortletAdapter.java status.xml

Posted by Jean-Baptiste Quenot <jb...@apache.org>.
* Carsten Ziegeler:
> Jean-Baptiste Quenot schrieb:
> > * Carsten Ziegeler:
> > > +    <action dev="CZ" type="fix">
> > > +      Portal Block: Fix handling of several instances of the same portlet where all instances
> > > +                    showed the contents of the last portlet instance.
> > > +    </action>
> >
> > It  may be  worth to  mention clearly  that this  problem does
> > *not* apply to *coplets*, just to *portlets*.

> I think this  is clearly mentioned by the word  "portlet" :) But
> if you have a better wording  go ahead, I'm not a native speaker
> anyway :)

What  about:  « This  only  applies to  JSR-168  portlets, not  to
coplets »?
-- 
Jean-Baptiste Quenot
http://caraldi.com/jbq/

Re: svn commit: r384191 - in /cocoon/branches/BRANCH_2_1_X: src/blocks/portal/java/org/apache/cocoon/portal/coplet/adapter/impl/PortletAdapter.java status.xml

Posted by Carsten Ziegeler <cz...@apache.org>.
Jean-Baptiste Quenot schrieb:
> * Carsten Ziegeler:
>> Author: cziegeler
>> Date: Wed Mar  8 03:52:35 2006
>> New Revision: 384191
>>
>> URL: http://svn.apache.org/viewcvs?rev=384191&view=rev
>> Log:
>> Fix bug in handling multiple instances of the same portlet
>>
>> Modified: cocoon/branches/BRANCH_2_1_X/status.xml
>> URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/status.xml?rev=384191&r1=384190&r2=384191&view=diff
>> ==============================================================================
>> --- cocoon/branches/BRANCH_2_1_X/status.xml (original)
>> +++ cocoon/branches/BRANCH_2_1_X/status.xml Wed Mar  8 03:52:35 2006
>> @@ -180,6 +180,10 @@
>>    <release version="@version@" date="@date@">
>>  -->
>>    <release version="2.1.9" date="TBD">
>> +    <action dev="CZ" type="fix">
>> +      Portal Block: Fix handling of several instances of the same portlet where all instances
>> +                    showed the contents of the last portlet instance.
>> +    </action>
>>      <action dev="JBQ" type="fix" fixes-bug="COCOON-1707" due-to="Sébastien Grimault" due-to-email="sgrimault@jouve.fr">
>>        Allow configuration of initial context in LDAPTransformer.  Example:
>>        &lt;ldap:initial-context name="com.sun.jndi.ldap.connect.timeout" value="5000"/&gt;
> 
> It may be worth to mention clearly that this problem does *not*
> apply to *coplets*, just to *portlets*.
I  think this is clearly mentioned by the word "portlet" :) But if you
have a better wording go ahead, I'm not a native speaker anyway :)

Carsten

-- 
Carsten Ziegeler - Open Source Group, S&N AG
http://www.s-und-n.de
http://www.osoco.org/weblogs/rael/