You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by "Dr. Michael Lipp" <Mi...@danet.de> on 2005/10/31 17:02:23 UTC

2.0-FINAL issues: sorting things out

Hi,

attached to this mail you find a list of open issues, currently
scheduled for 2.0-FINAL, unscheduled or scheduled for 2.0-POST.

In order to get things sorted out for 2.0-FINAL, please have a look at
the issues. The goal is to have a discussion that leads to a
consolidated list of issues for 2.0-FINAL. Eventually, only issues that
will be fixed/implemented in 2.0-FINAL should have fix-version 2.0-FINAL
in JIRA and every such issue should have an assignee.

Regards,

    Michael


Re: 2.0-FINAL issues: sorting things out

Posted by David Sean Taylor <da...@bluesunrise.com>.
Seems like the attachment was stripped.
Let me try....

Dr. Michael Lipp wrote:
> Hi,
> 
> attached to this mail you find a list of open issues, currently
> scheduled for 2.0-FINAL, unscheduled or scheduled for 2.0-POST.
> 
> In order to get things sorted out for 2.0-FINAL, please have a look at
> the issues. The goal is to have a discussion that leads to a
> consolidated list of issues for 2.0-FINAL. Eventually, only issues that
> will be fixed/implemented in 2.0-FINAL should have fix-version 2.0-FINAL
> in JIRA and every such issue should have an assignee.
> 
> Regards,
> 
>     Michael
> 
> 
> 
> ------------------------------------------------------------------------
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


-- 
David Sean Taylor
Bluesunrise Software
david@bluesunrise.com
[office] +01 707 773-4646
[mobile] +01 707 529 9194


Re: Unit Tests Failure

Posted by Randy Watler <wa...@wispertel.net>.
Gang,

I think most of these issues have been addressed. I have not checked 
TestPortletEntityDAO yet, but the PageManager and ColumnLayouts are now 
clean.

I'll try to get a test run pass in later today to verify/fix the 
remaining tests.

Randy

Scott T Weaver wrote:

>I saw that TestPortletEntityDAO and TestColumnLayout weren't compiling do
>changes in the Page API.  I just figured this was a work in process.  As for
>the TestPathUtil, that one was my fault.
>
>Regards,
>-Scott
>
>  
>
>>-----Original Message-----
>>From: David Sean Taylor [mailto:david@bluesunrise.com]
>>Sent: Sunday, November 06, 2005 1:10 AM
>>To: Jetspeed Developers List
>>Subject: Re: Unit Tests Failure
>>
>>David Le Strat wrote:
>>    
>>
>>>All,
>>>
>>>I am trying to run the J2 test suite and am finding
>>>out that quite a few tests are breaking.
>>>
>>>org.apache.jetspeed.util.TestPathUtil - Assertion
>>>failure.  I will commit a fix.
>>>org.apache.jetspeed.components.portletentity.TestPortletEntityDAO:
>>>Compilation Broken - I will fix in my commit.
>>>org.apache.jetspeed.portlets.layout.TestColumnLayout -
>>>Compilation issue.
>>>org.apache.jetspeed.page.TestCastorXmlPageManager -
>>>Assertion failure.
>>>org.apache.jetspeed.page.TestPageImporter - Assertion
>>>failure.
>>>
>>>      
>>>
>>I know about the last two (TestCastorXmlPageManager, TestPageImporter).
>>They will be fixed by tomorrow, needed to balance some commits between
>>Randy and I on the page manager, seemed unavoidable under circumstances
>>
>>The others are new to me (TestPathUtil, TestPortletEntityDAO,
>>TestColumnLayout)
>>
>>    
>>
>>>A lot of changes are happening of late, do we have the
>>>ability to running a continuous integration build to
>>>be able to catch those early?
>>>
>>>      
>>>
>>We've put in a request:
>>
>>http://issues.apache.org/jira/browse/INFRA-600
>>
>>
>>    
>>
>>>Regards,
>>>
>>>David Le Strat
>>>
>>>--- David Sean Taylor <da...@bluesunrise.com> wrote:
>>>
>>>
>>>      
>>>
>>>>Until we can sort this out with JiRa, see here:
>>>>
>>>>http://www.bluesunrise.com/jetspeed-2/issues.html
>>>>
>>>>
>>>>
>>>>        
>>>>
>>>---------------------------------------------------------------------
>>>
>>>      
>>>
>>>>To unsubscribe, e-mail:
>>>>jetspeed-dev-unsubscribe@portals.apache.org
>>>>For additional commands, e-mail:
>>>>jetspeed-dev-help@portals.apache.org
>>>>
>>>>
>>>>        
>>>>
>>>
>>>________________________
>>>David Le Strat
>>>Blogging @ http://dlsthoughts.blogspot.com
>>>
>>>
>>>
>>>__________________________________
>>>Yahoo! FareChase: Search multiple travel sites in one click.
>>>http://farechase.yahoo.com
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
>>>For additional commands, e-mail: jetspeed-dev-help@portals.apache.org
>>>
>>>
>>>
>>>      
>>>
>>--
>>David Sean Taylor
>>Bluesunrise Software
>>david@bluesunrise.com
>>[office] +01 707 773-4646
>>[mobile] +01 707 529 9194
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
>>For additional commands, e-mail: jetspeed-dev-help@portals.apache.org
>>    
>>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
>For additional commands, e-mail: jetspeed-dev-help@portals.apache.org
>
>
>
>  
>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


