You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by Pinaki Poddar <pp...@bea.com> on 2007/08/21 19:39:35 UTC

Testing install experience of OpenJPA

1. Log message shows:
openjpa.Runtime - Starting OpenJPA 0.0.0 

2. mvn clean install
  or mvn install
Running the test suite takes too long time for first-time user
experience. 
Some of the tests wait more than a minute. 
And eventually the build fails due to test failure with OutOfMemory
error.

3. mvn package -Dtest=false
works.

Is there a way for install/package to bypass test by default?



Pinaki Poddar
972.834.2865

-----Original Message-----
From: Pinaki Poddar [mailto:ppoddar@bea.com] 
Sent: Tuesday, August 21, 2007 12:07 PM
To: dev@openjpa.apache.org
Subject: RE: [VOTE] Approve OpenJPA 1.0.0 release

On Windows XP/FireFox Browser (version 2.0.0.6), multiple attempts to
download apache-openjpa-1.0.0-binary.zip From
http://openjpa.apache.org/builds/1.0.0/downloads/ failed with "Can not
open file: It does not appear to be valid archive".

apache-openjpa-1.0.0-source.zip downloaded without any problem.
 


Pinaki Poddar
972.834.2865

-----Original Message-----
From: Marc Prud'hommeaux [mailto:mprudhomapache@gmail.com] On Behalf Of
Marc Prud'hommeaux
Sent: Tuesday, August 21, 2007 11:42 AM
To: dev@openjpa.apache.org
Subject: [VOTE] Approve OpenJPA 1.0.0 release

OpenJPA Developers-

A candidate build for OpenJPA 1.0.0 is available at:

   http://openjpa.apache.org/builds/1.0.0/downloads/

Please review these artifacts and signatures, and vote whether we should
release them as Apache OpenJPA version 1.0.0. Release notes for this
release are included in the artifact, or can be browsed at:

   http://svn.apache.org/repos/asf/openjpa/branches/1.0.0/openjpa-
project/RELEASE-NOTES.html

The Apache Release Audit Tool has been run on the release, and no
missing licenses were found with the exceptions listed in the exclusion
section of the "rat-maven-plugin" configuration in http://
svn.apache.org/repos/asf/openjpa/branches/1.0.0/pom.xml .

In accordance with http://www.apache.org/foundation/
voting.html#ReleaseVotes , three +1 votes will be sufficient to approve
the release for publication. While it is not possible to veto a release,
the vote will remain open for the standard 3 day period (ending at 12:00
EST on Friday 8/24) in order to allow people to thoroughly review the
release and perform whatever additional testing they desire and raise
any concerns or objections.

A vote of "+1" means you approve of the release for publication, "-1"  
means you do not approve, and a "+0" or "-0" means you are neutral.

Thanks in advance for your diligence in helping to ensure that the
quality of the OpenJPA 1.0.0 release reflects the high quality of all of
its contributors!



Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it.

Notice:  This email message, together with any attachments, may contain information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated entities,  that may be confidential,  proprietary,  copyrighted  and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it.

Re: Testing install experience of OpenJPA

Posted by Michael Dick <mi...@gmail.com>.
The version number relies on the Implementation-Version from MANIFEST.MF.
Manifest.mf gets created after the tests run though, so you won't see it
while the tests are running.

It should show up correctly if you run mvn package and then run something
against the "final" jar though. I just ran the OpenJPAVersion command which
did pick up the correct identifier and I think the messages use the same
mechanism.

-Mike

