You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by viola lu <vi...@gmail.com> on 2011/11/25 12:02:32 UTC

[Vote] Release Geronimo Samples & Daytrader 3.0-beta-1 RC4

Hi Devs,


A forth release candidate for Geronimo Sample & Daytrader  3.0-beta-1 has
been created and staged coz of previous failure release candidate.

The tags have been created here:

https://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-3.0-beta-1
https://svn.apache.org/repos/asf/geronimo/daytrader/tags/daytrader-3.0-beta-1/

The staging repos is here:

https://repository.apache.org/content/repositories/orgapachegeronimo-210/
 (Daytrader)
*https://repository.apache.org/content/repositories/orgapachegeronimo-247*
 (Sample)


The main artifacts up for vote are the source release archives:
*https://repository.apache.org/content/repositories/orgapachegeronimo-247**
/org/apache/geronimo/samples/samples-parent/3.0-beta-1/samples-parent-3.0-beta-1-source-release.tar.gz<https://repository.apache.org/content/repositories/orgapachegeronimo-231/org/apache/geronimo/samples/samples-parent/3.0-beta-1/samples-parent-3.0-beta-1-source-release.tar.gz>
*
*https://repository.apache.org/content/repositories/orgapachegeronimo-247**
/org/apache/geronimo/samples/samples-parent/3.0-beta-1/samples-parent-3.0-beta-1-source-release.zip<https://repository.apache.org/content/repositories/orgapachegeronimo-231/org/apache/geronimo/samples/samples-parent/3.0-beta-1/samples-parent-3.0-beta-1-source-release.zip>
*

https://repository.apache.org/content/repositories/orgapachegeronimo-210/org/apache/geronimo/daytrader/daytrader-parent/3.0-beta-1/daytrader-parent-3.0-beta-1-source-release.tar.gz
https://repository.apache.org/content/repositories/orgapachegeronimo-210/org/apache/geronimo/daytrader/daytrader-parent/3.0-beta-1/daytrader-parent-3.0-beta-1-source-release.zip

Here is sample update


   -  Append Java EE 6 and OSGi samples


Remove empty java file
https://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-3.0-beta-1/samples/javaee6/singletonejb-javaee6/singletonejb-javaee6-war/src/main/java/org/apache/geronimo/samples/javaee6/singletonejb/sessionBeans/

Remove useless dependency files
https://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-3.0-beta-1/samples/javaee5/DataCDInfo/DataCDInfo-JTA-jetty/src/main/


The vote will be open for the 72-hour minimum.

[  ] +1 about time to push this out the door
[  ]  0 no opinion
[  ] -1 not this one  (please explain why)

-- 
viola

Apache Geronimo

Re: [Vote] Release Geronimo Samples & Daytrader 3.0-beta-1 RC4

Posted by viola lu <vi...@gmail.com>.
I already updated that file, it will be synchronized to
http://geronimo.apache.org/plugins/<http://geronimo.apache.org/plugins/plugin-repository-list-3.0-beta-1.txt>


On Fri, Jan 20, 2012 at 5:53 PM, pif <fr...@googlemail.com> wrote:

> I've the following problems or limitation with
> https://geronimo.apache.org/plugins/samples-3.0-beta-1/
> https://geronimo.apache.org/plugins/daytrader-3.0-beta-1/
> The update-file is only there for /plugin-repository-list-3.0.txt
> ERROR [PluginRepositoryDownloader] Unable to save download repositories
> java.io.FileNotFoundException:
> http://geronimo.apache.org/plugins/plugin-repository-list-3.0-beta-1.txt
> For daytrader-3.0-beta-1 there ist only the
> Daytrader :: Plugins :: Derby DataSource        and     Daytrader ::
> Plugins :: JavaEE
> JMS Resource
> but not the applications        Daytrader :: JAVA EE 5 Tomcat   3.0.0.0
>       or
> Daytrader :: JAVA EE 6 Tomcat.
> After installing jpa20demo-javaee6-tomcat I get the following errors and
> can't recover by restart.
> ERROR [[/jpa20demo-javaee6-tomcat]] Servlet /jpa20demo-javaee6-tomcat threw
> load() exception
> java.lang.IllegalStateException: No Factories configured for this
> Application. This happens if the faces-initialization does not work at all
> -
> make sure that you properly include all configuration settings necessary
> for
> a basic faces application and that all the necessary libs are included.
> Also
> check the logging output of your web application and your container for any
> exceptions!
> If you did that and find nothing, the mistake might be due to the fact that
> you use some special web-containers which do not support registering
> context-listeners via TLD files and a context listener is not setup in your
> web.xml.
> A typical config looks like this;
> <listener>
>
>
> <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
> </listener>
>
>        at
>
> org.apache.geronimo.myfaces.GeronimoFactoryFinderProvider.getFactory(GeronimoFactoryFinderProvider.java:166)
> [DependencyManager] Could not start bundle:
> org.apache.geronimo.specs.geronimo-stax-api_1.2_spec_1.0.0 [419]
> org.osgi.framework.BundleException: The bundle
> "org.apache.geronimo.specs.geronimo-stax-api_1.2_spec_1.0.0 [419]" could
> not
> be resolved. Reason: Another singleton version selected:
> org.apache.geronimo.specs.geronimo-stax-api_1.2_spec_1.1.0, Another
> singleton version selected:
> org.apache.geronimo.specs.geronimo-stax-api_1.2_spec_1.1.0
>        at
>
> org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1327)
>
>
> Caused by: java.lang.ClassNotFoundException:
> org.codehaus.stax2.ri.EmptyIterator
>        at
>
> org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:467)
>        at
>
> org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
>        at
>
> org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
>        at
>
> org.apache.geronimo.hook.equinox.GeronimoClassLoader.loadClass(GeronimoClassLoader.java:85)
>        at java.lang.ClassLoader.loadClass(Unknown Source)
>        ... 38 more
> Any ideas are welcome...
> Thanks
> Frank
>
> --
> View this message in context:
> http://apache-geronimo.328035.n3.nabble.com/Vote-Release-Geronimo-Samples-Daytrader-3-0-beta-1-RC4-tp3535810p3675000.html
> Sent from the Development mailing list archive at Nabble.com.
>



-- 
viola

Apache Geronimo

Re: [Vote] Release Geronimo Samples & Daytrader 3.0-beta-1 RC4

Posted by pif <fr...@googlemail.com>.
I've the following problems or limitation with
https://geronimo.apache.org/plugins/samples-3.0-beta-1/
https://geronimo.apache.org/plugins/daytrader-3.0-beta-1/
The update-file is only there for /plugin-repository-list-3.0.txt
ERROR [PluginRepositoryDownloader] Unable to save download repositories
java.io.FileNotFoundException:
http://geronimo.apache.org/plugins/plugin-repository-list-3.0-beta-1.txt
For daytrader-3.0-beta-1 there ist only the 
Daytrader :: Plugins :: Derby DataSource 	and	Daytrader :: Plugins :: JavaEE
JMS Resource
but not the applications	Daytrader :: JAVA EE 5 Tomcat 	3.0.0.0 	or
Daytrader :: JAVA EE 6 Tomcat.
After installing jpa20demo-javaee6-tomcat I get the following errors and
can't recover by restart.
ERROR [[/jpa20demo-javaee6-tomcat]] Servlet /jpa20demo-javaee6-tomcat threw
load() exception
java.lang.IllegalStateException: No Factories configured for this
Application. This happens if the faces-initialization does not work at all -
make sure that you properly include all configuration settings necessary for
a basic faces application and that all the necessary libs are included. Also
check the logging output of your web application and your container for any
exceptions!
If you did that and find nothing, the mistake might be due to the fact that
you use some special web-containers which do not support registering
context-listeners via TLD files and a context listener is not setup in your
web.xml.
A typical config looks like this;
<listener>
 
<listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
</listener>

	at
org.apache.geronimo.myfaces.GeronimoFactoryFinderProvider.getFactory(GeronimoFactoryFinderProvider.java:166)
[DependencyManager] Could not start bundle:
org.apache.geronimo.specs.geronimo-stax-api_1.2_spec_1.0.0 [419]
org.osgi.framework.BundleException: The bundle
"org.apache.geronimo.specs.geronimo-stax-api_1.2_spec_1.0.0 [419]" could not
be resolved. Reason: Another singleton version selected:
org.apache.geronimo.specs.geronimo-stax-api_1.2_spec_1.1.0, Another
singleton version selected:
org.apache.geronimo.specs.geronimo-stax-api_1.2_spec_1.1.0
	at
org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1327)


Caused by: java.lang.ClassNotFoundException:
org.codehaus.stax2.ri.EmptyIterator
        at
org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:467)
        at