RE: Unit Tests Failure

Posted by Scott T Weaver <sc...@binary-designs.net>.
I saw that TestPortletEntityDAO and TestColumnLayout weren't compiling do
changes in the Page API.  I just figured this was a work in process.  As for
the TestPathUtil, that one was my fault.

Regards,
-Scott

> -----Original Message-----
> From: David Sean Taylor [mailto:david@bluesunrise.com]
> Sent: Sunday, November 06, 2005 1:10 AM
> To: Jetspeed Developers List
> Subject: Re: Unit Tests Failure
> 
> David Le Strat wrote:
> > All,
> >
> > I am trying to run the J2 test suite and am finding
> > out that quite a few tests are breaking.
> >
> > org.apache.jetspeed.util.TestPathUtil - Assertion
> > failure.  I will commit a fix.
> > org.apache.jetspeed.components.portletentity.TestPortletEntityDAO:
> > Compilation Broken - I will fix in my commit.
> > org.apache.jetspeed.portlets.layout.TestColumnLayout -
> > Compilation issue.
> > org.apache.jetspeed.page.TestCastorXmlPageManager -
> > Assertion failure.
> > org.apache.jetspeed.page.TestPageImporter - Assertion
> > failure.
> >
> I know about the last two (TestCastorXmlPageManager, TestPageImporter).
> They will be fixed by tomorrow, needed to balance some commits between
> Randy and I on the page manager, seemed unavoidable under circumstances
> 
> The others are new to me (TestPathUtil, TestPortletEntityDAO,
> TestColumnLayout)
> 
> > A lot of changes are happening of late, do we have the
> > ability to running a continuous integration build to
> > be able to catch those early?
> >
> We've put in a request:
> 
> http://issues.apache.org/jira/browse/INFRA-600
> 
> 
> > Regards,
> >
> > David Le Strat
> >
> > --- David Sean Taylor <da...@bluesunrise.com> wrote:
> >
> >
> >>Until we can sort this out with JiRa, see here:
> >>
> >>http://www.bluesunrise.com/jetspeed-2/issues.html
> >>
> >>
> >>
> >
> > ---------------------------------------------------------------------
> >
> >>To unsubscribe, e-mail:
> >>jetspeed-dev-unsubscribe@portals.apache.org
> >>For additional commands, e-mail:
> >>jetspeed-dev-help@portals.apache.org
> >>
> >>
> >
> >
> >
> > ________________________
> > David Le Strat
> > Blogging @ http://dlsthoughts.blogspot.com
> >
> >
> >
> > __________________________________
> > Yahoo! FareChase: Search multiple travel sites in one click.
> > http://farechase.yahoo.com
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
> > For additional commands, e-mail: jetspeed-dev-help@portals.apache.org
> >
> >
> >
> 
> 
> --
> David Sean Taylor
> Bluesunrise Software
> david@bluesunrise.com
> [office] +01 707 773-4646
> [mobile] +01 707 529 9194
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-dev-help@portals.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


