Re: Final 2.2 release?

2008-01-30 Thread Grzegorz Kossakowski
Carsten Ziegeler pisze:
 Grzegorz Kossakowski wrote:
 Reinhard Poetz pisze:

 It's right time for someone to explain what the hell WDW is? :-)

 :) Just try your favorite search engine - but as a hint, it's located in
 Florida...

Ah, right :-)

Thanks.

-- 
Grzegorz Kossakowski
Committer and PMC Member of Apache Cocoon
http://reflectingonthevicissitudes.wordpress.com/


Re: Final 2.2 release?

2008-01-30 Thread Vadim Gritsenko

On Jan 29, 2008, at 4:22 PM, Reinhard Poetz wrote:


Vadim Gritsenko wrote:

On Jan 29, 2008, at 11:17 AM, Reinhard Poetz wrote:

o pipeline-specific error handlers don't work


But do you have a patent license for that? ;-) :-(

http://yro.slashdot.org/yro/08/01/30/1321241.shtml

Vadim


Re: Final 2.2 release?

2008-01-30 Thread Reinhard Poetz

Vadim Gritsenko wrote:

On Jan 29, 2008, at 4:22 PM, Reinhard Poetz wrote:


Vadim Gritsenko wrote:

On Jan 29, 2008, at 11:17 AM, Reinhard Poetz wrote:

o pipeline-specific error handlers don't work


But do you have a patent license for that? ;-) :-(

http://yro.slashdot.org/yro/08/01/30/1321241.shtml


LOL

--
Reinhard PötzManaging Director, {Indoqa} GmbH
  http://www.indoqa.com/en/people/reinhard.poetz/

Member of the Apache Software Foundation
Apache Cocoon Committer, PMC member, PMC Chair[EMAIL PROTECTED]
_


Final 2.2 release?

2008-01-29 Thread Carsten Ziegeler

Hi,

did you know that I bought one of those Grumpy shirts last time I 
visited WDW? So, I *have* to ask what the current plans for the long 
awaited final release of 2.2 is?


Thanks
Carsten
--
Carsten Ziegeler
[EMAIL PROTECTED]


Re: Final 2.2 release?

2008-01-29 Thread Grzegorz Kossakowski
Carsten Ziegeler pisze:
 Hi,
 
 did you know that I bought one of those Grumpy shirts last time I
 visited WDW? So, I *have* to ask what the current plans for the long
 awaited final release of 2.2 is?

Hi Carsten,

I think that 2.2 is ready for a final release. JIRA does not report any 
outstanding serious issues
apart from this one: https://issues.apache.org/jira/browse/COCOON-2108 which 
seems to be fixed by
Ralph in r609282[1]. It would be good if Ralph who reopened that issue could 
confirm his fix and
close it.

Apart from JIRA issues there was one very serious problem: lack of any 
documentation on Servlet
Service Framework. I was working on writing docs some time ago and I will 
continue to do so in
upcomming days so you can expect something complete really soon.

To sum up, it's certainly right time to start preparing the release.

[1] http://svn.apache.org/viewvc?rev=609282view=rev

-- 
Grzegorz Kossakowski
Committer and PMC Member of Apache Cocoon
http://reflectingonthevicissitudes.wordpress.com/


Re: Final 2.2 release?

2008-01-29 Thread Reinhard Poetz

Carsten Ziegeler wrote:

Hi,

did you know that I bought one of those Grumpy shirts last time I 
visited WDW? So, I *have* to ask what the current plans for the long 
awaited final release of 2.2 is?


:-)

On my personal todo list only the creation of non-Maven-2-artifacts is missing. 
I will also finish the integration test suite for Cocoon sitemaps next week 
(since I need it for Micro-Cocoon).


So far I found two bugs:

 o pipeline-specific error handlers don't work
 o if you send a response code other than 200, the *first* response will
   return 200 nevertheless

IMHO these are not blockers, but it would be nice if somebody could have a look 
at it.


Anything else?

--
Reinhard PötzManaging Director, {Indoqa} GmbH
  http://www.indoqa.com/en/people/reinhard.poetz/

Member of the Apache Software Foundation
Apache Cocoon Committer, PMC member, PMC Chair[EMAIL PROTECTED]
_



Re: Final 2.2 release?

2008-01-29 Thread Grzegorz Kossakowski
Reinhard Poetz pisze:
 Carsten Ziegeler wrote:
 Hi,

 did you know that I bought one of those Grumpy shirts last time I
 visited WDW? So, I *have* to ask what the current plans for the long
 awaited final release of 2.2 is?
 
 :-)

It's right time for someone to explain what the hell WDW is? :-)

 On my personal todo list only the creation of non-Maven-2-artifacts is
 missing. I will also finish the integration test suite for Cocoon
 sitemaps next week (since I need it for Micro-Cocoon).
 
 So far I found two bugs:
 
  o pipeline-specific error handlers don't work
  o if you send a response code other than 200, the *first* response will
return 200 nevertheless
 
 IMHO these are not blockers, but it would be nice if somebody could have
 a look at it.

Ehkm, I would like to point out (remind?) that we have everything needed for 
independent release
cycle of blocks and Cocoon's core so if issue is not really critical or a fix 
is already known it
should never block a release. If someone comes with fix to issues above we will 
(hopefully) be able
to easily cut a new release.