org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
        at
org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
        at
org.apache.geronimo.hook.equinox.GeronimoClassLoader.loadClass(GeronimoClassLoader.java:85)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 38 more
Any ideas are welcome...
Thanks
Frank

--
View this message in context: http://apache-geronimo.328035.n3.nabble.com/Vote-Release-Geronimo-Samples-Daytrader-3-0-beta-1-RC4-tp3535810p3675000.html
Sent from the Development mailing list archive at Nabble.com.

Re: [Vote] Release Geronimo Samples & Daytrader 3.0-beta-1 RC4

Posted by Forrest Xia <fo...@gmail.com>.
Not see the news in the geronimo home page, when it will be there?

On Tue, Dec 13, 2011 at 7:38 PM, viola lu <vi...@gmail.com> wrote:

> Hi devs,
>
> The vote to release Geronimo Samples&Daytrader 3.0-beta-1 RC4 passes with
> 5 "+1" votes and no 0 or -1 votes. Voting +1 were
>
> Forrest Xia
>
> Rex Wang
>
> Kevan Miller
>
> Shawn Jiang
>
> Viola Lu
>
> Janet Han
>
> 4 of above "+1" were from PMC members.
>
> Thanks all for your time of review and vote.
>
> On Sat, Dec 10, 2011 at 2:13 AM, Kevan Miller <ke...@gmail.com>wrote:
>
>> Looks good to me. Here's my +1
>>
>> --kevan
>> On Nov 25, 2011, at 6:02 AM, viola lu wrote:
>>
>> > Hi Devs,
>> >
>> >
>> > A forth release candidate for Geronimo Sample & Daytrader  3.0-beta-1
>> has been created and staged coz of previous failure release candidate.
>> >
>> > The tags have been created here:
>> >
>> >
>> https://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-3.0-beta-1
>> >
>> https://svn.apache.org/repos/asf/geronimo/daytrader/tags/daytrader-3.0-beta-1/
>> >
>> > The staging repos is here:
>> >
>> >
>> https://repository.apache.org/content/repositories/orgapachegeronimo-210/(Daytrader)
>> >
>> https://repository.apache.org/content/repositories/orgapachegeronimo-247(Sample)
>> >
>> >
>> > The main artifacts up for vote are the source release archives:
>> >
>> https://repository.apache.org/content/repositories/orgapachegeronimo-247/org/apache/geronimo/samples/samples-parent/3.0-beta-1/samples-parent-3.0-beta-1-source-release.tar.gz
>> >
>> https://repository.apache.org/content/repositories/orgapachegeronimo-247/org/apache/geronimo/samples/samples-parent/3.0-beta-1/samples-parent-3.0-beta-1-source-release.zip
>> >
>> >
>> https://repository.apache.org/content/repositories/orgapachegeronimo-210/org/apache/geronimo/daytrader/daytrader-parent/3.0-beta-1/daytrader-parent-3.0-beta-1-source-release.tar.gz
>> >
>> https://repository.apache.org/content/repositories/orgapachegeronimo-210/org/apache/geronimo/daytrader/daytrader-parent/3.0-beta-1/daytrader-parent-3.0-beta-1-source-release.zip
>> >
>> > Here is sample update
>> >
>> >       •  Append Java EE 6 and OSGi samples
>> >
>> > Remove empty java file
>> >
>> https://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-3.0-beta-1/samples/javaee6/singletonejb-javaee6/singletonejb-javaee6-war/src/main/java/org/apache/geronimo/samples/javaee6/singletonejb/sessionBeans/
>> >
>> > Remove useless dependency files
>> >
>> https://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-3.0-beta-1/samples/javaee5/DataCDInfo/DataCDInfo-JTA-jetty/src/main/
>> >
>> >
>> > The vote will be open for the 72-hour minimum.
>> >
>> > [  ] +1 about time to push this out the door
>> > [  ]  0 no opinion
>> > [  ] -1 not this one  (please explain why)
>> >
>> > --
>> > viola
>> >
>> > Apache Geronimo
>> >
>>
>>
>
>
> --
> viola
>
> Apache Geronimo
>
>


-- 
Thanks!

Regards, Forrest

Re: [Vote] Release Geronimo Samples & Daytrader 3.0-beta-1 RC4

Posted by viola lu <vi...@gmail.com>.
Hi devs,