Re: Unit Tests Failure

Posted by David Sean Taylor <da...@bluesunrise.com>.
David Le Strat wrote:
> All,
> 
> I am trying to run the J2 test suite and am finding
> out that quite a few tests are breaking.
> 
> org.apache.jetspeed.util.TestPathUtil - Assertion
> failure.  I will commit a fix.
> org.apache.jetspeed.components.portletentity.TestPortletEntityDAO:
> Compilation Broken - I will fix in my commit.
> org.apache.jetspeed.portlets.layout.TestColumnLayout -
> Compilation issue.
> org.apache.jetspeed.page.TestCastorXmlPageManager -
> Assertion failure.
> org.apache.jetspeed.page.TestPageImporter - Assertion
> failure.
> 
I know about the last two (TestCastorXmlPageManager, TestPageImporter).
They will be fixed by tomorrow, needed to balance some commits between 
Randy and I on the page manager, seemed unavoidable under circumstances

The others are new to me (TestPathUtil, TestPortletEntityDAO, 
TestColumnLayout)

> A lot of changes are happening of late, do we have the
> ability to running a continuous integration build to
> be able to catch those early?
>
We've put in a request:

http://issues.apache.org/jira/browse/INFRA-600


> Regards,
> 
> David Le Strat
> 
> --- David Sean Taylor <da...@bluesunrise.com> wrote:
> 
> 
>>Until we can sort this out with JiRa, see here:
>>
>>http://www.bluesunrise.com/jetspeed-2/issues.html
>>
>>
>>
> 
> ---------------------------------------------------------------------
> 
>>To unsubscribe, e-mail:
>>jetspeed-dev-unsubscribe@portals.apache.org
>>For additional commands, e-mail:
>>jetspeed-dev-help@portals.apache.org
>>
>>
> 
> 
> 
> ________________________
> David Le Strat
> Blogging @ http://dlsthoughts.blogspot.com
> 
> 
> 		
> __________________________________ 
> Yahoo! FareChase: Search multiple travel sites in one click.
> http://farechase.yahoo.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-dev-help@portals.apache.org
> 
> 
> 


-- 
David Sean Taylor
Bluesunrise Software
david@bluesunrise.com
[office] +01 707 773-4646
[mobile] +01 707 529 9194

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


Re: Unit Tests Failure

Posted by Randy Watler <wa...@wispertel.net>.
David,

The PageManager test errors are well known and are due to the nature of 
the development being split between DST and I.

I have probably broken the TestColumnLayout code, so I'll take a peek at 
that tonight.

Bottom line is that we know things are a bit touch and go at the moment :-).

Randy

David Le Strat wrote:

>All,
>
>I am trying to run the J2 test suite and am finding
>out that quite a few tests are breaking.
>
>org.apache.jetspeed.util.TestPathUtil - Assertion
>failure.  I will commit a fix.
>org.apache.jetspeed.components.portletentity.TestPortletEntityDAO:
>Compilation Broken - I will fix in my commit.
>org.apache.jetspeed.portlets.layout.TestColumnLayout -
>Compilation issue.
>org.apache.jetspeed.page.TestCastorXmlPageManager -
>Assertion failure.
>org.apache.jetspeed.page.TestPageImporter - Assertion
>failure.
>
>A lot of changes are happening of late, do we have the
>ability to running a continuous integration build to
>be able to catch those early?
>
>Regards,
>
>David Le Strat
>
>--- David Sean Taylor <da...@bluesunrise.com> wrote:
>
>  
>
>>Until we can sort this out with JiRa, see here:
>>
>>http://www.bluesunrise.com/jetspeed-2/issues.html
>>
>>
>>
>>    
>>
>---------------------------------------------------------------------
>  
>
>>To unsubscribe, e-mail:
>>jetspeed-dev-unsubscribe@portals.apache.org
>>For additional commands, e-mail:
>>jetspeed-dev-help@portals.apache.org
>>
>>
>>    
>>
>
>
>________________________
>David Le Strat
>Blogging @ http://dlsthoughts.blogspot.com
>
>
>		
>__________________________________ 
>Yahoo! FareChase: Search multiple travel sites in one click.
>http://farechase.yahoo.com
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
>For additional commands, e-mail: jetspeed-dev-help@portals.apache.org
>
>
>
>  
>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