-- 
Grzegorz Kossakowski
Committer and PMC Member of Apache Cocoon
http://reflectingonthevicissitudes.wordpress.com/


Re: Final 2.2 release?

2008-01-29 Thread Reinhard Poetz

Vadim Gritsenko wrote:

On Jan 29, 2008, at 11:17 AM, Reinhard Poetz wrote:


o pipeline-specific error handlers don't work


Can you elaborate? As far as I can see all tests are passing fine

http://cocoon.zones.apache.org/demos/trunk/samples/core/errorhandling/
http://cocoon.zones.apache.org/demos/trunk/samples/core/errorhandling/exception/application?code=1 



I tried this (see the comment inline):

map:pipelines

  !--  error handling ~~~ --
  map:pipeline
map:match pattern=error-handling/custom-error
  map:act type=error-throwing/
  map:generate src=sax-pipeline/simple.xml/
  map:serialize type=xml/
/map:match
  /map:pipeline
  !-- doesn't work: when this per pipeline error handler is active,
   it catches ALL errors and the per-sitemap error handler will never
   be reached. --
  map:pipeline
map:match
 pattern=error-handling/custom-error-per-pipeline-error-handling
  map:act type=error-throwing/
  map:generate src=sax-pipeline/simple.xml/
  map:serialize type=xml/
/map:match
map:handle-errors
  map:generate src=error-handling/501.xml/
  map:serialize type=xhtml status-code=501/
/map:handle-errors
  /map:pipeline

  map:handle-errors
map:select type=custom-exception
  map:when test=not-found
map:generate src=error-handling/404.xml/
map:serialize type=xhtml status-code=404/
  /map:when
  map:when test=custom-exception
map:generate src=error-handling/500.xml/
map:serialize type=xhtml status-code=500/
  /map:when
  map:otherwise
map:generate src=error-handling/503.xml/
map:serialize type=xhtml status-code=503/
  /map:otherwise
/map:select
  /map:handle-errors

/map:pipelines


--
Reinhard PötzManaging Director, {Indoqa} GmbH
  http://www.indoqa.com/en/people/reinhard.poetz/

Member of the Apache Software Foundation
Apache Cocoon Committer, PMC member, PMC Chair[EMAIL PROTECTED]
_


Re: Final 2.2 release?

2008-01-29 Thread Vadim Gritsenko

On Jan 29, 2008, at 11:17 AM, Reinhard Poetz wrote:


o pipeline-specific error handlers don't work


Can you elaborate? As far as I can see all tests are passing fine

http://cocoon.zones.apache.org/demos/trunk/samples/core/errorhandling/
http://cocoon.zones.apache.org/demos/trunk/samples/core/errorhandling/exception/application?code=1


Vadim


Re: Final 2.2 release?

2008-01-29 Thread Ralph Goers
Yes, I fixed 2108. If you are happy that the fix hasn't caused any other 
problems then I will close it.


Grzegorz Kossakowski wrote:

Carsten Ziegeler pisze:
  

Hi,

did you know that I bought one of those Grumpy shirts last time I
visited WDW? So, I *have* to ask what the current plans for the long
awaited final release of 2.2 is?



Hi Carsten,

I think that 2.2 is ready for a final release. JIRA does not report any 
outstanding serious issues
apart from this one: https://issues.apache.org/jira/browse/COCOON-2108 which 
seems to be fixed by
Ralph in r609282[1]. It would be good if Ralph who reopened that issue could 
confirm his fix and
close it.

Apart from JIRA issues there was one very serious problem: lack of any 
documentation on Servlet
Service Framework. I was working on writing docs some time ago and I will 
continue to do so in
upcomming days so you can expect something complete really soon.

To sum up, it's certainly right time to start preparing the release.

[1] http://svn.apache.org/viewvc?rev=609282view=rev

  


Re: Final 2.2 release?

2008-01-29 Thread Carsten Ziegeler

Grzegorz Kossakowski wrote:

Reinhard Poetz pisze:

Carsten Ziegeler wrote:

Hi,

did you know that I bought one of those Grumpy shirts last time I
visited WDW? So, I *have* to ask what the current plans for the long
awaited final release of 2.2 is?

:-)


It's right time for someone to explain what the hell WDW is? :-)


:) Just try your favorite search engine - but as a hint, it's located in
Florida...


Carsten

--
Carsten Ziegeler
[EMAIL PROTECTED]


Re: Final 2.2 release?

2008-01-29 Thread Carsten Ziegeler

Thanks for all the answers!

So, lets just release now!

Carsten


--
Carsten Ziegeler
[EMAIL PROTECTED]


Re: Final 2.2 release?

2008-01-29 Thread Reinhard Poetz

Carsten Ziegeler wrote:

Thanks for all the answers!

So, lets just release now!


As it looks today, the chances are high that I will be able to start the release 
process on Feb. 11th. If somebody else can do it earlier, please go ahead.


--
Reinhard PötzManaging Director, {Indoqa} GmbH
  http://www.indoqa.com/en/people/reinhard.poetz/

Member of the Apache Software Foundation
Apache Cocoon Committer, PMC member, PMC Chair[EMAIL PROTECTED]
_