The vote to release Geronimo Samples&Daytrader 3.0-beta-1 RC4 passes with 5
"+1" votes and no 0 or -1 votes. Voting +1 were

Forrest Xia

Rex Wang

Kevan Miller

Shawn Jiang

Viola Lu

Janet Han

4 of above "+1" were from PMC members.

Thanks all for your time of review and vote.

On Sat, Dec 10, 2011 at 2:13 AM, Kevan Miller <ke...@gmail.com>wrote:

> Looks good to me. Here's my +1
>
> --kevan
> On Nov 25, 2011, at 6:02 AM, viola lu wrote:
>
> > Hi Devs,
> >
> >
> > A forth release candidate for Geronimo Sample & Daytrader  3.0-beta-1
> has been created and staged coz of previous failure release candidate.
> >
> > The tags have been created here:
> >
> >
> https://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-3.0-beta-1
> >
> https://svn.apache.org/repos/asf/geronimo/daytrader/tags/daytrader-3.0-beta-1/
> >
> > The staging repos is here:
> >
> >
> https://repository.apache.org/content/repositories/orgapachegeronimo-210/(Daytrader)
> > https://repository.apache.org/content/repositories/orgapachegeronimo-247(Sample)
> >
> >
> > The main artifacts up for vote are the source release archives:
> >
> https://repository.apache.org/content/repositories/orgapachegeronimo-247/org/apache/geronimo/samples/samples-parent/3.0-beta-1/samples-parent-3.0-beta-1-source-release.tar.gz
> >
> https://repository.apache.org/content/repositories/orgapachegeronimo-247/org/apache/geronimo/samples/samples-parent/3.0-beta-1/samples-parent-3.0-beta-1-source-release.zip
> >
> >
> https://repository.apache.org/content/repositories/orgapachegeronimo-210/org/apache/geronimo/daytrader/daytrader-parent/3.0-beta-1/daytrader-parent-3.0-beta-1-source-release.tar.gz
> >
> https://repository.apache.org/content/repositories/orgapachegeronimo-210/org/apache/geronimo/daytrader/daytrader-parent/3.0-beta-1/daytrader-parent-3.0-beta-1-source-release.zip
> >
> > Here is sample update
> >
> >       •  Append Java EE 6 and OSGi samples
> >
> > Remove empty java file
> >
> https://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-3.0-beta-1/samples/javaee6/singletonejb-javaee6/singletonejb-javaee6-war/src/main/java/org/apache/geronimo/samples/javaee6/singletonejb/sessionBeans/
> >
> > Remove useless dependency files
> >
> https://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-3.0-beta-1/samples/javaee5/DataCDInfo/DataCDInfo-JTA-jetty/src/main/
> >
> >
> > The vote will be open for the 72-hour minimum.
> >
> > [  ] +1 about time to push this out the door
> > [  ]  0 no opinion
> > [  ] -1 not this one  (please explain why)
> >
> > --
> > viola
> >
> > Apache Geronimo
> >
>
>


-- 
viola

Apache Geronimo

Re: [Vote] Release Geronimo Samples & Daytrader 3.0-beta-1 RC4

Posted by Kevan Miller <ke...@gmail.com>.
Looks good to me. Here's my +1

--kevan
On Nov 25, 2011, at 6:02 AM, viola lu wrote:

> Hi Devs,
> 
> 
> A forth release candidate for Geronimo Sample & Daytrader  3.0-beta-1 has been created and staged coz of previous failure release candidate.
> 
> The tags have been created here:
> 
> https://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-3.0-beta-1
> https://svn.apache.org/repos/asf/geronimo/daytrader/tags/daytrader-3.0-beta-1/
> 
> The staging repos is here:
> 
> https://repository.apache.org/content/repositories/orgapachegeronimo-210/ (Daytrader)
> https://repository.apache.org/content/repositories/orgapachegeronimo-247 (Sample)
> 
> 
> The main artifacts up for vote are the source release archives:
> https://repository.apache.org/content/repositories/orgapachegeronimo-247/org/apache/geronimo/samples/samples-parent/3.0-beta-1/samples-parent-3.0-beta-1-source-release.tar.gz
> https://repository.apache.org/content/repositories/orgapachegeronimo-247/org/apache/geronimo/samples/samples-parent/3.0-beta-1/samples-parent-3.0-beta-1-source-release.zip
> 
> https://repository.apache.org/content/repositories/orgapachegeronimo-210/org/apache/geronimo/daytrader/daytrader-parent/3.0-beta-1/daytrader-parent-3.0-beta-1-source-release.tar.gz
> https://repository.apache.org/content/repositories/orgapachegeronimo-210/org/apache/geronimo/daytrader/daytrader-parent/3.0-beta-1/daytrader-parent-3.0-beta-1-source-release.zip
> 
> Here is sample update
> 
> 	•  Append Java EE 6 and OSGi samples
> 
> Remove empty java file
> https://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-3.0-beta-1/samples/javaee6/singletonejb-javaee6/singletonejb-javaee6-war/src/main/java/org/apache/geronimo/samples/javaee6/singletonejb/sessionBeans/
> 
> Remove useless dependency files
> https://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-3.0-beta-1/samples/javaee5/DataCDInfo/DataCDInfo-JTA-jetty/src/main/
> 
> 
> The vote will be open for the 72-hour minimum.
> 
> [  ] +1 about time to push this out the door
> [  ]  0 no opinion
> [  ] -1 not this one  (please explain why)
> 
> -- 
> viola
> 
> Apache Geronimo
> 