On 8/21/07, Pinaki Poddar <pp...@bea.com> wrote:
>
> > I don't think that we are really gearing our source download for the
> first-time user, correct?
> Correct. But for non-first-time users, the test suite is failing too.
>
> > Does the log message show the 0.0.0 stuff in the source download or in
> the built download?
> source download. My FirFox refusing to download the built version.
>
> Pinaki Poddar
> 972.834.2865
>
> -----Original Message-----
> From: Patrick Linskey [mailto:plinskey@gmail.com]
> Sent: Tuesday, August 21, 2007 12:48 PM
> To: dev@openjpa.apache.org
> Subject: Re: Testing install experience of OpenJPA
>
> I don't think that we are really gearing our source download for the
> first-time user, correct?
>
> Does the log message show the 0.0.0 stuff in the source download or in
> the built download?
>
> -Patrick
>
> On 8/21/07, Pinaki Poddar <pp...@bea.com> wrote:
> > 1. Log message shows:
> > openjpa.Runtime - Starting OpenJPA 0.0.0
> >
> > 2. mvn clean install
> >   or mvn install
> > Running the test suite takes too long time for first-time user
> > experience.
> > Some of the tests wait more than a minute.
> > And eventually the build fails due to test failure with OutOfMemory
> > error.
> >
> > 3. mvn package -Dtest=false
> > works.
> >
> > Is there a way for install/package to bypass test by default?
> >
> >
> >
> > Pinaki Poddar
> > 972.834.2865
> >
> > -----Original Message-----
> > From: Pinaki Poddar [mailto:ppoddar@bea.com]
> > Sent: Tuesday, August 21, 2007 12:07 PM
> > To: dev@openjpa.apache.org
> > Subject: RE: [VOTE] Approve OpenJPA 1.0.0 release
> >
> > On Windows XP/FireFox Browser (version 2.0.0.6), multiple attempts to
> > download apache-openjpa-1.0.0-binary.zip From
> > http://openjpa.apache.org/builds/1.0.0/downloads/ failed with "Can not
>
> > open file: It does not appear to be valid archive".
> >
> > apache-openjpa-1.0.0-source.zip downloaded without any problem.
> >
> >
> >
> > Pinaki Poddar
> > 972.834.2865
> >
> > -----Original Message-----
> > From: Marc Prud'hommeaux [mailto:mprudhomapache@gmail.com] On Behalf
> > Of Marc Prud'hommeaux
> > Sent: Tuesday, August 21, 2007 11:42 AM
> > To: dev@openjpa.apache.org
> > Subject: [VOTE] Approve OpenJPA 1.0.0 release
> >
> > OpenJPA Developers-
> >
> > A candidate build for OpenJPA 1.0.0 is available at:
> >
> >    http://openjpa.apache.org/builds/1.0.0/downloads/
> >
> > Please review these artifacts and signatures, and vote whether we
> > should release them as Apache OpenJPA version 1.0.0. Release notes for
>
> > this release are included in the artifact, or can be browsed at:
> >
> >    http://svn.apache.org/repos/asf/openjpa/branches/1.0.0/openjpa-
> > project/RELEASE-NOTES.html
> >
> > The Apache Release Audit Tool has been run on the release, and no
> > missing licenses were found with the exceptions listed in the
> > exclusion section of the "rat-maven-plugin" configuration in http://
> > svn.apache.org/repos/asf/openjpa/branches/1.0.0/pom.xml .
> >
> > In accordance with http://www.apache.org/foundation/
> > voting.html#ReleaseVotes , three +1 votes will be sufficient to
> > approve the release for publication. While it is not possible to veto
> > a release, the vote will remain open for the standard 3 day period
> > (ending at 12:00 EST on Friday 8/24) in order to allow people to
> > thoroughly review the release and perform whatever additional testing
> > they desire and raise any concerns or objections.
> >
> > A vote of "+1" means you approve of the release for publication, "-1"
> > means you do not approve, and a "+0" or "-0" means you are neutral.
> >
> > Thanks in advance for your diligence in helping to ensure that the
> > quality of the OpenJPA 1.0.0 release reflects the high quality of all
> > of its contributors!
> >
> >
> >
> > Notice:  This email message, together with any attachments, may
> > contain information  of  BEA Systems,  Inc.,  its subsidiaries  and
> > affiliated entities,  that may be confidential,  proprietary,
> > copyrighted  and/or legally privileged, and is intended solely for the
>
> > use of the individual or entity named in this message. If you are not
> > the intended recipient, and have received this message in error,
> > please immediately return this by email and then delete it.
> >
> > Notice:  This email message, together with any attachments, may
> contain information  of  BEA Systems,  Inc.,  its subsidiaries  and
> affiliated entities,  that may be confidential,  proprietary,
> copyrighted  and/or legally privileged, and is intended solely for the
> use of the individual or entity named in this message. If you are not
> the intended recipient, and have received this message in error, please
> immediately return this by email and then delete it.
> >
>
>
> --
> Patrick Linskey
> 202 669 5907
>
> Notice:  This email message, together with any attachments, may contain
> information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
> entities,  that may be confidential,  proprietary,  copyrighted  and/or
> legally privileged, and is intended solely for the use of the individual or
> entity named in this message. If you are not the intended recipient, and
> have received this message in error, please immediately return this by email
> and then delete it.
>