Unit Tests Failure

Posted by David Le Strat <dl...@yahoo.com>.
All,

I am trying to run the J2 test suite and am finding
out that quite a few tests are breaking.

org.apache.jetspeed.util.TestPathUtil - Assertion
failure.  I will commit a fix.
org.apache.jetspeed.components.portletentity.TestPortletEntityDAO:
Compilation Broken - I will fix in my commit.
org.apache.jetspeed.portlets.layout.TestColumnLayout -
Compilation issue.
org.apache.jetspeed.page.TestCastorXmlPageManager -
Assertion failure.
org.apache.jetspeed.page.TestPageImporter - Assertion
failure.

A lot of changes are happening of late, do we have the
ability to running a continuous integration build to
be able to catch those early?

Regards,

David Le Strat

--- David Sean Taylor <da...@bluesunrise.com> wrote:

> Until we can sort this out with JiRa, see here:
> 
> http://www.bluesunrise.com/jetspeed-2/issues.html
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> jetspeed-dev-unsubscribe@portals.apache.org
> For additional commands, e-mail:
> jetspeed-dev-help@portals.apache.org
> 
> 


________________________
David Le Strat
Blogging @ http://dlsthoughts.blogspot.com


		
__________________________________ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


Re: 2.0-FINAL issues: sorting things out

Posted by David Sean Taylor <da...@bluesunrise.com>.
Until we can sort this out with JiRa, see here:

http://www.bluesunrise.com/jetspeed-2/issues.html


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


Re: 2.0-FINAL issues: sorting things out

Posted by David Sean Taylor <da...@bluesunrise.com>.
<html xmlns:fo="http://www.w3.org/1999/XSL/Format"><head>		<META 
http-equiv="Content-Type" content="text/html; 
charset=UTF-16"><title></title></head><body bgcolor="#FFFFFF"><p>Issues 
currently scheduled for 2.0-FINAL Please verify verify that the issues 
are really required in 2.0-FINAL. If an issue has no assignee yet, 
please consider assigning it to you.</p>
		<table 