Re: [Vote] Release Geronimo Samples & Daytrader 3.0-beta-1 RC4

Posted by Shawn Jiang <ge...@gmail.com>.
+1

On Fri, Nov 25, 2011 at 7:02 PM, viola lu <vi...@gmail.com> wrote:

> Hi Devs,
>
>
> A forth release candidate for Geronimo Sample & Daytrader  3.0-beta-1 has
> been created and staged coz of previous failure release candidate.
>
> The tags have been created here:
>
>
> https://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-3.0-beta-1
>
> https://svn.apache.org/repos/asf/geronimo/daytrader/tags/daytrader-3.0-beta-1/
>
> The staging repos is here:
>
> https://repository.apache.org/content/repositories/orgapachegeronimo-210/
>  (Daytrader)
> *https://repository.apache.org/content/repositories/orgapachegeronimo-247*
>  (Sample)
>
>
> The main artifacts up for vote are the source release archives:
> *https://repository.apache.org/content/repositories/orgapachegeronimo-247*
> *
> /org/apache/geronimo/samples/samples-parent/3.0-beta-1/samples-parent-3.0-beta-1-source-release.tar.gz<https://repository.apache.org/content/repositories/orgapachegeronimo-231/org/apache/geronimo/samples/samples-parent/3.0-beta-1/samples-parent-3.0-beta-1-source-release.tar.gz>
> *
> *https://repository.apache.org/content/repositories/orgapachegeronimo-247*
> *
> /org/apache/geronimo/samples/samples-parent/3.0-beta-1/samples-parent-3.0-beta-1-source-release.zip<https://repository.apache.org/content/repositories/orgapachegeronimo-231/org/apache/geronimo/samples/samples-parent/3.0-beta-1/samples-parent-3.0-beta-1-source-release.zip>
> *
>
>
> https://repository.apache.org/content/repositories/orgapachegeronimo-210/org/apache/geronimo/daytrader/daytrader-parent/3.0-beta-1/daytrader-parent-3.0-beta-1-source-release.tar.gz
>
> https://repository.apache.org/content/repositories/orgapachegeronimo-210/org/apache/geronimo/daytrader/daytrader-parent/3.0-beta-1/daytrader-parent-3.0-beta-1-source-release.zip
>
> Here is sample update
>
>
>    -  Append Java EE 6 and OSGi samples
>
>
> Remove empty java file
>
> https://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-3.0-beta-1/samples/javaee6/singletonejb-javaee6/singletonejb-javaee6-war/src/main/java/org/apache/geronimo/samples/javaee6/singletonejb/sessionBeans/
>
> Remove useless dependency files
>
> https://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-3.0-beta-1/samples/javaee5/DataCDInfo/DataCDInfo-JTA-jetty/src/main/
>
>
> The vote will be open for the 72-hour minimum.
>
> [  ] +1 about time to push this out the door
> [  ]  0 no opinion
> [  ] -1 not this one  (please explain why)
>
> --
> viola
>
> Apache Geronimo
>
>


-- 
Shawn

Re: [Vote] Release Geronimo Samples & Daytrader 3.0-beta-1 RC4

Posted by Forrest Xia <fo...@gmail.com>.
+1

Build looks good.

On Tue, Dec 6, 2011 at 4:43 AM, viola lu <vi...@gmail.com> wrote:

> Here is my +1
> mvn clean install on suse 10 sp2
> mvn rat:check, no license problem
>
> run osgi samples.
>
> ****************************************************
> Summary
> -------
> Notes: 2
> Binaries: 0
> Archives: 0
> Standards: 2
>
> Apache Licensed: 2
> Generated Documents: 0
>
> JavaDocs are generated and so license header is optional
> Generated files do not required license headers
>
> 0 Unknown Licenses
>
> *******************************
>
> Archives (+ indicates readable, $ unreadable):
>
>
> *****************************************************
>   Files with AL headers will be marked L
>   Binary files (which do not require AL headers) will be marked B
>   Compressed archives will be marked A
>   Notices, licenses etc will be marked N
>   N     LICENSE
>   N     NOTICE
>   AL    pom.xml
>   AL    src/site/site.xml
>
>  *****************************************************
>  Printing headers for files without AL header...
>
>
>
> On Fri, Nov 25, 2011 at 7:02 PM, viola lu <vi...@gmail.com> wrote:
>
>> Hi Devs,
>>
>>
>> A forth release candidate for Geronimo Sample & Daytrader  3.0-beta-1 has
>> been created and staged coz of previous failure release candidate.
>>
>> The tags have been created here:
>>
>>
>> https://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-3.0-beta-1
>>
>> https://svn.apache.org/repos/asf/geronimo/daytrader/tags/daytrader-3.0-beta-1/
>>
>> The staging repos is here:
>>
>> https://repository.apache.org/content/repositories/orgapachegeronimo-210/
>>  (Daytrader)
>> *https://repository.apache.org/content/repositories/orgapachegeronimo-247
>> * (Sample)
>>
>>
>> The main artifacts up for vote are the source release archives:
>> *https://repository.apache.org/content/repositories/orgapachegeronimo-247
>> **
>> /org/apache/geronimo/samples/samples-parent/3.0-beta-1/samples-parent-3.0-beta-1-source-release.tar.gz<https://repository.apache.org/content/repositories/orgapachegeronimo-231/org/apache/geronimo/samples/samples-parent/3.0-beta-1/samples-parent-3.0-beta-1-source-release.tar.gz>
>> *
>> *https://repository.apache.org/content/repositories/orgapachegeronimo-247
>> **
>> /org/apache/geronimo/samples/samples-parent/3.0-beta-1/samples-parent-3.0-beta-1-source-release.zip<https://repository.apache.org/content/repositories/orgapachegeronimo-231/org/apache/geronimo/samples/samples-parent/3.0-beta-1/samples-parent-3.0-beta-1-source-release.zip>
>> *
>>
>>
>> https://repository.apache.org/content/repositories/orgapachegeronimo-210/org/apache/geronimo/daytrader/daytrader-parent/3.0-beta-1/daytrader-parent-3.0-beta-1-source-release.tar.gz
>>
>> https://repository.apache.org/content/repositories/orgapachegeronimo-210/org/apache/geronimo/daytrader/daytrader-parent/3.0-beta-1/daytrader-parent-3.0-beta-1-source-release.zip
>>
>> Here is sample update
>>
>>
>>    -  Append Java EE 6 and OSGi samples
>>
>>
>> Remove empty java file
>>
>> https://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-3.0-beta-1/samples/javaee6/singletonejb-javaee6/singletonejb-javaee6-war/src/main/java/org/apache/geronimo/samples/javaee6/singletonejb/sessionBeans/
>>
>> Remove useless dependency files
>>
>> https://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-3.0-beta-1/samples/javaee5/DataCDInfo/DataCDInfo-JTA-jetty/src/main/
>>
>>
>> The vote will be open for the 72-hour minimum.
>>
>> [  ] +1 about time to push this out the door
>> [  ]  0 no opinion
>> [  ] -1 not this one  (please explain why)
>>
>> --
>> viola
>>
>> Apache Geronimo
>>
>>
>
>
> --
> viola
>
> Apache Geronimo
>
>


-- 
Thanks!

Regards, Forrest

Re: [Vote] Release Geronimo Samples & Daytrader 3.0-beta-1 RC4

Posted by han hongfang <ha...@gmail.com>.
+1

-- 
Best regards,

Han Hong Fang (Janet)
hanhongfang AT apache.org

Re: [Vote] Release Geronimo Samples & Daytrader 3.0-beta-1 RC4