RE: Testing install experience of OpenJPA

Posted by Pinaki Poddar <pp...@bea.com>.
 > I don't think that we are really gearing our source download for the
first-time user, correct?
Correct. But for non-first-time users, the test suite is failing too.

> Does the log message show the 0.0.0 stuff in the source download or in
the built download?
source download. My FirFox refusing to download the built version.

Pinaki Poddar
972.834.2865

-----Original Message-----
From: Patrick Linskey [mailto:plinskey@gmail.com] 
Sent: Tuesday, August 21, 2007 12:48 PM
To: dev@openjpa.apache.org
Subject: Re: Testing install experience of OpenJPA

I don't think that we are really gearing our source download for the
first-time user, correct?

Does the log message show the 0.0.0 stuff in the source download or in
the built download?

-Patrick

On 8/21/07, Pinaki Poddar <pp...@bea.com> wrote:
> 1. Log message shows:
> openjpa.Runtime - Starting OpenJPA 0.0.0
>
> 2. mvn clean install
>   or mvn install
> Running the test suite takes too long time for first-time user 
> experience.
> Some of the tests wait more than a minute.
> And eventually the build fails due to test failure with OutOfMemory 
> error.
>
> 3. mvn package -Dtest=false
> works.
>
> Is there a way for install/package to bypass test by default?
>
>
>
> Pinaki Poddar
> 972.834.2865
>
> -----Original Message-----
> From: Pinaki Poddar [mailto:ppoddar@bea.com]
> Sent: Tuesday, August 21, 2007 12:07 PM
> To: dev@openjpa.apache.org
> Subject: RE: [VOTE] Approve OpenJPA 1.0.0 release
>
> On Windows XP/FireFox Browser (version 2.0.0.6), multiple attempts to 
> download apache-openjpa-1.0.0-binary.zip From 
> http://openjpa.apache.org/builds/1.0.0/downloads/ failed with "Can not

> open file: It does not appear to be valid archive".
>
> apache-openjpa-1.0.0-source.zip downloaded without any problem.
>
>
>
> Pinaki Poddar
> 972.834.2865
>
> -----Original Message-----
> From: Marc Prud'hommeaux [mailto:mprudhomapache@gmail.com] On Behalf 
> Of Marc Prud'hommeaux
> Sent: Tuesday, August 21, 2007 11:42 AM
> To: dev@openjpa.apache.org
> Subject: [VOTE] Approve OpenJPA 1.0.0 release
>
> OpenJPA Developers-
>
> A candidate build for OpenJPA 1.0.0 is available at:
>
>    http://openjpa.apache.org/builds/1.0.0/downloads/
>
> Please review these artifacts and signatures, and vote whether we 
> should release them as Apache OpenJPA version 1.0.0. Release notes for

> this release are included in the artifact, or can be browsed at:
>
>    http://svn.apache.org/repos/asf/openjpa/branches/1.0.0/openjpa-
> project/RELEASE-NOTES.html
>
> The Apache Release Audit Tool has been run on the release, and no 
> missing licenses were found with the exceptions listed in the 
> exclusion section of the "rat-maven-plugin" configuration in http:// 
> svn.apache.org/repos/asf/openjpa/branches/1.0.0/pom.xml .
>
> In accordance with http://www.apache.org/foundation/ 
> voting.html#ReleaseVotes , three +1 votes will be sufficient to 
> approve the release for publication. While it is not possible to veto 
> a release, the vote will remain open for the standard 3 day period 
> (ending at 12:00 EST on Friday 8/24) in order to allow people to 
> thoroughly review the release and perform whatever additional testing 
> they desire and raise any concerns or objections.
>
> A vote of "+1" means you approve of the release for publication, "-1"
> means you do not approve, and a "+0" or "-0" means you are neutral.
>
> Thanks in advance for your diligence in helping to ensure that the 
> quality of the OpenJPA 1.0.0 release reflects the high quality of all 
> of its contributors!
>
>
>
> Notice:  This email message, together with any attachments, may 
> contain information  of  BEA Systems,  Inc.,  its subsidiaries  and  
> affiliated entities,  that may be confidential,  proprietary,  
> copyrighted  and/or legally privileged, and is intended solely for the