border="2"><tbody><tr><th>Issue</th><th>Summary</th><th>Assignee</th></tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/bug.gif" alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-273">JS2-273</a></td><td>Editing 
Page Layout works incorrectly</td><td>David Sean Taylor</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/bug.gif" alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-381">JS2-381</a></td><td>url 
rewriting breaks CSS</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/bug.gif" alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-343">JS2-343</a></td><td>JSCookMenu 
decorator menu incomplete</td><td>Randy Watler</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/bug.gif" alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-312">JS2-312</a></td><td>Security 
Credential Login Information Cached, Can't reset Admin user with 
restarting server</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/bug.gif" alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-364">JS2-364</a></td><td>Check 
for deploying Portlet Apps with same name as portal</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/bug.gif" alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-375">JS2-375</a></td><td>Database 
scripts broken on Oracle 8i</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/bug.gif" alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-339">JS2-339</a></td><td>Calls 
to preferences.store() trigger a warning about missing transaction in 
OJB</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/bug.gif" alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-331">JS2-331</a></td><td>Decorator 
Velocity Template/Macro Cache Permanent</td><td>Randy Watler</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/bug.gif" alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-342">JS2-342</a></td><td>Page 
clone implementation potentially incomplete</td><td>Randy Watler</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/newfeature.gif" alt="New 
Feature"> <a 
href="http://issues.apache.org/jira/browse/JS2-158">JS2-158</a></td><td>Navigation 
menu with pulldown submenus using dhtml</td><td>Randy Watler</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/newfeature.gif" alt="New 
Feature"> <a 
href="http://issues.apache.org/jira/browse/JS2-387">JS2-387</a></td><td>Layout 
Pipeline</td><td>David Sean Taylor</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/newfeature.gif" alt="New 
Feature"> <a 
href="http://issues.apache.org/jira/browse/JS2-21">JS2-21</a></td><td>Missing 
Security Feature: Check roles assigned to any group to user 
belongs</td><td>Ate Douma</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/newfeature.gif" alt="New 
Feature"> <a 
href="http://issues.apache.org/jira/browse/JS2-301">JS2-301</a></td><td>Support 
Multiple Providers for User Attributes</td><td>David Sean Taylor</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/newfeature.gif" alt="New 
Feature"> <a 
href="http://issues.apache.org/jira/browse/JS2-283">JS2-283</a></td><td>Basic 
Ajax Service Implementation</td><td>Scott T Weaver</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/newfeature.gif" alt="New 
Feature"> <a 
href="http://issues.apache.org/jira/browse/JS2-350">JS2-350</a></td><td>Implement 
Graffito based PageManager for PSML</td><td>Randy Watler</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/newfeature.gif" alt="New 
Feature"> <a 
href="http://issues.apache.org/jira/browse/JS2-341">JS2-341</a></td><td>Add 
State to Jetspeed Engine for Error Conditions</td><td>David Sean Taylor</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/task.gif" alt="Task"> <a 
href="http://issues.apache.org/jira/browse/JS2-73">JS2-73</a></td><td>TCK</td><td>Ate 
Douma</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/task.gif" alt="Task"> <a 
href="http://issues.apache.org/jira/browse/JS2-362">JS2-362</a></td><td>Portlet 
Stats integrated into Aggregator</td><td>David Sean Taylor</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/task.gif" alt="Task"> <a 
href="http://issues.apache.org/jira/browse/JS2-361">JS2-361</a></td><td>Portlet 
Caching implemented in Aggregator</td><td>David Sean Taylor</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/task.gif" alt="Task"> <a 
href="http://issues.apache.org/jira/browse/JS2-386">JS2-386</a></td><td>2.0-FINAL-CUSTOMIZATION</td><td>David 
Sean Taylor</td>
				</tr>
				<tr><td>
             --&gt;
           <img 
src="http://issues.apache.org/jira/images/icons/newfeature.gif" alt="New 
Feature"> <a 
href="http://issues.apache.org/jira/browse/JS2-247">JS2-247</a></td><td>Portlet 
Selector</td><td>David Sean Taylor</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/task.gif" alt="Task"> <a 
href="http://issues.apache.org/jira/browse/JS2-388">JS2-388</a></td><td>SSO</td><td>Unassigned</td>
				</tr>
				<tr><td>
             --&gt;
           <img src="http://issues.apache.org/jira/images/icons/bug.gif" 
alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-227">JS2-227</a></td><td>FK 
Constraint Error deleting Users on SSO Site to Principals</td><td>David 
Sean Taylor</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/task.gif" alt="Task"> <a 
href="http://issues.apache.org/jira/browse/JS2-390">JS2-390</a></td><td>Admin</td><td>Unassigned</td>
				</tr>
				<tr><td>
             --&gt;
           <img src="http://issues.apache.org/jira/images/icons/bug.gif" 
alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-337">JS2-337</a></td><td>Error 
displayed when (successfully) creating user</td><td>Unassigned</td>
				</tr>
				<tr><td>
             --&gt;
           <img 
src="http://issues.apache.org/jira/images/icons/newfeature.gif" alt="New 
Feature"> <a 
href="http://issues.apache.org/jira/browse/JS2-307">JS2-307</a></td><td>New 
User Creation Events and Configuration</td><td>David Sean Taylor</td>
				</tr>
				<tr><td>
             --&gt;
           <img 