Posted by Rex Wang <rw...@gmail.com>.
Viola, you posted a rat report only for the root 4 files. Here is mine.
Anyway, looks good to me. +1

*****************************************************
Summary
-------
Notes: 11
Binaries: 9
Archives: 0
Standards: 790

Apache Licensed: 788
Generated Documents: 0

JavaDocs are generated and so license header is optional
Generated files do not required license headers

2 Unknown Licenses

*******************************

Archives (+ indicates readable, $ unreadable):


*****************************************************
  Files with AL headers will be marked L
  Binary files (which do not require AL headers) will be marked B
  Compressed archives will be marked A
  Notices, licenses etc will be marked N
  AL    buildutil/pom.xml
  N     buildutil/README.txt
  AL
buildutil/src/main/java/org/apache/geronimo/samples/buildutil/Txt2Html.java
  AL    geronimo-samples-archetype/pom.xml
  AL
geronimo-samples-archetype/src/main/resources/archetype-resources/pom.xml
 ....


-Rex

2011/12/6 viola lu <vi...@gmail.com>

> Here is my +1
> mvn clean install on suse 10 sp2
> mvn rat:check, no license problem
>
> run osgi samples.
>
> ****************************************************
> Summary
> -------
> Notes: 2
> Binaries: 0
> Archives: 0
> Standards: 2
>
> Apache Licensed: 2
> Generated Documents: 0
>
> JavaDocs are generated and so license header is optional
> Generated files do not required license headers
>
> 0 Unknown Licenses
>
> *******************************
>
> Archives (+ indicates readable, $ unreadable):
>
>
> *****************************************************
>   Files with AL headers will be marked L
>   Binary files (which do not require AL headers) will be marked B
>   Compressed archives will be marked A
>   Notices, licenses etc will be marked N
>   N     LICENSE
>   N     NOTICE
>   AL    pom.xml
>   AL    src/site/site.xml
>
>   *****************************************************
>  Printing headers for files without AL header...
>
>
>
> On Fri, Nov 25, 2011 at 7:02 PM, viola lu <vi...@gmail.com> wrote:
>
>> Hi Devs,
>>
>>
>> A forth release candidate for Geronimo Sample & Daytrader  3.0-beta-1 has
>> been created and staged coz of previous failure release candidate.
>>
>> The tags have been created here:
>>
>>
>> https://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-3.0-beta-1
>>
>> https://svn.apache.org/repos/asf/geronimo/daytrader/tags/daytrader-3.0-beta-1/
>>
>> The staging repos is here:
>>
>> https://repository.apache.org/content/repositories/orgapachegeronimo-210/
>>  (Daytrader)
>> *https://repository.apache.org/content/repositories/orgapachegeronimo-247
>> * (Sample)
>>
>>
>> The main artifacts up for vote are the source release archives:
>> *https://repository.apache.org/content/repositories/orgapachegeronimo-247
>> **
>> /org/apache/geronimo/samples/samples-parent/3.0-beta-1/samples-parent-3.0-beta-1-source-release.tar.gz<https://repository.apache.org/content/repositories/orgapachegeronimo-231/org/apache/geronimo/samples/samples-parent/3.0-beta-1/samples-parent-3.0-beta-1-source-release.tar.gz>
>> *
>> *https://repository.apache.org/content/repositories/orgapachegeronimo-247
>> **
>> /org/apache/geronimo/samples/samples-parent/3.0-beta-1/samples-parent-3.0-beta-1-source-release.zip<https://repository.apache.org/content/repositories/orgapachegeronimo-231/org/apache/geronimo/samples/samples-parent/3.0-beta-1/samples-parent-3.0-beta-1-source-release.zip>
>> *
>>
>>
>> https://repository.apache.org/content/repositories/orgapachegeronimo-210/org/apache/geronimo/daytrader/daytrader-parent/3.0-beta-1/daytrader-parent-3.0-beta-1-source-release.tar.gz
>>
>> https://repository.apache.org/content/repositories/orgapachegeronimo-210/org/apache/geronimo/daytrader/daytrader-parent/3.0-beta-1/daytrader-parent-3.0-beta-1-source-release.zip
>>
>> Here is sample update
>>
>>
>>    -  Append Java EE 6 and OSGi samples
>>
>>
>> Remove empty java file
>>
>> https://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-3.0-beta-1/samples/javaee6/singletonejb-javaee6/singletonejb-javaee6-war/src/main/java/org/apache/geronimo/samples/javaee6/singletonejb/sessionBeans/
>>
>> Remove useless dependency files
>>
>> https://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-3.0-beta-1/samples/javaee5/DataCDInfo/DataCDInfo-JTA-jetty/src/main/
>>
>>
>> The vote will be open for the 72-hour minimum.
>>
>> [  ] +1 about time to push this out the door
>> [  ]  0 no opinion
>> [  ] -1 not this one  (please explain why)
>>
>> --
>> viola
>>
>> Apache Geronimo
>>
>>
>
>
> --
> viola
>
> Apache Geronimo
>
>