> use of the individual or entity named in this message. If you are not 
> the intended recipient, and have received this message in error, 
> please immediately return this by email and then delete it.
>
> Notice:  This email message, together with any attachments, may
contain information  of  BEA Systems,  Inc.,  its subsidiaries  and
affiliated entities,  that may be confidential,  proprietary,
copyrighted  and/or legally privileged, and is intended solely for the
use of the individual or entity named in this message. If you are not
the intended recipient, and have received this message in error, please
immediately return this by email and then delete it.
>


--
Patrick Linskey
202 669 5907

Notice:  This email message, together with any attachments, may contain information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated entities,  that may be confidential,  proprietary,  copyrighted  and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it.

Re: Testing install experience of OpenJPA

Posted by Patrick Linskey <pl...@gmail.com>.
I don't think that we are really gearing our source download for the
first-time user, correct?

Does the log message show the 0.0.0 stuff in the source download or in
the built download?

-Patrick

On 8/21/07, Pinaki Poddar <pp...@bea.com> wrote:
> 1. Log message shows:
> openjpa.Runtime - Starting OpenJPA 0.0.0
>
> 2. mvn clean install
>   or mvn install
> Running the test suite takes too long time for first-time user
> experience.
> Some of the tests wait more than a minute.
> And eventually the build fails due to test failure with OutOfMemory
> error.
>
> 3. mvn package -Dtest=false
> works.
>
> Is there a way for install/package to bypass test by default?
>
>
>
> Pinaki Poddar
> 972.834.2865
>
> -----Original Message-----
> From: Pinaki Poddar [mailto:ppoddar@bea.com]
> Sent: Tuesday, August 21, 2007 12:07 PM
> To: dev@openjpa.apache.org
> Subject: RE: [VOTE] Approve OpenJPA 1.0.0 release
>
> On Windows XP/FireFox Browser (version 2.0.0.6), multiple attempts to
> download apache-openjpa-1.0.0-binary.zip From
> http://openjpa.apache.org/builds/1.0.0/downloads/ failed with "Can not
> open file: It does not appear to be valid archive".
>
> apache-openjpa-1.0.0-source.zip downloaded without any problem.
>
>
>
> Pinaki Poddar
> 972.834.2865
>
> -----Original Message-----
> From: Marc Prud'hommeaux [mailto:mprudhomapache@gmail.com] On Behalf Of
> Marc Prud'hommeaux
> Sent: Tuesday, August 21, 2007 11:42 AM
> To: dev@openjpa.apache.org
> Subject: [VOTE] Approve OpenJPA 1.0.0 release
>
> OpenJPA Developers-
>
> A candidate build for OpenJPA 1.0.0 is available at:
>
>    http://openjpa.apache.org/builds/1.0.0/downloads/
>
> Please review these artifacts and signatures, and vote whether we should
> release them as Apache OpenJPA version 1.0.0. Release notes for this
> release are included in the artifact, or can be browsed at:
>
>    http://svn.apache.org/repos/asf/openjpa/branches/1.0.0/openjpa-
> project/RELEASE-NOTES.html
>
> The Apache Release Audit Tool has been run on the release, and no
> missing licenses were found with the exceptions listed in the exclusion
> section of the "rat-maven-plugin" configuration in http://
> svn.apache.org/repos/asf/openjpa/branches/1.0.0/pom.xml .
>
> In accordance with http://www.apache.org/foundation/
> voting.html#ReleaseVotes , three +1 votes will be sufficient to approve
> the release for publication. While it is not possible to veto a release,
> the vote will remain open for the standard 3 day period (ending at 12:00
> EST on Friday 8/24) in order to allow people to thoroughly review the
> release and perform whatever additional testing they desire and raise
> any concerns or objections.
>
> A vote of "+1" means you approve of the release for publication, "-1"
> means you do not approve, and a "+0" or "-0" means you are neutral.
>
> Thanks in advance for your diligence in helping to ensure that the
> quality of the OpenJPA 1.0.0 release reflects the high quality of all of
> its contributors!
>
>
>
> Notice:  This email message, together with any attachments, may contain
> information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
> entities,  that may be confidential,  proprietary,  copyrighted  and/or
> legally privileged, and is intended solely for the use of the individual
> or entity named in this message. If you are not the intended recipient,
> and have received this message in error, please immediately return this
> by email and then delete it.
>
> Notice:  This email message, together with any attachments, may contain information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated entities,  that may be confidential,  proprietary,  copyrighted  and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it.
>


-- 
Patrick Linskey
202 669 5907