src="http://issues.apache.org/jira/images/icons/newfeature.gif" alt="New 
Feature"> <a 
href="http://issues.apache.org/jira/browse/JS2-306">JS2-306</a></td><td>Site 
Administration (Portal Site Manager)</td><td>David Sean Taylor</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/task.gif" alt="Task"> <a 
href="http://issues.apache.org/jira/browse/JS2-389">JS2-389</a></td><td>Docs</td><td>Unassigned</td>
				</tr>
				<tr><td>
             --&gt;
           <img src="http://issues.apache.org/jira/images/icons/bug.gif" 
alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-267">JS2-267</a></td><td>No 
link to download</td><td>David Sean Taylor</td>
				</tr>
				<tr><td>
             --&gt;
           <img 
src="http://issues.apache.org/jira/images/icons/task.gif" alt="Task"> <a 
href="http://issues.apache.org/jira/browse/JS2-391">JS2-391</a></td><td>Update 
Installation Documentation</td><td>Unassigned</td>
				</tr>
				<tr><td>
             --&gt;
           <img 
src="http://issues.apache.org/jira/images/icons/task.gif" alt="Task"> <a 
href="http://issues.apache.org/jira/browse/JS2-332">JS2-332</a></td><td>PSML 
Documentation</td><td>Randy Watler</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/task.gif" alt="Task"> <a 
href="http://issues.apache.org/jira/browse/JS2-360">JS2-360</a></td><td>Springize 
Aggregation</td><td>David Sean Taylor</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/task.gif" alt="Task"> <a 
href="http://issues.apache.org/jira/browse/JS2-366">JS2-366</a></td><td>Clean 
up orphan tables in J2 DB schema</td><td>Randy Watler</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/improvement.gif" 
alt="Improvement"> <a 
href="http://issues.apache.org/jira/browse/JS2-27">JS2-27</a></td><td>Allow 
disable of Groups and Roles</td><td>Ate Douma</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/improvement.gif" 
alt="Improvement"> <a 
href="http://issues.apache.org/jira/browse/JS2-368">JS2-368</a></td><td>Improve 
access to binary builds</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/improvement.gif" 
alt="Improvement"> <a 
href="http://issues.apache.org/jira/browse/JS2-190">JS2-190</a></td><td>Changing 
the portlet.xml in a deployed portlet/webapp does not change 
Jetspeed.</td><td>Scott T Weaver</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/improvement.gif" 
alt="Improvement"> <a 
href="http://issues.apache.org/jira/browse/JS2-215">JS2-215</a></td><td>security 
email extensions: password reminder/user creation</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/improvement.gif" 
alt="Improvement"> <a 
href="http://issues.apache.org/jira/browse/JS2-169">JS2-169</a></td><td>Replace 
Large demo.war for deplo y</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/improvement.gif" 
alt="Improvement"> <a 
href="http://issues.apache.org/jira/browse/JS2-330">JS2-330</a></td><td>System 
Folder Naming Prefix</td><td>Randy Watler</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/improvement.gif" 
alt="Improvement"> <a 
href="http://issues.apache.org/jira/browse/JS2-236">JS2-236</a></td><td>PageManager 
Folder/Page security needs to support multiple page.security 
files</td><td>Randy Watler</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/improvement.gif" 
alt="Improvement"> <a 
href="http://issues.apache.org/jira/browse/JS2-329">JS2-329</a></td><td>3 
new 100% table-free portlet decorations.</td><td>Scott T Weaver</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/improvement.gif" 
alt="Improvement"> <a 
href="http://issues.apache.org/jira/browse/JS2-356">JS2-356</a></td><td>Allow 
folder default page to specify sub folder</td><td>Randy Watler</td>
				</tr>
			</tbody></table><p>Issues currently unscheduled. Please verify that 
the issues are really not required for 2.0-FINAL. Else, they will be 
moved to 2.0-POST eventually</p>
		<table 