-- 
Lei Wang (Rex)
rwonly AT apache.org

Re: [Vote] Release Geronimo Samples & Daytrader 3.0-beta-1 RC4

Posted by viola lu <vi...@gmail.com>.
Here is my +1
mvn clean install on suse 10 sp2
mvn rat:check, no license problem

run osgi samples.

****************************************************
Summary
-------
Notes: 2
Binaries: 0
Archives: 0
Standards: 2

Apache Licensed: 2
Generated Documents: 0

JavaDocs are generated and so license header is optional
Generated files do not required license headers

0 Unknown Licenses

*******************************

Archives (+ indicates readable, $ unreadable):


*****************************************************
  Files with AL headers will be marked L
  Binary files (which do not require AL headers) will be marked B
  Compressed archives will be marked A
  Notices, licenses etc will be marked N
  N     LICENSE
  N     NOTICE
  AL    pom.xml
  AL    src/site/site.xml

 *****************************************************
 Printing headers for files without AL header...



On Fri, Nov 25, 2011 at 7:02 PM, viola lu <vi...@gmail.com> wrote:

> Hi Devs,
>
>
> A forth release candidate for Geronimo Sample & Daytrader  3.0-beta-1 has
> been created and staged coz of previous failure release candidate.
>
> The tags have been created here:
>
>
> https://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-3.0-beta-1
>
> https://svn.apache.org/repos/asf/geronimo/daytrader/tags/daytrader-3.0-beta-1/
>
> The staging repos is here:
>
> https://repository.apache.org/content/repositories/orgapachegeronimo-210/
>  (Daytrader)
> *https://repository.apache.org/content/repositories/orgapachegeronimo-247*
>  (Sample)
>
>
> The main artifacts up for vote are the source release archives:
> *https://repository.apache.org/content/repositories/orgapachegeronimo-247*
> *
> /org/apache/geronimo/samples/samples-parent/3.0-beta-1/samples-parent-3.0-beta-1-source-release.tar.gz<https://repository.apache.org/content/repositories/orgapachegeronimo-231/org/apache/geronimo/samples/samples-parent/3.0-beta-1/samples-parent-3.0-beta-1-source-release.tar.gz>
> *
> *https://repository.apache.org/content/repositories/orgapachegeronimo-247*
> *
> /org/apache/geronimo/samples/samples-parent/3.0-beta-1/samples-parent-3.0-beta-1-source-release.zip<https://repository.apache.org/content/repositories/orgapachegeronimo-231/org/apache/geronimo/samples/samples-parent/3.0-beta-1/samples-parent-3.0-beta-1-source-release.zip>
> *
>
>
> https://repository.apache.org/content/repositories/orgapachegeronimo-210/org/apache/geronimo/daytrader/daytrader-parent/3.0-beta-1/daytrader-parent-3.0-beta-1-source-release.tar.gz
>
> https://repository.apache.org/content/repositories/orgapachegeronimo-210/org/apache/geronimo/daytrader/daytrader-parent/3.0-beta-1/daytrader-parent-3.0-beta-1-source-release.zip
>
> Here is sample update
>
>
>    -  Append Java EE 6 and OSGi samples
>
>
> Remove empty java file
>
> https://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-3.0-beta-1/samples/javaee6/singletonejb-javaee6/singletonejb-javaee6-war/src/main/java/org/apache/geronimo/samples/javaee6/singletonejb/sessionBeans/
>
> Remove useless dependency files
>
> https://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-3.0-beta-1/samples/javaee5/DataCDInfo/DataCDInfo-JTA-jetty/src/main/
>
>
> The vote will be open for the 72-hour minimum.
>
> [  ] +1 about time to push this out the door
> [  ]  0 no opinion
> [  ] -1 not this one  (please explain why)
>
> --
> viola
>
> Apache Geronimo
>
>


-- 
viola

Apache Geronimo