Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 3087 invoked from network); 18 Nov 2009 15:49:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Nov 2009 15:49:48 -0000 Received: (qmail 78092 invoked by uid 500); 18 Nov 2009 15:49:47 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 77978 invoked by uid 500); 18 Nov 2009 15:49:47 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 77970 invoked by uid 99); 18 Nov 2009 15:49:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Nov 2009 15:49:47 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [88.198.46.98] (HELO indoqa.com) (88.198.46.98) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Nov 2009 15:49:44 +0000 Received: from [192.168.0.196] (unknown [213.143.121.252]) by indoqa.com (Postfix) with ESMTP id 92F1B1A0001 for ; Wed, 18 Nov 2009 16:49:22 +0100 (CET) Message-ID: <4B041798.8020407@apache.org> Date: Wed, 18 Nov 2009 16:49:44 +0100 From: =?UTF-8?B?UmVpbmhhcmQgUMO2dHo=?= User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: changes to maven archetypes, alpha1 -> alpha2 References: <1258524545.2536.23.camel@joske-laptop> In-Reply-To: <1258524545.2536.23.camel@joske-laptop> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Jos Snellings wrote: > DemoRESTController: > import org.apache.cocoon.rest.controller.response.Page; > must be replaced by > org.apache.cocoon.rest.controller.response.URLResponse; > > TimeStampGenerator: > > import org.apache.cocoon.pipeline.component.sax.AbstractGenerator; > import org.apache.cocoon.pipeline.component.sax.XMLConsumer; > import org.apache.cocoon.pipeline.util.ImmutableAttributesImpl; > > the first two classed have been refactored to cocoon-sax, so > > org.apache.cocoon.sax.AbstractSAXProducer; > org.apache.cocoon.sax.SAXConsumer; > > and the ImmutableAttributesImpl, I could not find anymore, what's wrong > with: > > org.apache.cocoon.sitemap.xml.AttributesImpl; It should be removed. I can't remember why it was put into the sitemap module at all. You can find AttributesImpl in the cocoon-xml subproject (org.apache.cocoon.xml.sax.AttributesImpl). And many thanks for starting with an alpha-1 to alpha-2 summary. -- Reinhard Pötz Managing Director, {Indoqa} GmbH http://www.indoqa.com/en/people/reinhard.poetz/ Member of the Apache Software Foundation Apache Cocoon Committer, PMC member reinhard@apache.org ________________________________________________________________________