border="2"><tbody><tr><th>Issue</th><th>Summary</th><th>Assignee</th></tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/bug.gif" alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-393">JS2-393</a></td><td>Site 
documentation generation broken</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/bug.gif" alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-226">JS2-226</a></td><td>Page 
Aggregation using STRATEGY_PARALLEL severly broken</td><td>David Sean 
Taylor</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/bug.gif" alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-234">JS2-234</a></td><td>Third-party 
portlets not included in M2 release</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/bug.gif" alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-118">JS2-118</a></td><td>Porltlet 
Application User Attribute descriptions not handled 
properly</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/bug.gif" alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-119">JS2-119</a></td><td>Page 
metadata has wrong parent title</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/bug.gif" alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-93">JS2-93</a></td><td>Portlet 
Entity's associated preferences not deleted</td><td>Scott T Weaver</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/bug.gif" alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-17">JS2-17</a></td><td>ava.util.ConcurrentModificationException 
during parallel Portlet rendering</td><td>David Sean Taylor</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/bug.gif" alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-347">JS2-347</a></td><td>a 
portal cannot mix different layout decorations w/o 
problems</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/bug.gif" alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-351">JS2-351</a></td><td>fallback 
profiling rule for multiple devices</td><td>Shinsuke SUGAYA</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/bug.gif" alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-370">JS2-370</a></td><td>portlet 
css classes: links</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/bug.gif" alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-382">JS2-382</a></td><td>HTTP 
Status 403 - SecurityConstraintsImpl.checkConstraints(): Access for view 
not permitted</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/bug.gif" alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-374">JS2-374</a></td><td>Decorators 
lost after login or logout</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/bug.gif" alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-238">JS2-238</a></td><td>Subject 
object is abandoned after the JAAS authentication</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/bug.gif" alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-220">JS2-220</a></td><td>security-schema.xml 
invalid relationship</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/bug.gif" alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-324">JS2-324</a></td><td>Missing 
index from db(oracle) causes userManagement portlets stop working when 
lots of users in system</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/bug.gif" alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-385">JS2-385</a></td><td>Invalid 
schema created on DB2</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/newfeature.gif" alt="New 
Feature"> <a 
href="http://issues.apache.org/jira/browse/JS2-383">JS2-383</a></td><td>Configuring 
portlet in PSML</td><td>Randy Watler</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/newfeature.gif" alt="New 
Feature"> <a 
href="http://issues.apache.org/jira/browse/JS2-174">JS2-174</a></td><td>TOMCAT 
TCP CLUSTER IS NOT SUPPORTED</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/task.gif" alt="Task"> <a 
href="http://issues.apache.org/jira/browse/JS2-34">JS2-34</a></td><td>Refactor 
file cache to be an interface</td><td>Scott T Weaver</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/improvement.gif" 
alt="Improvement"> <a 
href="http://issues.apache.org/jira/browse/JS2-251">JS2-251</a></td><td>Improvements 
to folder-strucuture</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/improvement.gif" 
alt="Improvement"> <a 
href="http://issues.apache.org/jira/browse/JS2-354">JS2-354</a></td><td>Provision 
for portlet-level permissions</td><td>Randy Watler</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/improvement.gif" 
alt="Improvement"> <a 
href="http://issues.apache.org/jira/browse/JS2-392">JS2-392</a></td><td>Spanish 
localisation</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/improvement.gif" 
alt="Improvement"> <a 
href="http://issues.apache.org/jira/browse/JS2-188">JS2-188</a></td><td>Implement 
the LDAP</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/improvement.gif" 
alt="Improvement"> <a 
href="http://issues.apache.org/jira/browse/JS2-57">JS2-57</a></td><td>Add 
a "Check Valve" to the pipeline</td><td>Scott T Weaver</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/improvement.gif" 
alt="Improvement"> <a 
href="http://issues.apache.org/jira/browse/JS2-264">JS2-264</a></td><td>Updating 
just the portlet content</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/improvement.gif" 
alt="Wish"> <a 
href="http://issues.apache.org/jira/browse/JS2-171">JS2-171</a></td><td>table 
capability is a reserved word in sybase</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/improvement.gif" 
alt="Wish"> <a 
href="http://issues.apache.org/jira/browse/JS2-299">JS2-299</a></td><td>Integration 
of DELI</td><td>Unassigned</td>
				</tr>
			</tbody></table><p>Issues alread scheduled for 2.0-POST. Please 
verify that issues are really not required for 2.0-FINAL.</p>
		<table 
border="2"><tbody><tr><th>Issue</th><th>Summary</th><th>Assignee</th></tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/bug.gif" alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-282">JS2-282</a></td><td>Error 
when session expires and portlet window is maximized</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/bug.gif" alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-316">JS2-316</a></td><td>JSF 
Component javascript not being rendered</td><td>Shinsuke SUGAYA</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/bug.gif" alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-204">JS2-204</a></td><td>PLT.7.1.2 
Portlet URL securit y not implemented and absolute URL 
rendering</td><td>Ate Douma</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/bug.gif" alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-168">JS2-168</a></td><td>capabilities 
test fails on hsql</td><td>David Sean Taylor</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/bug.gif" alt="Bug"> <a 
href="http://issues.apache.org/jira/browse/JS2-134">JS2-134</a></td><td>Language 
Set not created from supported-locale</td><td>David Sean Taylor</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/newfeature.gif" alt="New 
Feature"> <a 
href="http://issues.apache.org/jira/browse/JS2-275">JS2-275</a></td><td>Option 
to make Action URLs relative or absolute</td><td>David Sean Taylor</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/newfeature.gif" alt="New 
Feature"> <a 
href="http://issues.apache.org/jira/browse/JS2-317">JS2-317</a></td><td>Virtual 
Portal Implementation</td><td>Randy Watler</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/newfeature.gif" alt="New 
Feature"> <a 
href="http://issues.apache.org/jira/browse/JS2-208">JS2-208</a></td><td>Inter-portlet 
Communication</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/newfeature.gif" alt="New 
Feature"> <a 
href="http://issues.apache.org/jira/browse/JS2-257">JS2-257</a></td><td>Deployment 
using JSR77</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/improvement.gif" 
alt="Improvement"> <a 
href="http://issues.apache.org/jira/browse/JS2-110">JS2-110</a></td><td>Replace 
HSQL with Axion as default database in J2</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/improvement.gif" 
alt="Improvement"> <a 
href="http://issues.apache.org/jira/browse/JS2-198">JS2-198</a></td><td>Portlets 
don't use user-specific preferences. The Portlet Preferences for anon 
user are always used.</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/improvement.gif" 
alt="Improvement"> <a 
href="http://issues.apache.org/jira/browse/JS2-241">JS2-241</a></td><td>Admin 
User/Group/Role Portlet enhancements</td><td>Ate Douma</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/improvement.gif" 
alt="Wish"> <a 
href="http://issues.apache.org/jira/browse/JS2-344">JS2-344</a></td><td>PHP 
5 support</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/issue_subtask.gif" 
alt="Sub-task"> <a 
href="http://issues.apache.org/jira/browse/JS2-246">JS2-246</a></td><td>Role 
security restrictions for certain Admin Portlet 
operations</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/issue_subtask.gif" 
alt="Sub-task"> <a 
href="http://issues.apache.org/jira/browse/JS2-243">JS2-243</a></td><td>Further 
enhancements to the User Attributes Entry Form</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/issue_subtask.gif" 
alt="Sub-task"> <a 
href="http://issues.apache.org/jira/browse/JS2-244">JS2-244</a></td><td>Filter/query 
enhancements to the User Browser and User Chooser for Role and Group 
assignments</td><td>Unassigned</td>
				</tr>
				<tr><td><img 
src="http://issues.apache.org/jira/images/icons/issue_subtask.gif" 
alt="Sub-task"> <a 
href="http://issues.apache.org/jira/browse/JS2-245">JS2-245</a></td><td>Filter/query 
and resultset enhancements for the User/Group/Role Browsers and 
Choosers</td><td>Unassigned</td>
				</tr>
			</tbody></table>
	</body></html>


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org