Re: [VOTE] 4.0.M2 third attempt

2015-03-16 Thread Mike Kienenberger
On Mon, Mar 16, 2015 at 10:49 AM, Andrus Adamchik
 wrote:
> Looks like he doesn't have permissions to alter release repo (is this cause 
> he's not a PMC?). Otherwise the release is published.

Yes, it's because he's not on the project management committee.   Only
a PMC member is empowered to release a product with the endorsement of
the ASF.


Re: [VOTE] 4.0.M2 third attempt

2015-03-16 Thread Andrus Adamchik
> So the vote passes and we officially have 4.0.M2 release. Congratulations and 
> thanks everyone! I'll push the release files and update the site.

Thanks Alex, and congrats everyone on 4.0.M2!! I had to lend a hand to Alex 
with this command:

$ svn mv https://dist.apache.org/repos/dist/dev/cayenne/X.X \
 https://dist.apache.org/repos/dist/release/cayenne/

Looks like he doesn't have permissions to alter release repo (is this cause 
he's not a PMC?). Otherwise the release is published. 

Alex feel free to update the web site, and I will work on the announcement.

Andrus

Re: [VOTE] 4.0.M2 third attempt

2015-03-13 Thread Michael Gentry
Technically, I was a +0, but that doesn't change the outcome.

Thanks,

mrg

On Fri, Mar 13, 2015 at 1:58 PM, Alex Kolonitsky <
[email protected]> wrote:

> I am closing the vote. We have the following tally:
>
> Michael Gentry (PMC) +1
> Aristedes Maniatis (PMC) +1
> John Huss (PMC) +1
> Andrus Adamchik (PMC) +1
> Mike Kienenberger (PMC) +1
> Alex Kolonitsky +1
>
> So the vote passes and we officially have 4.0.M2 release. Congratulations
> and thanks everyone! I'll push the release files and update the site.
>
> Best regards,
> Alex Kolonitsky.
>
> > On Mar 12, 2015, at 6:55 PM, Andrus Adamchik 
> wrote:
> >
> > Cool. I guess Alex who started the vote can wrap it up then at his
> convenience then.
> >
> >> On Mar 12, 2015, at 4:21 PM, Michael Gentry 
> wrote:
> >>
> >> Well, I did get it to build on OS X, but still not on Linux.  I don't
> want
> >> to hold up the release needlessly when it seems a problem on my end,
> but I
> >> will try to resolve it when I have a chance.  Sorry for the delays, just
> >> have had a lot of interruptions/tasks.
> >>
> >> Thanks,
> >>
> >> mrg
> >>
> >>
> >> On Thu, Mar 12, 2015 at 8:42 AM, Andrus Adamchik <
> [email protected]>
> >> wrote:
> >>
> >>> Hey Mike,
> >>>
> >>> Do you need more time to check the release? While we do have all the
> >>> needed votes already, I didn't want to close the voting thread if you
> are
> >>> still investigating.
> >>>
> >>> Andrus
> >>>
>  On Mar 10, 2015, at 6:49 PM, Michael Gentry 
> >>> wrote:
> 
>  I've still been unable to build on Linux, even with the changes Andrus
>  suggested.  I can try Mac OS X tonight, but even if it builds there,
> I'm
>  concerned about the failure on Linux until I can figure it out.
> 
>  mrg
> 
> 
>  On Tue, Mar 10, 2015 at 11:37 AM, Mike Kienenberger <
> [email protected]>
>  wrote:
> 
> > Hey guys,
> >
> > We're still missing one more binding vote and it's been 12 days.
> >
> > On Sun, Mar 8, 2015 at 4:26 PM, Andrus Adamchik <
> [email protected]
> 
> > wrote:
> >> Googling shows that putting '-Djava.net.preferIPv4Stack=true' might
> > help. We mention that in the dev guide actually, and just recently I
> was
> > wondering which one of the tests actually requires IPv4 vs IPv6 :)
> >>
> >> http://cayenne.apache.org/dev/building-cayenne.html
> >>
> >> Andrus
> >>
> >>> On Mar 6, 2015, at 9:50 PM, Michael Gentry 
> > wrote:
> >>>
> >>> I'm consistently getting this test failure when trying to build:
> >>>
> >>> Tests in error:
> >>> DataRowStoreIT.testConstructorWithProperties:63 » CayenneRuntime
> >>> [v.4.0.M2 Mar...
> >>>
> >>> Tests run: 1456, Failures: 0, Errors: 1, Skipped: 0
> >>>
> >>>
> >>>
> >>> [INFO] Reactor Summary:
> >>> [INFO]
> >>> [INFO] Cayenne ... SUCCESS
> > [1.236s]
> >>> [INFO] Cayenne Build Tools Parent  SUCCESS
> > [0.021s]
> >>> [INFO] Cayenne License and Notice Bundle . SUCCESS
> > [2.770s]
> >>> [INFO] Common Unit Test Utilities  SUCCESS
> > [2.040s]
> >>> [INFO] Cayenne Code Checkers . SUCCESS
> > [0.173s]
> >>> [INFO] Cayenne Dependency Injection Container  SUCCESS
> > [15.565s]
> >>> [INFO] Cayenne Server  FAILURE
> >>> [3:10.456s]
> >>>
> >>>
> >>>
> >
> >>>
> ---
> >>> Test set: org.apache.cayenne.access.DataRowStoreIT
> >>>
> >
> >>>
> ---
> >>> Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
> 0.244
> > sec
> >>> <<< FAILURE! - in org.apache.cayenne.access.DataRowStoreIT
> >>>
> >>> testConstructorWithProperties(org.apache.cayenne.access.DataRowStoreIT)
> >>> Time elapsed: 0.172 sec  <<< ERROR!
> >>> org.apache.cayenne.CayenneRuntimeException: [v.4.0.M2 Mar 06 2015
> > 13:39:49]
> >>> Error initializing DataRowStore.
> >>> at org.jgroups.JChannel.connect(JChannel.java:328)
> >>> at
> >>>
> >
> >>>
> org.apache.cayenne.event.JavaGroupsBridge.startupExternal(JavaGroupsBridge.java:130)
> >>> at
> >>> org.apache.cayenne.event.EventBridge.startup(EventBridge.java:245)
> >>> at
> >>> org.apache.cayenne.event.EventBridge.startup(EventBridge.java:193)
> >>> at
> >>> org.apache.cayenne.event.EventBridge.startup(EventBridge.java:178)
> >>> at
> >>>
> >
> >>>
> org.apache.cayenne.access.DataRowStore.startListeners(DataRowStore.java:613)
> >>> at
> >>>
> >
> >>>
> org.apache.cayenne.access.DataRowStore.initWithProperties(DataRowStore.java:182)
> >>> at
> > org.apache.cayenne.access.Dat

Re: [VOTE] 4.0.M2 third attempt

2015-03-13 Thread Alex Kolonitsky
I am closing the vote. We have the following tally:

Michael Gentry (PMC) +1
Aristedes Maniatis (PMC) +1
John Huss (PMC) +1 
Andrus Adamchik (PMC) +1
Mike Kienenberger (PMC) +1
Alex Kolonitsky +1

So the vote passes and we officially have 4.0.M2 release. Congratulations and 
thanks everyone! I'll push the release files and update the site.

Best regards,
Alex Kolonitsky.

> On Mar 12, 2015, at 6:55 PM, Andrus Adamchik  wrote:
> 
> Cool. I guess Alex who started the vote can wrap it up then at his 
> convenience then.
> 
>> On Mar 12, 2015, at 4:21 PM, Michael Gentry  wrote:
>> 
>> Well, I did get it to build on OS X, but still not on Linux.  I don't want
>> to hold up the release needlessly when it seems a problem on my end, but I
>> will try to resolve it when I have a chance.  Sorry for the delays, just
>> have had a lot of interruptions/tasks.
>> 
>> Thanks,
>> 
>> mrg
>> 
>> 
>> On Thu, Mar 12, 2015 at 8:42 AM, Andrus Adamchik 
>> wrote:
>> 
>>> Hey Mike,
>>> 
>>> Do you need more time to check the release? While we do have all the
>>> needed votes already, I didn't want to close the voting thread if you are
>>> still investigating.
>>> 
>>> Andrus
>>> 
 On Mar 10, 2015, at 6:49 PM, Michael Gentry 
>>> wrote:
 
 I've still been unable to build on Linux, even with the changes Andrus
 suggested.  I can try Mac OS X tonight, but even if it builds there, I'm
 concerned about the failure on Linux until I can figure it out.
 
 mrg
 
 
 On Tue, Mar 10, 2015 at 11:37 AM, Mike Kienenberger 
 wrote:
 
> Hey guys,
> 
> We're still missing one more binding vote and it's been 12 days.
> 
> On Sun, Mar 8, 2015 at 4:26 PM, Andrus Adamchik >>> 
> wrote:
>> Googling shows that putting '-Djava.net.preferIPv4Stack=true' might
> help. We mention that in the dev guide actually, and just recently I was
> wondering which one of the tests actually requires IPv4 vs IPv6 :)
>> 
>> http://cayenne.apache.org/dev/building-cayenne.html
>> 
>> Andrus
>> 
>>> On Mar 6, 2015, at 9:50 PM, Michael Gentry 
> wrote:
>>> 
>>> I'm consistently getting this test failure when trying to build:
>>> 
>>> Tests in error:
>>> DataRowStoreIT.testConstructorWithProperties:63 » CayenneRuntime
>>> [v.4.0.M2 Mar...
>>> 
>>> Tests run: 1456, Failures: 0, Errors: 1, Skipped: 0
>>> 
>>> 
>>> 
>>> [INFO] Reactor Summary:
>>> [INFO]
>>> [INFO] Cayenne ... SUCCESS
> [1.236s]
>>> [INFO] Cayenne Build Tools Parent  SUCCESS
> [0.021s]
>>> [INFO] Cayenne License and Notice Bundle . SUCCESS
> [2.770s]
>>> [INFO] Common Unit Test Utilities  SUCCESS
> [2.040s]
>>> [INFO] Cayenne Code Checkers . SUCCESS
> [0.173s]
>>> [INFO] Cayenne Dependency Injection Container  SUCCESS
> [15.565s]
>>> [INFO] Cayenne Server  FAILURE
>>> [3:10.456s]
>>> 
>>> 
>>> 
> 
>>> ---
>>> Test set: org.apache.cayenne.access.DataRowStoreIT
>>> 
> 
>>> ---
>>> Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.244
> sec
>>> <<< FAILURE! - in org.apache.cayenne.access.DataRowStoreIT
>>> 
>>> testConstructorWithProperties(org.apache.cayenne.access.DataRowStoreIT)
>>> Time elapsed: 0.172 sec  <<< ERROR!
>>> org.apache.cayenne.CayenneRuntimeException: [v.4.0.M2 Mar 06 2015
> 13:39:49]
>>> Error initializing DataRowStore.
>>> at org.jgroups.JChannel.connect(JChannel.java:328)
>>> at
>>> 
> 
>>> org.apache.cayenne.event.JavaGroupsBridge.startupExternal(JavaGroupsBridge.java:130)
>>> at
>>> org.apache.cayenne.event.EventBridge.startup(EventBridge.java:245)
>>> at
>>> org.apache.cayenne.event.EventBridge.startup(EventBridge.java:193)
>>> at
>>> org.apache.cayenne.event.EventBridge.startup(EventBridge.java:178)
>>> at
>>> 
> 
>>> org.apache.cayenne.access.DataRowStore.startListeners(DataRowStore.java:613)
>>> at
>>> 
> 
>>> org.apache.cayenne.access.DataRowStore.initWithProperties(DataRowStore.java:182)
>>> at
> org.apache.cayenne.access.DataRowStore.(DataRowStore.java:107)
>>> at
>>> 
> 
>>> org.apache.cayenne.access.DataRowStoreIT.testConstructorWithProperties(DataRowStoreIT.java:63)
>>> ...
>>> [DownHandler (UDP)] INFO org.jgroups.protocols.UDP - unicast sockets
> will
>>> use interface 127.0.1.1
>>> [main] ERROR org.jgroups.JChannel - exception: java.lang.Exception:
>>> exception caused by UDP.start(): java.net.SocketException: bad
>>> argument
> for
>>> IP_MULTICAST_IF: address no

Re: [VOTE] 4.0.M2 third attempt

2015-03-12 Thread Andrus Adamchik
Cool. I guess Alex who started the vote can wrap it up then at his convenience 
then.

> On Mar 12, 2015, at 4:21 PM, Michael Gentry  wrote:
> 
> Well, I did get it to build on OS X, but still not on Linux.  I don't want
> to hold up the release needlessly when it seems a problem on my end, but I
> will try to resolve it when I have a chance.  Sorry for the delays, just
> have had a lot of interruptions/tasks.
> 
> Thanks,
> 
> mrg
> 
> 
> On Thu, Mar 12, 2015 at 8:42 AM, Andrus Adamchik 
> wrote:
> 
>> Hey Mike,
>> 
>> Do you need more time to check the release? While we do have all the
>> needed votes already, I didn't want to close the voting thread if you are
>> still investigating.
>> 
>> Andrus
>> 
>>> On Mar 10, 2015, at 6:49 PM, Michael Gentry 
>> wrote:
>>> 
>>> I've still been unable to build on Linux, even with the changes Andrus
>>> suggested.  I can try Mac OS X tonight, but even if it builds there, I'm
>>> concerned about the failure on Linux until I can figure it out.
>>> 
>>> mrg
>>> 
>>> 
>>> On Tue, Mar 10, 2015 at 11:37 AM, Mike Kienenberger 
>>> wrote:
>>> 
 Hey guys,
 
 We're still missing one more binding vote and it's been 12 days.
 
 On Sun, Mar 8, 2015 at 4:26 PM, Andrus Adamchik >> 
 wrote:
> Googling shows that putting '-Djava.net.preferIPv4Stack=true' might
 help. We mention that in the dev guide actually, and just recently I was
 wondering which one of the tests actually requires IPv4 vs IPv6 :)
> 
> http://cayenne.apache.org/dev/building-cayenne.html
> 
> Andrus
> 
>> On Mar 6, 2015, at 9:50 PM, Michael Gentry 
 wrote:
>> 
>> I'm consistently getting this test failure when trying to build:
>> 
>> Tests in error:
>> DataRowStoreIT.testConstructorWithProperties:63 » CayenneRuntime
>> [v.4.0.M2 Mar...
>> 
>> Tests run: 1456, Failures: 0, Errors: 1, Skipped: 0
>> 
>> 
>> 
>> [INFO] Reactor Summary:
>> [INFO]
>> [INFO] Cayenne ... SUCCESS
 [1.236s]
>> [INFO] Cayenne Build Tools Parent  SUCCESS
 [0.021s]
>> [INFO] Cayenne License and Notice Bundle . SUCCESS
 [2.770s]
>> [INFO] Common Unit Test Utilities  SUCCESS
 [2.040s]
>> [INFO] Cayenne Code Checkers . SUCCESS
 [0.173s]
>> [INFO] Cayenne Dependency Injection Container  SUCCESS
 [15.565s]
>> [INFO] Cayenne Server  FAILURE
>> [3:10.456s]
>> 
>> 
>> 
 
>> ---
>> Test set: org.apache.cayenne.access.DataRowStoreIT
>> 
 
>> ---
>> Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.244
 sec
>> <<< FAILURE! - in org.apache.cayenne.access.DataRowStoreIT
>> 
>> testConstructorWithProperties(org.apache.cayenne.access.DataRowStoreIT)
>> Time elapsed: 0.172 sec  <<< ERROR!
>> org.apache.cayenne.CayenneRuntimeException: [v.4.0.M2 Mar 06 2015
 13:39:49]
>> Error initializing DataRowStore.
>>  at org.jgroups.JChannel.connect(JChannel.java:328)
>>  at
>> 
 
>> org.apache.cayenne.event.JavaGroupsBridge.startupExternal(JavaGroupsBridge.java:130)
>>  at
>> org.apache.cayenne.event.EventBridge.startup(EventBridge.java:245)
>>  at
>> org.apache.cayenne.event.EventBridge.startup(EventBridge.java:193)
>>  at
>> org.apache.cayenne.event.EventBridge.startup(EventBridge.java:178)
>>  at
>> 
 
>> org.apache.cayenne.access.DataRowStore.startListeners(DataRowStore.java:613)
>>  at
>> 
 
>> org.apache.cayenne.access.DataRowStore.initWithProperties(DataRowStore.java:182)
>>  at
 org.apache.cayenne.access.DataRowStore.(DataRowStore.java:107)
>>  at
>> 
 
>> org.apache.cayenne.access.DataRowStoreIT.testConstructorWithProperties(DataRowStoreIT.java:63)
>> ...
>> [DownHandler (UDP)] INFO org.jgroups.protocols.UDP - unicast sockets
 will
>> use interface 127.0.1.1
>> [main] ERROR org.jgroups.JChannel - exception: java.lang.Exception:
>> exception caused by UDP.start(): java.net.SocketException: bad
>> argument
 for
>> IP_MULTICAST_IF: address not bound to any interface
>> 
>> 
>> mrg:~$ uname -a
>> Linux 3.13.0-46-generic #77-Ubuntu SMP Mon Mar 2 18:26:13 UTC 2015
>> i686
>> i686 i686 GNU/Linux
>> mrg:~$ java -version
>> java version "1.7.0_75"
>> OpenJDK Runtime Environment (IcedTea 2.5.4) (7u75-2.5.4-1~trusty1)
>> OpenJDK Server VM (build 24.75-b04, mixed mode)
>> 
>> 
>> Any suggestions?
>> 
>> Thanks,
>> 
>> mrg
>> 
>> 
>> On Sat, Feb 28, 2015 at 4:48 AM, Andrus Adamchik <
 [email protected]>
>> wrote:
>>

Re: [VOTE] 4.0.M2 third attempt

2015-03-12 Thread Michael Gentry
Well, I did get it to build on OS X, but still not on Linux.  I don't want
to hold up the release needlessly when it seems a problem on my end, but I
will try to resolve it when I have a chance.  Sorry for the delays, just
have had a lot of interruptions/tasks.

Thanks,

mrg


On Thu, Mar 12, 2015 at 8:42 AM, Andrus Adamchik 
wrote:

> Hey Mike,
>
> Do you need more time to check the release? While we do have all the
> needed votes already, I didn't want to close the voting thread if you are
> still investigating.
>
> Andrus
>
> > On Mar 10, 2015, at 6:49 PM, Michael Gentry 
> wrote:
> >
> > I've still been unable to build on Linux, even with the changes Andrus
> > suggested.  I can try Mac OS X tonight, but even if it builds there, I'm
> > concerned about the failure on Linux until I can figure it out.
> >
> > mrg
> >
> >
> > On Tue, Mar 10, 2015 at 11:37 AM, Mike Kienenberger 
> > wrote:
> >
> >> Hey guys,
> >>
> >> We're still missing one more binding vote and it's been 12 days.
> >>
> >> On Sun, Mar 8, 2015 at 4:26 PM, Andrus Adamchik  >
> >> wrote:
> >>> Googling shows that putting '-Djava.net.preferIPv4Stack=true' might
> >> help. We mention that in the dev guide actually, and just recently I was
> >> wondering which one of the tests actually requires IPv4 vs IPv6 :)
> >>>
> >>> http://cayenne.apache.org/dev/building-cayenne.html
> >>>
> >>> Andrus
> >>>
>  On Mar 6, 2015, at 9:50 PM, Michael Gentry 
> >> wrote:
> 
>  I'm consistently getting this test failure when trying to build:
> 
>  Tests in error:
>  DataRowStoreIT.testConstructorWithProperties:63 » CayenneRuntime
>  [v.4.0.M2 Mar...
> 
>  Tests run: 1456, Failures: 0, Errors: 1, Skipped: 0
> 
> 
> 
>  [INFO] Reactor Summary:
>  [INFO]
>  [INFO] Cayenne ... SUCCESS
> >> [1.236s]
>  [INFO] Cayenne Build Tools Parent  SUCCESS
> >> [0.021s]
>  [INFO] Cayenne License and Notice Bundle . SUCCESS
> >> [2.770s]
>  [INFO] Common Unit Test Utilities  SUCCESS
> >> [2.040s]
>  [INFO] Cayenne Code Checkers . SUCCESS
> >> [0.173s]
>  [INFO] Cayenne Dependency Injection Container  SUCCESS
> >> [15.565s]
>  [INFO] Cayenne Server  FAILURE
>  [3:10.456s]
> 
> 
> 
> >>
> ---
>  Test set: org.apache.cayenne.access.DataRowStoreIT
> 
> >>
> ---
>  Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.244
> >> sec
>  <<< FAILURE! - in org.apache.cayenne.access.DataRowStoreIT
> 
> testConstructorWithProperties(org.apache.cayenne.access.DataRowStoreIT)
>  Time elapsed: 0.172 sec  <<< ERROR!
>  org.apache.cayenne.CayenneRuntimeException: [v.4.0.M2 Mar 06 2015
> >> 13:39:49]
>  Error initializing DataRowStore.
>    at org.jgroups.JChannel.connect(JChannel.java:328)
>    at
> 
> >>
> org.apache.cayenne.event.JavaGroupsBridge.startupExternal(JavaGroupsBridge.java:130)
>    at
> org.apache.cayenne.event.EventBridge.startup(EventBridge.java:245)
>    at
> org.apache.cayenne.event.EventBridge.startup(EventBridge.java:193)
>    at
> org.apache.cayenne.event.EventBridge.startup(EventBridge.java:178)
>    at
> 
> >>
> org.apache.cayenne.access.DataRowStore.startListeners(DataRowStore.java:613)
>    at
> 
> >>
> org.apache.cayenne.access.DataRowStore.initWithProperties(DataRowStore.java:182)
>    at
> >> org.apache.cayenne.access.DataRowStore.(DataRowStore.java:107)
>    at
> 
> >>
> org.apache.cayenne.access.DataRowStoreIT.testConstructorWithProperties(DataRowStoreIT.java:63)
>  ...
>  [DownHandler (UDP)] INFO org.jgroups.protocols.UDP - unicast sockets
> >> will
>  use interface 127.0.1.1
>  [main] ERROR org.jgroups.JChannel - exception: java.lang.Exception:
>  exception caused by UDP.start(): java.net.SocketException: bad
> argument
> >> for
>  IP_MULTICAST_IF: address not bound to any interface
> 
> 
>  mrg:~$ uname -a
>  Linux 3.13.0-46-generic #77-Ubuntu SMP Mon Mar 2 18:26:13 UTC 2015
> i686
>  i686 i686 GNU/Linux
>  mrg:~$ java -version
>  java version "1.7.0_75"
>  OpenJDK Runtime Environment (IcedTea 2.5.4) (7u75-2.5.4-1~trusty1)
>  OpenJDK Server VM (build 24.75-b04, mixed mode)
> 
> 
>  Any suggestions?
> 
>  Thanks,
> 
>  mrg
> 
> 
>  On Sat, Feb 28, 2015 at 4:48 AM, Andrus Adamchik <
> >> [email protected]>
>  wrote:
> 
> >
> >> On Feb 26, 2015, at 12:41 PM, Alex Kolonitsky <
> > [email protected]> wrote:
> >>
> >> Hi All,
> >> I've prepared 4.0.M2 artifacts for voting again, I hope this time
> > ev

Re: [VOTE] 4.0.M2 third attempt

2015-03-12 Thread Andrus Adamchik
Hey Mike, 

Do you need more time to check the release? While we do have all the needed 
votes already, I didn't want to close the voting thread if you are still 
investigating.

Andrus

> On Mar 10, 2015, at 6:49 PM, Michael Gentry  wrote:
> 
> I've still been unable to build on Linux, even with the changes Andrus
> suggested.  I can try Mac OS X tonight, but even if it builds there, I'm
> concerned about the failure on Linux until I can figure it out.
> 
> mrg
> 
> 
> On Tue, Mar 10, 2015 at 11:37 AM, Mike Kienenberger 
> wrote:
> 
>> Hey guys,
>> 
>> We're still missing one more binding vote and it's been 12 days.
>> 
>> On Sun, Mar 8, 2015 at 4:26 PM, Andrus Adamchik 
>> wrote:
>>> Googling shows that putting '-Djava.net.preferIPv4Stack=true' might
>> help. We mention that in the dev guide actually, and just recently I was
>> wondering which one of the tests actually requires IPv4 vs IPv6 :)
>>> 
>>> http://cayenne.apache.org/dev/building-cayenne.html
>>> 
>>> Andrus
>>> 
 On Mar 6, 2015, at 9:50 PM, Michael Gentry 
>> wrote:
 
 I'm consistently getting this test failure when trying to build:
 
 Tests in error:
 DataRowStoreIT.testConstructorWithProperties:63 » CayenneRuntime
 [v.4.0.M2 Mar...
 
 Tests run: 1456, Failures: 0, Errors: 1, Skipped: 0
 
 
 
 [INFO] Reactor Summary:
 [INFO]
 [INFO] Cayenne ... SUCCESS
>> [1.236s]
 [INFO] Cayenne Build Tools Parent  SUCCESS
>> [0.021s]
 [INFO] Cayenne License and Notice Bundle . SUCCESS
>> [2.770s]
 [INFO] Common Unit Test Utilities  SUCCESS
>> [2.040s]
 [INFO] Cayenne Code Checkers . SUCCESS
>> [0.173s]
 [INFO] Cayenne Dependency Injection Container  SUCCESS
>> [15.565s]
 [INFO] Cayenne Server  FAILURE
 [3:10.456s]
 
 
 
>> ---
 Test set: org.apache.cayenne.access.DataRowStoreIT
 
>> ---
 Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.244
>> sec
 <<< FAILURE! - in org.apache.cayenne.access.DataRowStoreIT
 testConstructorWithProperties(org.apache.cayenne.access.DataRowStoreIT)
 Time elapsed: 0.172 sec  <<< ERROR!
 org.apache.cayenne.CayenneRuntimeException: [v.4.0.M2 Mar 06 2015
>> 13:39:49]
 Error initializing DataRowStore.
   at org.jgroups.JChannel.connect(JChannel.java:328)
   at
 
>> org.apache.cayenne.event.JavaGroupsBridge.startupExternal(JavaGroupsBridge.java:130)
   at org.apache.cayenne.event.EventBridge.startup(EventBridge.java:245)
   at org.apache.cayenne.event.EventBridge.startup(EventBridge.java:193)
   at org.apache.cayenne.event.EventBridge.startup(EventBridge.java:178)
   at
 
>> org.apache.cayenne.access.DataRowStore.startListeners(DataRowStore.java:613)
   at
 
>> org.apache.cayenne.access.DataRowStore.initWithProperties(DataRowStore.java:182)
   at
>> org.apache.cayenne.access.DataRowStore.(DataRowStore.java:107)
   at
 
>> org.apache.cayenne.access.DataRowStoreIT.testConstructorWithProperties(DataRowStoreIT.java:63)
 ...
 [DownHandler (UDP)] INFO org.jgroups.protocols.UDP - unicast sockets
>> will
 use interface 127.0.1.1
 [main] ERROR org.jgroups.JChannel - exception: java.lang.Exception:
 exception caused by UDP.start(): java.net.SocketException: bad argument
>> for
 IP_MULTICAST_IF: address not bound to any interface
 
 
 mrg:~$ uname -a
 Linux 3.13.0-46-generic #77-Ubuntu SMP Mon Mar 2 18:26:13 UTC 2015 i686
 i686 i686 GNU/Linux
 mrg:~$ java -version
 java version "1.7.0_75"
 OpenJDK Runtime Environment (IcedTea 2.5.4) (7u75-2.5.4-1~trusty1)
 OpenJDK Server VM (build 24.75-b04, mixed mode)
 
 
 Any suggestions?
 
 Thanks,
 
 mrg
 
 
 On Sat, Feb 28, 2015 at 4:48 AM, Andrus Adamchik <
>> [email protected]>
 wrote:
 
> 
>> On Feb 26, 2015, at 12:41 PM, Alex Kolonitsky <
> [email protected]> wrote:
>> 
>> Hi All,
>> I've prepared 4.0.M2 artifacts for voting again, I hope this time
> everything will be fine.
>> 
>> Maven artifacts:
> 
>> https://repository.apache.org/content/repositories/orgapachecayenne-1005 <
> 
>> https://repository.apache.org/content/repositories/orgapachecayenne-1005>
>> Assemblies: https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/ <
> https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/>
>> 
>> Please evaluate and cast your votes.
>> 
>> Regards,
>> Alex Kolonitsky.
> 
> +1 from me.
> 
> 
> 1. rat.sh - no complaints
> (noticed .idea/ directory at the root of the sourc

Re: [VOTE] 4.0.M2 third attempt

2015-03-12 Thread Mike Kienenberger
I think that last error was caused by a flaw in my "switch from sun
1.6 to openjdk 1.7" script.

When I set the default version of java to openjdk 1.7 and run mvn
install, it works fine.   So I'm still +1 on linux for this release.


[INFO] Cayenne Release Assembly .. SUCCESS [0.046s]
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time: 9:35.978s
[INFO] Finished at: Tue Mar 10 12:29:43 EDT 2015
[INFO] Final Memory: 126M/811M
[INFO] 
> uname -a
Linux linux-4eqv.site 3.16.7-7-desktop #1 SMP PREEMPT Wed Dec 17
18:00:44 UTC 2014 (762f27a) x86_64 x86_64 x86_64 GNU/Linux
> java -version
java version "1.7.0_75"
OpenJDK Runtime Environment (IcedTea 2.5.4) (suse-4.1-x86_64)
OpenJDK 64-Bit Server VM (build 24.75-b04, mixed mode)

On Tue, Mar 10, 2015 at 12:13 PM, Mike Kienenberger  wrote:
> The errors you posted seem to be network errors.
>
> I just rebuilt again without problems.
>
>> uname -a
> Linux linux-4eqv.site 3.16.7-7-desktop #1 SMP PREEMPT Wed Dec 17
> 18:00:44 UTC 2014 (762f27a) x86_64 x86_64 x86_64 GNU/Linux
> [Opensuse 13.2]
>
>> java -version
> openjdk version "1.8.0_40"
> OpenJDK Runtime Environment (build 1.8.0_40-b10)
> OpenJDK 64-Bit Server VM (build 25.40-b14, mixed mode)
>
> Oops!   My system upgrade on Feb 23rd apparently jumped me from Java
> 1.6 to 1.8.  I did not notice that.
>
> When I build with Java 1.7
>
>> java -version
> java version "1.7.0_75"
> OpenJDK Runtime Environment (IcedTea 2.5.4) (suse-4.1-x86_64)
> OpenJDK 64-Bit Server VM (build 24.75-b04, mixed mode)
>
>
> I get:
>
> Tests in error:
>   testNewDataMapImport(org.apache.cayenne.tools.dbimport.DbImportActionTest)
>
> Tests run: 76, Failures: 0, Errors: 1, Skipped: 0
>
> [INFO] 
> 
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Cayenne ... SUCCESS [3.069s]
> [INFO] Cayenne Build Tools Parent  SUCCESS [0.135s]
> [INFO] Cayenne License and Notice Bundle . SUCCESS [7.748s]
> [INFO] Common Unit Test Utilities  SUCCESS [3.225s]
> [INFO] Cayenne Code Checkers . SUCCESS [0.569s]
> [INFO] Cayenne Dependency Injection Container  SUCCESS [48.682s]
> [INFO] Cayenne Server  SUCCESS [4:20.241s]
> [INFO] Cayenne ROP Client  SUCCESS [51.797s]
> [INFO] Cayenne Project ... SUCCESS [9.432s]
> [INFO] Cayenne Tools . FAILURE [27.403s]
> [INFO] Cayenne Lifecycle Utilities ... SKIPPED
>
> So I got farther than you did, but not all the way.
>
>
> On Tue, Mar 10, 2015 at 12:03 PM, Michael Gentry  
> wrote:
>> Yeah, I know Jenkins is building on Linux, so I'm confused as to why I'm
>> having this issue, but you are probably right that it is specific to my
>> network, although there is nothing complex or unusual about my network.
>>
>>
>> On Tue, Mar 10, 2015 at 11:58 AM, Andrus Adamchik 
>> wrote:
>>
>>> BTW, our Jenkins builds are all Linux.
>>>
>>> The error is likely about JGroups breaking in your network environment
>>> (not related to Cayenne, but of course very annoying). So hopefully it
>>> works on OS X.
>>>
>>> Andrus
>>>
>>> > On Mar 10, 2015, at 6:49 PM, Michael Gentry 
>>> wrote:
>>> >
>>> > I've still been unable to build on Linux, even with the changes Andrus
>>> > suggested.  I can try Mac OS X tonight, but even if it builds there, I'm
>>> > concerned about the failure on Linux until I can figure it out.
>>> >
>>> > mrg
>>> >
>>> >
>>> > On Tue, Mar 10, 2015 at 11:37 AM, Mike Kienenberger 
>>> > wrote:
>>> >
>>> >> Hey guys,
>>> >>
>>> >> We're still missing one more binding vote and it's been 12 days.
>>> >>
>>> >> On Sun, Mar 8, 2015 at 4:26 PM, Andrus Adamchik >> >
>>> >> wrote:
>>> >>> Googling shows that putting '-Djava.net.preferIPv4Stack=true' might
>>> >> help. We mention that in the dev guide actually, and just recently I was
>>> >> wondering which one of the tests actually requires IPv4 vs IPv6 :)
>>> >>>
>>> >>> http://cayenne.apache.org/dev/building-cayenne.html
>>> >>>
>>> >>> Andrus
>>> >>>
>>>  On Mar 6, 2015, at 9:50 PM, Michael Gentry 
>>> >> wrote:
>>> 
>>>  I'm consistently getting this test failure when trying to build:
>>> 
>>>  Tests in error:
>>>  DataRowStoreIT.testConstructorWithProperties:63 » CayenneRuntime
>>>  [v.4.0.M2 Mar...
>>> 
>>>  Tests run: 1456, Failures: 0, Errors: 1, Skipped: 0
>>> 
>>> 
>>> 
>>>  [INFO] Reactor Summary:
>>>  [INFO]
>>>  [INFO] Cayenne ... SUCCESS
>>> >> [1.236s]
>>>  [INFO] Cayen

Re: [VOTE] 4.0.M2 third attempt

2015-03-11 Thread Savva Kolbachev
I've had the same failure on Linux as Michael Gentry, however Andrus
solution (putting '-Djava.net.preferIPv4Stack=true’) has resolved it.

2015-03-11 14:09 GMT+03:00 Aristedes Maniatis :

> On 11/03/2015 2:37am, Mike Kienenberger wrote:
> > We're still missing one more binding vote and it's been 12 days.
>
> I'm +1. Sorry for the delay. My personal life has been a bit of a turmoil.
>
> I noticed only one thing unusual which should not hold up the release.
> https://repository.apache.org/content/repositories/orgapachecayenne-1005/org/apache/cayenne/cayenne-server/4.0.M2/cayenne-server-4.0.M2-sources.jar
> contains both java and compile class files.
>
> Not sure if the pom needs to be adjusted to clean that before building the
> source jar.
>
> Ari
>
>
> --
> -->
> Aristedes Maniatis
> GPG fingerprint CBFB 84B4 738D 4E87 5E5C  5EFA EF6A 7D2E 3E49 102A
>


Re: [VOTE] 4.0.M2 third attempt

2015-03-11 Thread Aristedes Maniatis
On 11/03/2015 2:37am, Mike Kienenberger wrote:
> We're still missing one more binding vote and it's been 12 days.

I'm +1. Sorry for the delay. My personal life has been a bit of a turmoil.

I noticed only one thing unusual which should not hold up the release. 
https://repository.apache.org/content/repositories/orgapachecayenne-1005/org/apache/cayenne/cayenne-server/4.0.M2/cayenne-server-4.0.M2-sources.jar
 contains both java and compile class files.

Not sure if the pom needs to be adjusted to clean that before building the 
source jar.

Ari


-- 
-->
Aristedes Maniatis
GPG fingerprint CBFB 84B4 738D 4E87 5E5C  5EFA EF6A 7D2E 3E49 102A


Re: [VOTE] 4.0.M2 third attempt

2015-03-10 Thread John Huss
+1

1. rat.sh - looks fine
2. Source builds (on mac, with java 1.8)
3. Modeler (Mac, and generic) starts and reads a saved model
4. Binaries look fine
5. I'm running a lot of this in production without issues

On Tue, Mar 10, 2015 at 10:55 AM Mike Kienenberger 
wrote:

> Strange.   It built fine for me on linux.
>
> I'll try it again in case something has changed.
>
> On Tue, Mar 10, 2015 at 11:49 AM, Michael Gentry 
> wrote:
> > I've still been unable to build on Linux, even with the changes Andrus
> > suggested.  I can try Mac OS X tonight, but even if it builds there, I'm
> > concerned about the failure on Linux until I can figure it out.
> >
> > mrg
> >
> >
> > On Tue, Mar 10, 2015 at 11:37 AM, Mike Kienenberger 
> > wrote:
> >
> >> Hey guys,
> >>
> >> We're still missing one more binding vote and it's been 12 days.
> >>
> >> On Sun, Mar 8, 2015 at 4:26 PM, Andrus Adamchik  >
> >> wrote:
> >> > Googling shows that putting '-Djava.net.preferIPv4Stack=true' might
> >> help. We mention that in the dev guide actually, and just recently I was
> >> wondering which one of the tests actually requires IPv4 vs IPv6 :)
> >> >
> >> > http://cayenne.apache.org/dev/building-cayenne.html
> >> >
> >> > Andrus
> >> >
> >> >> On Mar 6, 2015, at 9:50 PM, Michael Gentry 
> >> wrote:
> >> >>
> >> >> I'm consistently getting this test failure when trying to build:
> >> >>
> >> >> Tests in error:
> >> >>  DataRowStoreIT.testConstructorWithProperties:63 » CayenneRuntime
> >> >> [v.4.0.M2 Mar...
> >> >>
> >> >> Tests run: 1456, Failures: 0, Errors: 1, Skipped: 0
> >> >>
> >> >>
> >> >>
> >> >> [INFO] Reactor Summary:
> >> >> [INFO]
> >> >> [INFO] Cayenne ... SUCCESS
> >> [1.236s]
> >> >> [INFO] Cayenne Build Tools Parent  SUCCESS
> >> [0.021s]
> >> >> [INFO] Cayenne License and Notice Bundle . SUCCESS
> >> [2.770s]
> >> >> [INFO] Common Unit Test Utilities  SUCCESS
> >> [2.040s]
> >> >> [INFO] Cayenne Code Checkers . SUCCESS
> >> [0.173s]
> >> >> [INFO] Cayenne Dependency Injection Container  SUCCESS
> >> [15.565s]
> >> >> [INFO] Cayenne Server  FAILURE
> >> >> [3:10.456s]
> >> >>
> >> >>
> >> >>
> >> 
> ---
> >> >> Test set: org.apache.cayenne.access.DataRowStoreIT
> >> >>
> >> 
> ---
> >> >> Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.244
> >> sec
> >> >> <<< FAILURE! - in org.apache.cayenne.access.DataRowStoreIT
> >> >> testConstructorWithProperties(org.apache.cayenne.access.
> DataRowStoreIT)
> >> >> Time elapsed: 0.172 sec  <<< ERROR!
> >> >> org.apache.cayenne.CayenneRuntimeException: [v.4.0.M2 Mar 06 2015
> >> 13:39:49]
> >> >> Error initializing DataRowStore.
> >> >>at org.jgroups.JChannel.connect(JChannel.java:328)
> >> >>at
> >> >>
> >> org.apache.cayenne.event.JavaGroupsBridge.startupExternal(
> JavaGroupsBridge.java:130)
> >> >>at org.apache.cayenne.event.EventBridge.startup(
> EventBridge.java:245)
> >> >>at org.apache.cayenne.event.EventBridge.startup(
> EventBridge.java:193)
> >> >>at org.apache.cayenne.event.EventBridge.startup(
> EventBridge.java:178)
> >> >>at
> >> >>
> >> org.apache.cayenne.access.DataRowStore.startListeners(
> DataRowStore.java:613)
> >> >>at
> >> >>
> >> org.apache.cayenne.access.DataRowStore.initWithProperties(
> DataRowStore.java:182)
> >> >>at
> >> org.apache.cayenne.access.DataRowStore.(DataRowStore.java:107)
> >> >>at
> >> >>
> >> org.apache.cayenne.access.DataRowStoreIT.testConstructorWithProperties(
> DataRowStoreIT.java:63)
> >> >> ...
> >> >> [DownHandler (UDP)] INFO org.jgroups.protocols.UDP - unicast sockets
> >> will
> >> >> use interface 127.0.1.1
> >> >> [main] ERROR org.jgroups.JChannel - exception: java.lang.Exception:
> >> >> exception caused by UDP.start(): java.net.SocketException: bad
> argument
> >> for
> >> >> IP_MULTICAST_IF: address not bound to any interface
> >> >>
> >> >>
> >> >> mrg:~$ uname -a
> >> >> Linux 3.13.0-46-generic #77-Ubuntu SMP Mon Mar 2 18:26:13 UTC 2015
> i686
> >> >> i686 i686 GNU/Linux
> >> >> mrg:~$ java -version
> >> >> java version "1.7.0_75"
> >> >> OpenJDK Runtime Environment (IcedTea 2.5.4) (7u75-2.5.4-1~trusty1)
> >> >> OpenJDK Server VM (build 24.75-b04, mixed mode)
> >> >>
> >> >>
> >> >> Any suggestions?
> >> >>
> >> >> Thanks,
> >> >>
> >> >> mrg
> >> >>
> >> >>
> >> >> On Sat, Feb 28, 2015 at 4:48 AM, Andrus Adamchik <
> >> [email protected]>
> >> >> wrote:
> >> >>
> >> >>>
> >>  On Feb 26, 2015, at 12:41 PM, Alex Kolonitsky <
> >> >>> [email protected]> wrote:
> >> 
> >>  Hi All,
> >>  I've prepared 4.0.M2 artifacts for voting again, I hope this time
> >> >>> everything will be fine.
> >> 
> >>  Maven artifacts:

Re: [VOTE] 4.0.M2 third attempt

2015-03-10 Thread Mike Kienenberger
Strange.   It built fine for me on linux.

I'll try it again in case something has changed.

On Tue, Mar 10, 2015 at 11:49 AM, Michael Gentry  wrote:
> I've still been unable to build on Linux, even with the changes Andrus
> suggested.  I can try Mac OS X tonight, but even if it builds there, I'm
> concerned about the failure on Linux until I can figure it out.
>
> mrg
>
>
> On Tue, Mar 10, 2015 at 11:37 AM, Mike Kienenberger 
> wrote:
>
>> Hey guys,
>>
>> We're still missing one more binding vote and it's been 12 days.
>>
>> On Sun, Mar 8, 2015 at 4:26 PM, Andrus Adamchik 
>> wrote:
>> > Googling shows that putting '-Djava.net.preferIPv4Stack=true' might
>> help. We mention that in the dev guide actually, and just recently I was
>> wondering which one of the tests actually requires IPv4 vs IPv6 :)
>> >
>> > http://cayenne.apache.org/dev/building-cayenne.html
>> >
>> > Andrus
>> >
>> >> On Mar 6, 2015, at 9:50 PM, Michael Gentry 
>> wrote:
>> >>
>> >> I'm consistently getting this test failure when trying to build:
>> >>
>> >> Tests in error:
>> >>  DataRowStoreIT.testConstructorWithProperties:63 » CayenneRuntime
>> >> [v.4.0.M2 Mar...
>> >>
>> >> Tests run: 1456, Failures: 0, Errors: 1, Skipped: 0
>> >>
>> >>
>> >>
>> >> [INFO] Reactor Summary:
>> >> [INFO]
>> >> [INFO] Cayenne ... SUCCESS
>> [1.236s]
>> >> [INFO] Cayenne Build Tools Parent  SUCCESS
>> [0.021s]
>> >> [INFO] Cayenne License and Notice Bundle . SUCCESS
>> [2.770s]
>> >> [INFO] Common Unit Test Utilities  SUCCESS
>> [2.040s]
>> >> [INFO] Cayenne Code Checkers . SUCCESS
>> [0.173s]
>> >> [INFO] Cayenne Dependency Injection Container  SUCCESS
>> [15.565s]
>> >> [INFO] Cayenne Server  FAILURE
>> >> [3:10.456s]
>> >>
>> >>
>> >>
>> ---
>> >> Test set: org.apache.cayenne.access.DataRowStoreIT
>> >>
>> ---
>> >> Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.244
>> sec
>> >> <<< FAILURE! - in org.apache.cayenne.access.DataRowStoreIT
>> >> testConstructorWithProperties(org.apache.cayenne.access.DataRowStoreIT)
>> >> Time elapsed: 0.172 sec  <<< ERROR!
>> >> org.apache.cayenne.CayenneRuntimeException: [v.4.0.M2 Mar 06 2015
>> 13:39:49]
>> >> Error initializing DataRowStore.
>> >>at org.jgroups.JChannel.connect(JChannel.java:328)
>> >>at
>> >>
>> org.apache.cayenne.event.JavaGroupsBridge.startupExternal(JavaGroupsBridge.java:130)
>> >>at org.apache.cayenne.event.EventBridge.startup(EventBridge.java:245)
>> >>at org.apache.cayenne.event.EventBridge.startup(EventBridge.java:193)
>> >>at org.apache.cayenne.event.EventBridge.startup(EventBridge.java:178)
>> >>at
>> >>
>> org.apache.cayenne.access.DataRowStore.startListeners(DataRowStore.java:613)
>> >>at
>> >>
>> org.apache.cayenne.access.DataRowStore.initWithProperties(DataRowStore.java:182)
>> >>at
>> org.apache.cayenne.access.DataRowStore.(DataRowStore.java:107)
>> >>at
>> >>
>> org.apache.cayenne.access.DataRowStoreIT.testConstructorWithProperties(DataRowStoreIT.java:63)
>> >> ...
>> >> [DownHandler (UDP)] INFO org.jgroups.protocols.UDP - unicast sockets
>> will
>> >> use interface 127.0.1.1
>> >> [main] ERROR org.jgroups.JChannel - exception: java.lang.Exception:
>> >> exception caused by UDP.start(): java.net.SocketException: bad argument
>> for
>> >> IP_MULTICAST_IF: address not bound to any interface
>> >>
>> >>
>> >> mrg:~$ uname -a
>> >> Linux 3.13.0-46-generic #77-Ubuntu SMP Mon Mar 2 18:26:13 UTC 2015 i686
>> >> i686 i686 GNU/Linux
>> >> mrg:~$ java -version
>> >> java version "1.7.0_75"
>> >> OpenJDK Runtime Environment (IcedTea 2.5.4) (7u75-2.5.4-1~trusty1)
>> >> OpenJDK Server VM (build 24.75-b04, mixed mode)
>> >>
>> >>
>> >> Any suggestions?
>> >>
>> >> Thanks,
>> >>
>> >> mrg
>> >>
>> >>
>> >> On Sat, Feb 28, 2015 at 4:48 AM, Andrus Adamchik <
>> [email protected]>
>> >> wrote:
>> >>
>> >>>
>>  On Feb 26, 2015, at 12:41 PM, Alex Kolonitsky <
>> >>> [email protected]> wrote:
>> 
>>  Hi All,
>>  I've prepared 4.0.M2 artifacts for voting again, I hope this time
>> >>> everything will be fine.
>> 
>>  Maven artifacts:
>> >>>
>> https://repository.apache.org/content/repositories/orgapachecayenne-1005 <
>> >>>
>> https://repository.apache.org/content/repositories/orgapachecayenne-1005>
>>  Assemblies: https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/ <
>> >>> https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/>
>> 
>>  Please evaluate and cast your votes.
>> 
>>  Regards,
>>  Alex Kolonitsky.
>> >>>
>> >>> +1 from me.
>> >>>
>> >>>
>> >>> 1. rat.sh - no complaints
>> >>> (noticed .idea/ directory at the root of the source archive. Not a show
>

Re: [VOTE] 4.0.M2 third attempt

2015-03-10 Thread Mike Kienenberger
The errors you posted seem to be network errors.

I just rebuilt again without problems.

> uname -a
Linux linux-4eqv.site 3.16.7-7-desktop #1 SMP PREEMPT Wed Dec 17
18:00:44 UTC 2014 (762f27a) x86_64 x86_64 x86_64 GNU/Linux
[Opensuse 13.2]

> java -version
openjdk version "1.8.0_40"
OpenJDK Runtime Environment (build 1.8.0_40-b10)
OpenJDK 64-Bit Server VM (build 25.40-b14, mixed mode)

Oops!   My system upgrade on Feb 23rd apparently jumped me from Java
1.6 to 1.8.  I did not notice that.

When I build with Java 1.7

> java -version
java version "1.7.0_75"
OpenJDK Runtime Environment (IcedTea 2.5.4) (suse-4.1-x86_64)
OpenJDK 64-Bit Server VM (build 24.75-b04, mixed mode)


I get:

Tests in error:
  testNewDataMapImport(org.apache.cayenne.tools.dbimport.DbImportActionTest)

Tests run: 76, Failures: 0, Errors: 1, Skipped: 0

[INFO] 
[INFO] Reactor Summary:
[INFO]
[INFO] Cayenne ... SUCCESS [3.069s]
[INFO] Cayenne Build Tools Parent  SUCCESS [0.135s]
[INFO] Cayenne License and Notice Bundle . SUCCESS [7.748s]
[INFO] Common Unit Test Utilities  SUCCESS [3.225s]
[INFO] Cayenne Code Checkers . SUCCESS [0.569s]
[INFO] Cayenne Dependency Injection Container  SUCCESS [48.682s]
[INFO] Cayenne Server  SUCCESS [4:20.241s]
[INFO] Cayenne ROP Client  SUCCESS [51.797s]
[INFO] Cayenne Project ... SUCCESS [9.432s]
[INFO] Cayenne Tools . FAILURE [27.403s]
[INFO] Cayenne Lifecycle Utilities ... SKIPPED

So I got farther than you did, but not all the way.


On Tue, Mar 10, 2015 at 12:03 PM, Michael Gentry  wrote:
> Yeah, I know Jenkins is building on Linux, so I'm confused as to why I'm
> having this issue, but you are probably right that it is specific to my
> network, although there is nothing complex or unusual about my network.
>
>
> On Tue, Mar 10, 2015 at 11:58 AM, Andrus Adamchik 
> wrote:
>
>> BTW, our Jenkins builds are all Linux.
>>
>> The error is likely about JGroups breaking in your network environment
>> (not related to Cayenne, but of course very annoying). So hopefully it
>> works on OS X.
>>
>> Andrus
>>
>> > On Mar 10, 2015, at 6:49 PM, Michael Gentry 
>> wrote:
>> >
>> > I've still been unable to build on Linux, even with the changes Andrus
>> > suggested.  I can try Mac OS X tonight, but even if it builds there, I'm
>> > concerned about the failure on Linux until I can figure it out.
>> >
>> > mrg
>> >
>> >
>> > On Tue, Mar 10, 2015 at 11:37 AM, Mike Kienenberger 
>> > wrote:
>> >
>> >> Hey guys,
>> >>
>> >> We're still missing one more binding vote and it's been 12 days.
>> >>
>> >> On Sun, Mar 8, 2015 at 4:26 PM, Andrus Adamchik > >
>> >> wrote:
>> >>> Googling shows that putting '-Djava.net.preferIPv4Stack=true' might
>> >> help. We mention that in the dev guide actually, and just recently I was
>> >> wondering which one of the tests actually requires IPv4 vs IPv6 :)
>> >>>
>> >>> http://cayenne.apache.org/dev/building-cayenne.html
>> >>>
>> >>> Andrus
>> >>>
>>  On Mar 6, 2015, at 9:50 PM, Michael Gentry 
>> >> wrote:
>> 
>>  I'm consistently getting this test failure when trying to build:
>> 
>>  Tests in error:
>>  DataRowStoreIT.testConstructorWithProperties:63 » CayenneRuntime
>>  [v.4.0.M2 Mar...
>> 
>>  Tests run: 1456, Failures: 0, Errors: 1, Skipped: 0
>> 
>> 
>> 
>>  [INFO] Reactor Summary:
>>  [INFO]
>>  [INFO] Cayenne ... SUCCESS
>> >> [1.236s]
>>  [INFO] Cayenne Build Tools Parent  SUCCESS
>> >> [0.021s]
>>  [INFO] Cayenne License and Notice Bundle . SUCCESS
>> >> [2.770s]
>>  [INFO] Common Unit Test Utilities  SUCCESS
>> >> [2.040s]
>>  [INFO] Cayenne Code Checkers . SUCCESS
>> >> [0.173s]
>>  [INFO] Cayenne Dependency Injection Container  SUCCESS
>> >> [15.565s]
>>  [INFO] Cayenne Server  FAILURE
>>  [3:10.456s]
>> 
>> 
>> 
>> >>
>> ---
>>  Test set: org.apache.cayenne.access.DataRowStoreIT
>> 
>> >>
>> ---
>>  Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.244
>> >> sec
>>  <<< FAILURE! - in org.apache.cayenne.access.DataRowStoreIT
>> 
>> testConstructorWithProperties(org.apache.cayenne.access.DataRowStoreIT)
>>  Time elapsed: 0.172 sec  <<< ERROR!
>>  org.apache.cayenne.CayenneRuntimeException: [v.4.0.M2 Mar 06 2015
>> >> 13:39:49]
>>  Error initi

Re: [VOTE] 4.0.M2 third attempt

2015-03-10 Thread Andrus Adamchik
BTW, our Jenkins builds are all Linux. 

The error is likely about JGroups breaking in your network environment (not 
related to Cayenne, but of course very annoying). So hopefully it works on OS X.

Andrus

> On Mar 10, 2015, at 6:49 PM, Michael Gentry  wrote:
> 
> I've still been unable to build on Linux, even with the changes Andrus
> suggested.  I can try Mac OS X tonight, but even if it builds there, I'm
> concerned about the failure on Linux until I can figure it out.
> 
> mrg
> 
> 
> On Tue, Mar 10, 2015 at 11:37 AM, Mike Kienenberger 
> wrote:
> 
>> Hey guys,
>> 
>> We're still missing one more binding vote and it's been 12 days.
>> 
>> On Sun, Mar 8, 2015 at 4:26 PM, Andrus Adamchik 
>> wrote:
>>> Googling shows that putting '-Djava.net.preferIPv4Stack=true' might
>> help. We mention that in the dev guide actually, and just recently I was
>> wondering which one of the tests actually requires IPv4 vs IPv6 :)
>>> 
>>> http://cayenne.apache.org/dev/building-cayenne.html
>>> 
>>> Andrus
>>> 
 On Mar 6, 2015, at 9:50 PM, Michael Gentry 
>> wrote:
 
 I'm consistently getting this test failure when trying to build:
 
 Tests in error:
 DataRowStoreIT.testConstructorWithProperties:63 » CayenneRuntime
 [v.4.0.M2 Mar...
 
 Tests run: 1456, Failures: 0, Errors: 1, Skipped: 0
 
 
 
 [INFO] Reactor Summary:
 [INFO]
 [INFO] Cayenne ... SUCCESS
>> [1.236s]
 [INFO] Cayenne Build Tools Parent  SUCCESS
>> [0.021s]
 [INFO] Cayenne License and Notice Bundle . SUCCESS
>> [2.770s]
 [INFO] Common Unit Test Utilities  SUCCESS
>> [2.040s]
 [INFO] Cayenne Code Checkers . SUCCESS
>> [0.173s]
 [INFO] Cayenne Dependency Injection Container  SUCCESS
>> [15.565s]
 [INFO] Cayenne Server  FAILURE
 [3:10.456s]
 
 
 
>> ---
 Test set: org.apache.cayenne.access.DataRowStoreIT
 
>> ---
 Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.244
>> sec
 <<< FAILURE! - in org.apache.cayenne.access.DataRowStoreIT
 testConstructorWithProperties(org.apache.cayenne.access.DataRowStoreIT)
 Time elapsed: 0.172 sec  <<< ERROR!
 org.apache.cayenne.CayenneRuntimeException: [v.4.0.M2 Mar 06 2015
>> 13:39:49]
 Error initializing DataRowStore.
   at org.jgroups.JChannel.connect(JChannel.java:328)
   at
 
>> org.apache.cayenne.event.JavaGroupsBridge.startupExternal(JavaGroupsBridge.java:130)
   at org.apache.cayenne.event.EventBridge.startup(EventBridge.java:245)
   at org.apache.cayenne.event.EventBridge.startup(EventBridge.java:193)
   at org.apache.cayenne.event.EventBridge.startup(EventBridge.java:178)
   at
 
>> org.apache.cayenne.access.DataRowStore.startListeners(DataRowStore.java:613)
   at
 
>> org.apache.cayenne.access.DataRowStore.initWithProperties(DataRowStore.java:182)
   at
>> org.apache.cayenne.access.DataRowStore.(DataRowStore.java:107)
   at
 
>> org.apache.cayenne.access.DataRowStoreIT.testConstructorWithProperties(DataRowStoreIT.java:63)
 ...
 [DownHandler (UDP)] INFO org.jgroups.protocols.UDP - unicast sockets
>> will
 use interface 127.0.1.1
 [main] ERROR org.jgroups.JChannel - exception: java.lang.Exception:
 exception caused by UDP.start(): java.net.SocketException: bad argument
>> for
 IP_MULTICAST_IF: address not bound to any interface
 
 
 mrg:~$ uname -a
 Linux 3.13.0-46-generic #77-Ubuntu SMP Mon Mar 2 18:26:13 UTC 2015 i686
 i686 i686 GNU/Linux
 mrg:~$ java -version
 java version "1.7.0_75"
 OpenJDK Runtime Environment (IcedTea 2.5.4) (7u75-2.5.4-1~trusty1)
 OpenJDK Server VM (build 24.75-b04, mixed mode)
 
 
 Any suggestions?
 
 Thanks,
 
 mrg
 
 
 On Sat, Feb 28, 2015 at 4:48 AM, Andrus Adamchik <
>> [email protected]>
 wrote:
 
> 
>> On Feb 26, 2015, at 12:41 PM, Alex Kolonitsky <
> [email protected]> wrote:
>> 
>> Hi All,
>> I've prepared 4.0.M2 artifacts for voting again, I hope this time
> everything will be fine.
>> 
>> Maven artifacts:
> 
>> https://repository.apache.org/content/repositories/orgapachecayenne-1005 <
> 
>> https://repository.apache.org/content/repositories/orgapachecayenne-1005>
>> Assemblies: https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/ <
> https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/>
>> 
>> Please evaluate and cast your votes.
>> 
>> Regards,
>> Alex Kolonitsky.
> 
> +1 from me.
> 
> 
> 1. rat.sh - no complaints
> (noticed .idea/ directory at 

Re: [VOTE] 4.0.M2 third attempt

2015-03-10 Thread Michael Gentry
Yeah, I know Jenkins is building on Linux, so I'm confused as to why I'm
having this issue, but you are probably right that it is specific to my
network, although there is nothing complex or unusual about my network.


On Tue, Mar 10, 2015 at 11:58 AM, Andrus Adamchik 
wrote:

> BTW, our Jenkins builds are all Linux.
>
> The error is likely about JGroups breaking in your network environment
> (not related to Cayenne, but of course very annoying). So hopefully it
> works on OS X.
>
> Andrus
>
> > On Mar 10, 2015, at 6:49 PM, Michael Gentry 
> wrote:
> >
> > I've still been unable to build on Linux, even with the changes Andrus
> > suggested.  I can try Mac OS X tonight, but even if it builds there, I'm
> > concerned about the failure on Linux until I can figure it out.
> >
> > mrg
> >
> >
> > On Tue, Mar 10, 2015 at 11:37 AM, Mike Kienenberger 
> > wrote:
> >
> >> Hey guys,
> >>
> >> We're still missing one more binding vote and it's been 12 days.
> >>
> >> On Sun, Mar 8, 2015 at 4:26 PM, Andrus Adamchik  >
> >> wrote:
> >>> Googling shows that putting '-Djava.net.preferIPv4Stack=true' might
> >> help. We mention that in the dev guide actually, and just recently I was
> >> wondering which one of the tests actually requires IPv4 vs IPv6 :)
> >>>
> >>> http://cayenne.apache.org/dev/building-cayenne.html
> >>>
> >>> Andrus
> >>>
>  On Mar 6, 2015, at 9:50 PM, Michael Gentry 
> >> wrote:
> 
>  I'm consistently getting this test failure when trying to build:
> 
>  Tests in error:
>  DataRowStoreIT.testConstructorWithProperties:63 » CayenneRuntime
>  [v.4.0.M2 Mar...
> 
>  Tests run: 1456, Failures: 0, Errors: 1, Skipped: 0
> 
> 
> 
>  [INFO] Reactor Summary:
>  [INFO]
>  [INFO] Cayenne ... SUCCESS
> >> [1.236s]
>  [INFO] Cayenne Build Tools Parent  SUCCESS
> >> [0.021s]
>  [INFO] Cayenne License and Notice Bundle . SUCCESS
> >> [2.770s]
>  [INFO] Common Unit Test Utilities  SUCCESS
> >> [2.040s]
>  [INFO] Cayenne Code Checkers . SUCCESS
> >> [0.173s]
>  [INFO] Cayenne Dependency Injection Container  SUCCESS
> >> [15.565s]
>  [INFO] Cayenne Server  FAILURE
>  [3:10.456s]
> 
> 
> 
> >>
> ---
>  Test set: org.apache.cayenne.access.DataRowStoreIT
> 
> >>
> ---
>  Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.244
> >> sec
>  <<< FAILURE! - in org.apache.cayenne.access.DataRowStoreIT
> 
> testConstructorWithProperties(org.apache.cayenne.access.DataRowStoreIT)
>  Time elapsed: 0.172 sec  <<< ERROR!
>  org.apache.cayenne.CayenneRuntimeException: [v.4.0.M2 Mar 06 2015
> >> 13:39:49]
>  Error initializing DataRowStore.
>    at org.jgroups.JChannel.connect(JChannel.java:328)
>    at
> 
> >>
> org.apache.cayenne.event.JavaGroupsBridge.startupExternal(JavaGroupsBridge.java:130)
>    at
> org.apache.cayenne.event.EventBridge.startup(EventBridge.java:245)
>    at
> org.apache.cayenne.event.EventBridge.startup(EventBridge.java:193)
>    at
> org.apache.cayenne.event.EventBridge.startup(EventBridge.java:178)
>    at
> 
> >>
> org.apache.cayenne.access.DataRowStore.startListeners(DataRowStore.java:613)
>    at
> 
> >>
> org.apache.cayenne.access.DataRowStore.initWithProperties(DataRowStore.java:182)
>    at
> >> org.apache.cayenne.access.DataRowStore.(DataRowStore.java:107)
>    at
> 
> >>
> org.apache.cayenne.access.DataRowStoreIT.testConstructorWithProperties(DataRowStoreIT.java:63)
>  ...
>  [DownHandler (UDP)] INFO org.jgroups.protocols.UDP - unicast sockets
> >> will
>  use interface 127.0.1.1
>  [main] ERROR org.jgroups.JChannel - exception: java.lang.Exception:
>  exception caused by UDP.start(): java.net.SocketException: bad
> argument
> >> for
>  IP_MULTICAST_IF: address not bound to any interface
> 
> 
>  mrg:~$ uname -a
>  Linux 3.13.0-46-generic #77-Ubuntu SMP Mon Mar 2 18:26:13 UTC 2015
> i686
>  i686 i686 GNU/Linux
>  mrg:~$ java -version
>  java version "1.7.0_75"
>  OpenJDK Runtime Environment (IcedTea 2.5.4) (7u75-2.5.4-1~trusty1)
>  OpenJDK Server VM (build 24.75-b04, mixed mode)
> 
> 
>  Any suggestions?
> 
>  Thanks,
> 
>  mrg
> 
> 
>  On Sat, Feb 28, 2015 at 4:48 AM, Andrus Adamchik <
> >> [email protected]>
>  wrote:
> 
> >
> >> On Feb 26, 2015, at 12:41 PM, Alex Kolonitsky <
> > [email protected]> wrote:
> >>
> >> Hi All,
> >> I've prepared 4.0.M2 artifacts for voting again, I hope this time
> > everything will be fine.
> >>
> >>

Re: [VOTE] 4.0.M2 third attempt

2015-03-10 Thread Michael Gentry
I've still been unable to build on Linux, even with the changes Andrus
suggested.  I can try Mac OS X tonight, but even if it builds there, I'm
concerned about the failure on Linux until I can figure it out.

mrg


On Tue, Mar 10, 2015 at 11:37 AM, Mike Kienenberger 
wrote:

> Hey guys,
>
> We're still missing one more binding vote and it's been 12 days.
>
> On Sun, Mar 8, 2015 at 4:26 PM, Andrus Adamchik 
> wrote:
> > Googling shows that putting '-Djava.net.preferIPv4Stack=true' might
> help. We mention that in the dev guide actually, and just recently I was
> wondering which one of the tests actually requires IPv4 vs IPv6 :)
> >
> > http://cayenne.apache.org/dev/building-cayenne.html
> >
> > Andrus
> >
> >> On Mar 6, 2015, at 9:50 PM, Michael Gentry 
> wrote:
> >>
> >> I'm consistently getting this test failure when trying to build:
> >>
> >> Tests in error:
> >>  DataRowStoreIT.testConstructorWithProperties:63 » CayenneRuntime
> >> [v.4.0.M2 Mar...
> >>
> >> Tests run: 1456, Failures: 0, Errors: 1, Skipped: 0
> >>
> >>
> >>
> >> [INFO] Reactor Summary:
> >> [INFO]
> >> [INFO] Cayenne ... SUCCESS
> [1.236s]
> >> [INFO] Cayenne Build Tools Parent  SUCCESS
> [0.021s]
> >> [INFO] Cayenne License and Notice Bundle . SUCCESS
> [2.770s]
> >> [INFO] Common Unit Test Utilities  SUCCESS
> [2.040s]
> >> [INFO] Cayenne Code Checkers . SUCCESS
> [0.173s]
> >> [INFO] Cayenne Dependency Injection Container  SUCCESS
> [15.565s]
> >> [INFO] Cayenne Server  FAILURE
> >> [3:10.456s]
> >>
> >>
> >>
> ---
> >> Test set: org.apache.cayenne.access.DataRowStoreIT
> >>
> ---
> >> Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.244
> sec
> >> <<< FAILURE! - in org.apache.cayenne.access.DataRowStoreIT
> >> testConstructorWithProperties(org.apache.cayenne.access.DataRowStoreIT)
> >> Time elapsed: 0.172 sec  <<< ERROR!
> >> org.apache.cayenne.CayenneRuntimeException: [v.4.0.M2 Mar 06 2015
> 13:39:49]
> >> Error initializing DataRowStore.
> >>at org.jgroups.JChannel.connect(JChannel.java:328)
> >>at
> >>
> org.apache.cayenne.event.JavaGroupsBridge.startupExternal(JavaGroupsBridge.java:130)
> >>at org.apache.cayenne.event.EventBridge.startup(EventBridge.java:245)
> >>at org.apache.cayenne.event.EventBridge.startup(EventBridge.java:193)
> >>at org.apache.cayenne.event.EventBridge.startup(EventBridge.java:178)
> >>at
> >>
> org.apache.cayenne.access.DataRowStore.startListeners(DataRowStore.java:613)
> >>at
> >>
> org.apache.cayenne.access.DataRowStore.initWithProperties(DataRowStore.java:182)
> >>at
> org.apache.cayenne.access.DataRowStore.(DataRowStore.java:107)
> >>at
> >>
> org.apache.cayenne.access.DataRowStoreIT.testConstructorWithProperties(DataRowStoreIT.java:63)
> >> ...
> >> [DownHandler (UDP)] INFO org.jgroups.protocols.UDP - unicast sockets
> will
> >> use interface 127.0.1.1
> >> [main] ERROR org.jgroups.JChannel - exception: java.lang.Exception:
> >> exception caused by UDP.start(): java.net.SocketException: bad argument
> for
> >> IP_MULTICAST_IF: address not bound to any interface
> >>
> >>
> >> mrg:~$ uname -a
> >> Linux 3.13.0-46-generic #77-Ubuntu SMP Mon Mar 2 18:26:13 UTC 2015 i686
> >> i686 i686 GNU/Linux
> >> mrg:~$ java -version
> >> java version "1.7.0_75"
> >> OpenJDK Runtime Environment (IcedTea 2.5.4) (7u75-2.5.4-1~trusty1)
> >> OpenJDK Server VM (build 24.75-b04, mixed mode)
> >>
> >>
> >> Any suggestions?
> >>
> >> Thanks,
> >>
> >> mrg
> >>
> >>
> >> On Sat, Feb 28, 2015 at 4:48 AM, Andrus Adamchik <
> [email protected]>
> >> wrote:
> >>
> >>>
>  On Feb 26, 2015, at 12:41 PM, Alex Kolonitsky <
> >>> [email protected]> wrote:
> 
>  Hi All,
>  I've prepared 4.0.M2 artifacts for voting again, I hope this time
> >>> everything will be fine.
> 
>  Maven artifacts:
> >>>
> https://repository.apache.org/content/repositories/orgapachecayenne-1005 <
> >>>
> https://repository.apache.org/content/repositories/orgapachecayenne-1005>
>  Assemblies: https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/ <
> >>> https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/>
> 
>  Please evaluate and cast your votes.
> 
>  Regards,
>  Alex Kolonitsky.
> >>>
> >>> +1 from me.
> >>>
> >>>
> >>> 1. rat.sh - no complaints
> >>> (noticed .idea/ directory at the root of the source archive. Not a show
> >>> stopper for the release, but let's add it to assembly excludes for the
> >>> future)
> >>> 2. checksums - match
> >>> 3. signatures - match
> >>> 4. Source builds (mvn verify)
> >>> 5. Modeler OS X, Windows, Generic versions all start fine
> >>> 6. Random poking through the structure of the b

Re: [VOTE] 4.0.M2 third attempt

2015-03-10 Thread Mike Kienenberger
Hey guys,

We're still missing one more binding vote and it's been 12 days.

On Sun, Mar 8, 2015 at 4:26 PM, Andrus Adamchik  wrote:
> Googling shows that putting '-Djava.net.preferIPv4Stack=true' might help. We 
> mention that in the dev guide actually, and just recently I was wondering 
> which one of the tests actually requires IPv4 vs IPv6 :)
>
> http://cayenne.apache.org/dev/building-cayenne.html
>
> Andrus
>
>> On Mar 6, 2015, at 9:50 PM, Michael Gentry  wrote:
>>
>> I'm consistently getting this test failure when trying to build:
>>
>> Tests in error:
>>  DataRowStoreIT.testConstructorWithProperties:63 » CayenneRuntime
>> [v.4.0.M2 Mar...
>>
>> Tests run: 1456, Failures: 0, Errors: 1, Skipped: 0
>>
>>
>>
>> [INFO] Reactor Summary:
>> [INFO]
>> [INFO] Cayenne ... SUCCESS [1.236s]
>> [INFO] Cayenne Build Tools Parent  SUCCESS [0.021s]
>> [INFO] Cayenne License and Notice Bundle . SUCCESS [2.770s]
>> [INFO] Common Unit Test Utilities  SUCCESS [2.040s]
>> [INFO] Cayenne Code Checkers . SUCCESS [0.173s]
>> [INFO] Cayenne Dependency Injection Container  SUCCESS [15.565s]
>> [INFO] Cayenne Server  FAILURE
>> [3:10.456s]
>>
>>
>> ---
>> Test set: org.apache.cayenne.access.DataRowStoreIT
>> ---
>> Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.244 sec
>> <<< FAILURE! - in org.apache.cayenne.access.DataRowStoreIT
>> testConstructorWithProperties(org.apache.cayenne.access.DataRowStoreIT)
>> Time elapsed: 0.172 sec  <<< ERROR!
>> org.apache.cayenne.CayenneRuntimeException: [v.4.0.M2 Mar 06 2015 13:39:49]
>> Error initializing DataRowStore.
>>at org.jgroups.JChannel.connect(JChannel.java:328)
>>at
>> org.apache.cayenne.event.JavaGroupsBridge.startupExternal(JavaGroupsBridge.java:130)
>>at org.apache.cayenne.event.EventBridge.startup(EventBridge.java:245)
>>at org.apache.cayenne.event.EventBridge.startup(EventBridge.java:193)
>>at org.apache.cayenne.event.EventBridge.startup(EventBridge.java:178)
>>at
>> org.apache.cayenne.access.DataRowStore.startListeners(DataRowStore.java:613)
>>at
>> org.apache.cayenne.access.DataRowStore.initWithProperties(DataRowStore.java:182)
>>at org.apache.cayenne.access.DataRowStore.(DataRowStore.java:107)
>>at
>> org.apache.cayenne.access.DataRowStoreIT.testConstructorWithProperties(DataRowStoreIT.java:63)
>> ...
>> [DownHandler (UDP)] INFO org.jgroups.protocols.UDP - unicast sockets will
>> use interface 127.0.1.1
>> [main] ERROR org.jgroups.JChannel - exception: java.lang.Exception:
>> exception caused by UDP.start(): java.net.SocketException: bad argument for
>> IP_MULTICAST_IF: address not bound to any interface
>>
>>
>> mrg:~$ uname -a
>> Linux 3.13.0-46-generic #77-Ubuntu SMP Mon Mar 2 18:26:13 UTC 2015 i686
>> i686 i686 GNU/Linux
>> mrg:~$ java -version
>> java version "1.7.0_75"
>> OpenJDK Runtime Environment (IcedTea 2.5.4) (7u75-2.5.4-1~trusty1)
>> OpenJDK Server VM (build 24.75-b04, mixed mode)
>>
>>
>> Any suggestions?
>>
>> Thanks,
>>
>> mrg
>>
>>
>> On Sat, Feb 28, 2015 at 4:48 AM, Andrus Adamchik 
>> wrote:
>>
>>>
 On Feb 26, 2015, at 12:41 PM, Alex Kolonitsky <
>>> [email protected]> wrote:

 Hi All,
 I've prepared 4.0.M2 artifacts for voting again, I hope this time
>>> everything will be fine.

 Maven artifacts:
>>> https://repository.apache.org/content/repositories/orgapachecayenne-1005 <
>>> https://repository.apache.org/content/repositories/orgapachecayenne-1005>
 Assemblies: https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/ <
>>> https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/>

 Please evaluate and cast your votes.

 Regards,
 Alex Kolonitsky.
>>>
>>> +1 from me.
>>>
>>>
>>> 1. rat.sh - no complaints
>>> (noticed .idea/ directory at the root of the source archive. Not a show
>>> stopper for the release, but let's add it to assembly excludes for the
>>> future)
>>> 2. checksums - match
>>> 3. signatures - match
>>> 4. Source builds (mvn verify)
>>> 5. Modeler OS X, Windows, Generic versions all start fine
>>> 6. Random poking through the structure of the binary assemblies doesn't
>>> show anything abnormal.
>>>
>>> and thanks to Mike for providing a detailed release evaluation script.
>>>
>>> Andrus
>


Re: [VOTE] 4.0.M2 third attempt

2015-03-08 Thread Andrus Adamchik
Googling shows that putting '-Djava.net.preferIPv4Stack=true' might help. We 
mention that in the dev guide actually, and just recently I was wondering which 
one of the tests actually requires IPv4 vs IPv6 :)

http://cayenne.apache.org/dev/building-cayenne.html

Andrus

> On Mar 6, 2015, at 9:50 PM, Michael Gentry  wrote:
> 
> I'm consistently getting this test failure when trying to build:
> 
> Tests in error:
>  DataRowStoreIT.testConstructorWithProperties:63 » CayenneRuntime
> [v.4.0.M2 Mar...
> 
> Tests run: 1456, Failures: 0, Errors: 1, Skipped: 0
> 
> 
> 
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Cayenne ... SUCCESS [1.236s]
> [INFO] Cayenne Build Tools Parent  SUCCESS [0.021s]
> [INFO] Cayenne License and Notice Bundle . SUCCESS [2.770s]
> [INFO] Common Unit Test Utilities  SUCCESS [2.040s]
> [INFO] Cayenne Code Checkers . SUCCESS [0.173s]
> [INFO] Cayenne Dependency Injection Container  SUCCESS [15.565s]
> [INFO] Cayenne Server  FAILURE
> [3:10.456s]
> 
> 
> ---
> Test set: org.apache.cayenne.access.DataRowStoreIT
> ---
> Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.244 sec
> <<< FAILURE! - in org.apache.cayenne.access.DataRowStoreIT
> testConstructorWithProperties(org.apache.cayenne.access.DataRowStoreIT)
> Time elapsed: 0.172 sec  <<< ERROR!
> org.apache.cayenne.CayenneRuntimeException: [v.4.0.M2 Mar 06 2015 13:39:49]
> Error initializing DataRowStore.
>at org.jgroups.JChannel.connect(JChannel.java:328)
>at
> org.apache.cayenne.event.JavaGroupsBridge.startupExternal(JavaGroupsBridge.java:130)
>at org.apache.cayenne.event.EventBridge.startup(EventBridge.java:245)
>at org.apache.cayenne.event.EventBridge.startup(EventBridge.java:193)
>at org.apache.cayenne.event.EventBridge.startup(EventBridge.java:178)
>at
> org.apache.cayenne.access.DataRowStore.startListeners(DataRowStore.java:613)
>at
> org.apache.cayenne.access.DataRowStore.initWithProperties(DataRowStore.java:182)
>at org.apache.cayenne.access.DataRowStore.(DataRowStore.java:107)
>at
> org.apache.cayenne.access.DataRowStoreIT.testConstructorWithProperties(DataRowStoreIT.java:63)
> ...
> [DownHandler (UDP)] INFO org.jgroups.protocols.UDP - unicast sockets will
> use interface 127.0.1.1
> [main] ERROR org.jgroups.JChannel - exception: java.lang.Exception:
> exception caused by UDP.start(): java.net.SocketException: bad argument for
> IP_MULTICAST_IF: address not bound to any interface
> 
> 
> mrg:~$ uname -a
> Linux 3.13.0-46-generic #77-Ubuntu SMP Mon Mar 2 18:26:13 UTC 2015 i686
> i686 i686 GNU/Linux
> mrg:~$ java -version
> java version "1.7.0_75"
> OpenJDK Runtime Environment (IcedTea 2.5.4) (7u75-2.5.4-1~trusty1)
> OpenJDK Server VM (build 24.75-b04, mixed mode)
> 
> 
> Any suggestions?
> 
> Thanks,
> 
> mrg
> 
> 
> On Sat, Feb 28, 2015 at 4:48 AM, Andrus Adamchik 
> wrote:
> 
>> 
>>> On Feb 26, 2015, at 12:41 PM, Alex Kolonitsky <
>> [email protected]> wrote:
>>> 
>>> Hi All,
>>> I've prepared 4.0.M2 artifacts for voting again, I hope this time
>> everything will be fine.
>>> 
>>> Maven artifacts:
>> https://repository.apache.org/content/repositories/orgapachecayenne-1005 <
>> https://repository.apache.org/content/repositories/orgapachecayenne-1005>
>>> Assemblies: https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/ <
>> https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/>
>>> 
>>> Please evaluate and cast your votes.
>>> 
>>> Regards,
>>> Alex Kolonitsky.
>> 
>> +1 from me.
>> 
>> 
>> 1. rat.sh - no complaints
>> (noticed .idea/ directory at the root of the source archive. Not a show
>> stopper for the release, but let's add it to assembly excludes for the
>> future)
>> 2. checksums - match
>> 3. signatures - match
>> 4. Source builds (mvn verify)
>> 5. Modeler OS X, Windows, Generic versions all start fine
>> 6. Random poking through the structure of the binary assemblies doesn't
>> show anything abnormal.
>> 
>> and thanks to Mike for providing a detailed release evaluation script.
>> 
>> Andrus



Re: [VOTE] 4.0.M2 third attempt

2015-03-06 Thread Michael Gentry
I'm consistently getting this test failure when trying to build:

Tests in error:
  DataRowStoreIT.testConstructorWithProperties:63 » CayenneRuntime
[v.4.0.M2 Mar...

Tests run: 1456, Failures: 0, Errors: 1, Skipped: 0



[INFO] Reactor Summary:
[INFO]
[INFO] Cayenne ... SUCCESS [1.236s]
[INFO] Cayenne Build Tools Parent  SUCCESS [0.021s]
[INFO] Cayenne License and Notice Bundle . SUCCESS [2.770s]
[INFO] Common Unit Test Utilities  SUCCESS [2.040s]
[INFO] Cayenne Code Checkers . SUCCESS [0.173s]
[INFO] Cayenne Dependency Injection Container  SUCCESS [15.565s]
[INFO] Cayenne Server  FAILURE
[3:10.456s]


---
Test set: org.apache.cayenne.access.DataRowStoreIT
---
Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.244 sec
<<< FAILURE! - in org.apache.cayenne.access.DataRowStoreIT
testConstructorWithProperties(org.apache.cayenne.access.DataRowStoreIT)
Time elapsed: 0.172 sec  <<< ERROR!
org.apache.cayenne.CayenneRuntimeException: [v.4.0.M2 Mar 06 2015 13:39:49]
Error initializing DataRowStore.
at org.jgroups.JChannel.connect(JChannel.java:328)
at
org.apache.cayenne.event.JavaGroupsBridge.startupExternal(JavaGroupsBridge.java:130)
at org.apache.cayenne.event.EventBridge.startup(EventBridge.java:245)
at org.apache.cayenne.event.EventBridge.startup(EventBridge.java:193)
at org.apache.cayenne.event.EventBridge.startup(EventBridge.java:178)
at
org.apache.cayenne.access.DataRowStore.startListeners(DataRowStore.java:613)
at
org.apache.cayenne.access.DataRowStore.initWithProperties(DataRowStore.java:182)
at org.apache.cayenne.access.DataRowStore.(DataRowStore.java:107)
at
org.apache.cayenne.access.DataRowStoreIT.testConstructorWithProperties(DataRowStoreIT.java:63)
...
[DownHandler (UDP)] INFO org.jgroups.protocols.UDP - unicast sockets will
use interface 127.0.1.1
[main] ERROR org.jgroups.JChannel - exception: java.lang.Exception:
exception caused by UDP.start(): java.net.SocketException: bad argument for
IP_MULTICAST_IF: address not bound to any interface


mrg:~$ uname -a
Linux 3.13.0-46-generic #77-Ubuntu SMP Mon Mar 2 18:26:13 UTC 2015 i686
i686 i686 GNU/Linux
mrg:~$ java -version
java version "1.7.0_75"
OpenJDK Runtime Environment (IcedTea 2.5.4) (7u75-2.5.4-1~trusty1)
OpenJDK Server VM (build 24.75-b04, mixed mode)


Any suggestions?

Thanks,

mrg


On Sat, Feb 28, 2015 at 4:48 AM, Andrus Adamchik 
wrote:

>
> > On Feb 26, 2015, at 12:41 PM, Alex Kolonitsky <
> [email protected]> wrote:
> >
> > Hi All,
> > I've prepared 4.0.M2 artifacts for voting again, I hope this time
> everything will be fine.
> >
> > Maven artifacts:
> https://repository.apache.org/content/repositories/orgapachecayenne-1005 <
> https://repository.apache.org/content/repositories/orgapachecayenne-1005>
> > Assemblies: https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/ <
> https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/>
> >
> > Please evaluate and cast your votes.
> >
> > Regards,
> > Alex Kolonitsky.
>
> +1 from me.
>
>
> 1. rat.sh - no complaints
> (noticed .idea/ directory at the root of the source archive. Not a show
> stopper for the release, but let's add it to assembly excludes for the
> future)
> 2. checksums - match
> 3. signatures - match
> 4. Source builds (mvn verify)
> 5. Modeler OS X, Windows, Generic versions all start fine
> 6. Random poking through the structure of the binary assemblies doesn't
> show anything abnormal.
>
> and thanks to Mike for providing a detailed release evaluation script.
>
> Andrus


Re: [VOTE] 4.0.M2 third attempt

2015-02-28 Thread Andrus Adamchik

> On Feb 26, 2015, at 12:41 PM, Alex Kolonitsky  
> wrote:
> 
> Hi All,
> I've prepared 4.0.M2 artifacts for voting again, I hope this time everything 
> will be fine.
> 
> Maven artifacts: 
> https://repository.apache.org/content/repositories/orgapachecayenne-1005 
> 
> Assemblies: https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/ 
> 
> 
> Please evaluate and cast your votes.
> 
> Regards,
> Alex Kolonitsky.

+1 from me.


1. rat.sh - no complaints
(noticed .idea/ directory at the root of the source archive. Not a show stopper 
for the release, but let's add it to assembly excludes for the future)
2. checksums - match
3. signatures - match
4. Source builds (mvn verify)
5. Modeler OS X, Windows, Generic versions all start fine
6. Random poking through the structure of the binary assemblies doesn't show 
anything abnormal.

and thanks to Mike for providing a detailed release evaluation script.

Andrus

Re: [VOTE] 4.0.M2 third attempt

2015-02-26 Thread Mike Kienenberger
- signatures and checksums match
- source builds
- apache rat passes

+1






Below are the linux commands I used to verify the release of the
cayenne-4.0.M2 files:

=

wget 
https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/cayenne-4.0.M2-macosx.dmg
wget 
https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/cayenne-4.0.M2-macosx.dmg.asc
wget 
https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/cayenne-4.0.M2-macosx.dmg.md5
wget 
https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/cayenne-4.0.M2-src.tar.gz
wget 
https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/cayenne-4.0.M2-src.tar.gz.asc
wget 
https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/cayenne-4.0.M2-src.tar.gz.md5
wget 
https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/cayenne-4.0.M2-win.zip
wget 
https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/cayenne-4.0.M2-win.zip.asc
wget 
https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/cayenne-4.0.M2-win.zip.md5
wget https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/cayenne-4.0.M2.tar.gz
wget 
https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/cayenne-4.0.M2.tar.gz.asc
wget 
https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/cayenne-4.0.M2.tar.gz.md5

# check checksums
## made with  gpg --print-md MD5 cayenne-X.X.tar.gz
cat *.md5 | tr -d ' ' | awk 'BEGIN{OFS=" "; FS=":"}
{tmp=$1;$1=$2;$2=tmp;print}' | md5sum -c

# check signatures
wget http://www.apache.org/dist/cayenne/KEYS
gpg --import KEYS
find . -name '*.asc' -exec gpg --verify {} \;

# verify .tar.gz and -win.zip files are identical -- flawed process
due to platform building differences
mkdir src
cd src
tar xvf ../cayenne-4.0.M2.tar.gz
mv cayenne-4.0.M2/ cayenne-4.0.M2-tar-gz
unzip ../cayenne-4.0.M2-win.zip
# should be no output
# but windows and tar package are built with different java versions.
## differences in jars, pdfs, html resources, css, html, package-info
between tar.gz and zip(win)
diff -rq cayenne-4.0.M2* | grep -v "jar differ" | grep -v "html
differ" | grep -v "pdf differ" | grep -v ".css differ"
# should be "are identical" output
diff -srq cayenne-4.0.M2* | grep -v "jar differ" | grep -v "html
differ" | grep -v "pdf differ" | grep -v ".css differ" | grep -v "are
identical"

# unpack source
tar xvzf ../cayenne-4.0.M2-src.tar.gz
# build source
cd cayenne-4.0.M2-src
mvn install

## mvn apache-rat currently unused for cayenne
# manually verify that there are no unknown or unapproved licensed files
./rat.sh ../../../apache-rat-0.9/apache-rat-0.9.jar
##mvn apache-rat:check
# To check for all errors, if more than one project is affected
#   mvn apache-rat:check -Drat.numUnapprovedLicenses=
# To see details of rat failure
#   mvn -e -X apache-rat:check


On Thu, Feb 26, 2015 at 4:41 AM, Alex Kolonitsky
 wrote:
> Hi All,
> I've prepared 4.0.M2 artifacts for voting again, I hope this time everything 
> will be fine.
>
> Maven artifacts: 
> https://repository.apache.org/content/repositories/orgapachecayenne-1005 
> 
> Assemblies: https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/ 
> 
>
> Please evaluate and cast your votes.
>
> Regards,
> Alex Kolonitsky.


Re: [VOTE] 4.0.M2 third attempt

2015-02-26 Thread Andrus Adamchik
Ok, the key is added. 

Somehow Alex did not have the permissions to commit to SVN (perhaps it requires 
some action on my part to get him into proper SVN groups?) So I just took the 
file he committed to Git and placed it in SVN: 
https://www.apache.org/dist/cayenne/KEYS

A.

> On Feb 26, 2015, at 8:34 PM, Andrus Adamchik  wrote:
> 
> Never mind... the actual SVN URL is 
> https://dist.apache.org/repos/dist/release/cayenne/KEYS ... Adding his key in 
> there.
> 
> 
>> On Feb 26, 2015, at 8:28 PM, Andrus Adamchik  wrote:
>> 
>> Trying to commit Alex's key to SVN ... I can't even checkout:
>> 
>> $ svn co https://www.apache.org/dist/cayenne keys  
>> Redirecting to URL 'http://www.apache.org/dist/cayenne':
>> Redirecting to URL 'http://www.apache.org/dist/cayenne':
>> svn: E195019: Redirect cycle detected for URL 
>> 'http://www.apache.org/dist/cayenne'
>> 
>> Will ping infra now... 
>> 
>> A.
>> 
>>> On Feb 26, 2015, at 5:55 PM, Alex Kolonitsky  
>>> wrote:
>>> 
>>> I’ve added my key to 
>>> https://github.com/apache/cayenne/blob/master/docs/doc/src/main/resources/KEYS
>>>  
>>> 
>>> Should also add it to http://www.apache.org/dist/cayenne/KEYS 
>>>  ?
>>> 
>>> 
 On Feb 26, 2015, at 5:49 PM, Mike Kienenberger  wrote:
 
 We can't check the release until Alex's keys are in
 http://www.apache.org/dist/cayenne/KEYS.
 
 Or am I looking in the wrong spot for Alex's keys?
 
 On Thu, Feb 26, 2015 at 4:41 AM, Alex Kolonitsky
  wrote:
> Hi All,
> I've prepared 4.0.M2 artifacts for voting again, I hope this time 
> everything will be fine.
> 
> Maven artifacts: 
> https://repository.apache.org/content/repositories/orgapachecayenne-1005 
> 
> Assemblies: https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/ 
> 
> 
> Please evaluate and cast your votes.
> 
> Regards,
> Alex Kolonitsky.
 
>>> 
>> 
>> 
> 
> 



Re: [VOTE] 4.0.M2 third attempt

2015-02-26 Thread Andrus Adamchik
Never mind... the actual SVN URL is 
https://dist.apache.org/repos/dist/release/cayenne/KEYS ... Adding his key in 
there.


> On Feb 26, 2015, at 8:28 PM, Andrus Adamchik  wrote:
> 
> Trying to commit Alex's key to SVN ... I can't even checkout:
> 
> $ svn co https://www.apache.org/dist/cayenne keys  
> Redirecting to URL 'http://www.apache.org/dist/cayenne':
> Redirecting to URL 'http://www.apache.org/dist/cayenne':
> svn: E195019: Redirect cycle detected for URL 
> 'http://www.apache.org/dist/cayenne'
> 
> Will ping infra now... 
> 
> A.
> 
>> On Feb 26, 2015, at 5:55 PM, Alex Kolonitsky  
>> wrote:
>> 
>> I’ve added my key to 
>> https://github.com/apache/cayenne/blob/master/docs/doc/src/main/resources/KEYS
>>  
>> 
>> Should also add it to http://www.apache.org/dist/cayenne/KEYS 
>>  ?
>> 
>> 
>>> On Feb 26, 2015, at 5:49 PM, Mike Kienenberger  wrote:
>>> 
>>> We can't check the release until Alex's keys are in
>>> http://www.apache.org/dist/cayenne/KEYS.
>>> 
>>> Or am I looking in the wrong spot for Alex's keys?
>>> 
>>> On Thu, Feb 26, 2015 at 4:41 AM, Alex Kolonitsky
>>>  wrote:
 Hi All,
 I've prepared 4.0.M2 artifacts for voting again, I hope this time 
 everything will be fine.
 
 Maven artifacts: 
 https://repository.apache.org/content/repositories/orgapachecayenne-1005 
 
 Assemblies: https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/ 
 
 
 Please evaluate and cast your votes.
 
 Regards,
 Alex Kolonitsky.
>>> 
>> 
> 
> 



Re: [VOTE] 4.0.M2 third attempt

2015-02-26 Thread Andrus Adamchik
Trying to commit Alex's key to SVN ... I can't even checkout:

$ svn co https://www.apache.org/dist/cayenne keys  
Redirecting to URL 'http://www.apache.org/dist/cayenne':
Redirecting to URL 'http://www.apache.org/dist/cayenne':
svn: E195019: Redirect cycle detected for URL 
'http://www.apache.org/dist/cayenne'

Will ping infra now... 

A.

> On Feb 26, 2015, at 5:55 PM, Alex Kolonitsky  
> wrote:
> 
> I’ve added my key to 
> https://github.com/apache/cayenne/blob/master/docs/doc/src/main/resources/KEYS
>  
> 
> Should also add it to http://www.apache.org/dist/cayenne/KEYS 
>  ?
> 
> 
>> On Feb 26, 2015, at 5:49 PM, Mike Kienenberger  wrote:
>> 
>> We can't check the release until Alex's keys are in
>> http://www.apache.org/dist/cayenne/KEYS.
>> 
>> Or am I looking in the wrong spot for Alex's keys?
>> 
>> On Thu, Feb 26, 2015 at 4:41 AM, Alex Kolonitsky
>>  wrote:
>>> Hi All,
>>> I've prepared 4.0.M2 artifacts for voting again, I hope this time 
>>> everything will be fine.
>>> 
>>> Maven artifacts: 
>>> https://repository.apache.org/content/repositories/orgapachecayenne-1005 
>>> 
>>> Assemblies: https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/ 
>>> 
>>> 
>>> Please evaluate and cast your votes.
>>> 
>>> Regards,
>>> Alex Kolonitsky.
>> 
> 



Re: [VOTE] 4.0.M2 third attempt

2015-02-26 Thread Alex Kolonitsky
I’ve added my key to 
https://github.com/apache/cayenne/blob/master/docs/doc/src/main/resources/KEYS 

Should also add it to http://www.apache.org/dist/cayenne/KEYS 
 ?


> On Feb 26, 2015, at 5:49 PM, Mike Kienenberger  wrote:
> 
> We can't check the release until Alex's keys are in
> http://www.apache.org/dist/cayenne/KEYS.
> 
> Or am I looking in the wrong spot for Alex's keys?
> 
> On Thu, Feb 26, 2015 at 4:41 AM, Alex Kolonitsky
>  wrote:
>> Hi All,
>> I've prepared 4.0.M2 artifacts for voting again, I hope this time everything 
>> will be fine.
>> 
>> Maven artifacts: 
>> https://repository.apache.org/content/repositories/orgapachecayenne-1005 
>> 
>> Assemblies: https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/ 
>> 
>> 
>> Please evaluate and cast your votes.
>> 
>> Regards,
>> Alex Kolonitsky.
> 



Re: [VOTE] 4.0.M2 third attempt

2015-02-26 Thread Mike Kienenberger
https://cayenne.apache.org/download.html says that
http://www.apache.org/dist/cayenne/KEYS is the correct location, so
we're missing Alex's key.


On Thu, Feb 26, 2015 at 9:49 AM, Mike Kienenberger  wrote:
> We can't check the release until Alex's keys are in
> http://www.apache.org/dist/cayenne/KEYS.
>
> Or am I looking in the wrong spot for Alex's keys?
>
> On Thu, Feb 26, 2015 at 4:41 AM, Alex Kolonitsky
>  wrote:
>> Hi All,
>> I've prepared 4.0.M2 artifacts for voting again, I hope this time everything 
>> will be fine.
>>
>> Maven artifacts: 
>> https://repository.apache.org/content/repositories/orgapachecayenne-1005 
>> 
>> Assemblies: https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/ 
>> 
>>
>> Please evaluate and cast your votes.
>>
>> Regards,
>> Alex Kolonitsky.


Re: [VOTE] 4.0.M2 third attempt

2015-02-26 Thread Mike Kienenberger
We can't check the release until Alex's keys are in
http://www.apache.org/dist/cayenne/KEYS.

Or am I looking in the wrong spot for Alex's keys?

On Thu, Feb 26, 2015 at 4:41 AM, Alex Kolonitsky
 wrote:
> Hi All,
> I've prepared 4.0.M2 artifacts for voting again, I hope this time everything 
> will be fine.
>
> Maven artifacts: 
> https://repository.apache.org/content/repositories/orgapachecayenne-1005 
> 
> Assemblies: https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2/ 
> 
>
> Please evaluate and cast your votes.
>
> Regards,
> Alex Kolonitsky.


Re: [VOTE] 4.0.M2

2015-02-25 Thread Alex Kolonitsky
Hi all
I've just found that we still have dependency on GPL library in tests 
(org.fluttercode.datafactory:datafactory)
We postpone voting until I fix this issue and rebuild all release artifacts.


> On Feb 25, 2015, at 2:45 AM, Aristedes Maniatis  wrote:
> 
> On 24/02/2015 4:21am, Andrus Adamchik wrote:
>> These we need to fix. So I am temporarily -1. Let's add those licenses and 
>> re-publish the release (and while we are at it, we might fix #1 as well).
> 
> 
> I think that we perhaps need to pause and understand what it is we are 
> releasing. I appreciate the considerable development work being put in at the 
> moment, particularly by Alex, Savva and yourself. But a lot of that work is 
> not being discussed on this list, so I'm a little confused about exactly 
> where we got to with the new API and other features for 4.0.
> 
> 1. Are we looking for a milestone release which will contain a fully finished 
> API?
> 
> 2. What are we asking users to review and give us feedback on?
> 
> 3. What is our policy on removing bits of the API between 4.0M2 and 4.0M3 if 
> we decide we don't like something?
> 
> 4. What is the state of the documentation to show users how to use the new 
> API? I took a look and couldn't find anything other than the javadocs.
> 
> I am all in favour of releasing much more often, but I think we should be 
> clear about what this release is there to achieve.
> 
> Ari
> 
> 
> 
> -- 
> -->
> Aristedes Maniatis
> GPG fingerprint CBFB 84B4 738D 4E87 5E5C  5EFA EF6A 7D2E 3E49 102A
> 



Re: [VOTE] 4.0.M2

2015-02-24 Thread Aristedes Maniatis
On 24/02/2015 4:21am, Andrus Adamchik wrote:
> These we need to fix. So I am temporarily -1. Let's add those licenses and 
> re-publish the release (and while we are at it, we might fix #1 as well).


I think that we perhaps need to pause and understand what it is we are 
releasing. I appreciate the considerable development work being put in at the 
moment, particularly by Alex, Savva and yourself. But a lot of that work is not 
being discussed on this list, so I'm a little confused about exactly where we 
got to with the new API and other features for 4.0.

1. Are we looking for a milestone release which will contain a fully finished 
API?

2. What are we asking users to review and give us feedback on?

3. What is our policy on removing bits of the API between 4.0M2 and 4.0M3 if we 
decide we don't like something?

4. What is the state of the documentation to show users how to use the new API? 
I took a look and couldn't find anything other than the javadocs.

I am all in favour of releasing much more often, but I think we should be clear 
about what this release is there to achieve.

Ari



-- 
-->
Aristedes Maniatis
GPG fingerprint CBFB 84B4 738D 4E87 5E5C  5EFA EF6A 7D2E 3E49 102A


Re: [VOTE] 4.0.M2

2015-02-24 Thread Alex Kolonitsky
Thanks Andrus
I've fixed issues and rebuild 4.0.M2 artifacts:

Maven artifacts: 
https://repository.apache.org/content/repositories/orgapachecayenne-1004 

Assemblies: https://dist.apache.org/repos/dist/dev/cayenne/4.0.M2 


Please evaluate and cast your votes.

Regards,
Alex Kolonitsky.

> On Feb 23, 2015, at 8:21 PM, Andrus Adamchik  wrote:
> 
> I just went through release validation checklist. Signatures and checksums 
> match. Source build and OS X binary build both appear valid. Maven repo 
> works. Now Rat... I ran rat.sh from an unpacked source distro. Noticed a 
> small problem (see the attached report) : 
> 
> 1. Rat fails on a bunch of IDEA .iml files. I guess we just add .iml to 
> ignores going forward. So this is NOT a show stopper. Though I guess ideally 
> we should exclude IDE-generated files from the source assembly (and yes, I 
> checked 3.2M1, and sure enough it had Eclipse project files that got there 
> from my environment). 
> 
> 2. Also Rat fails on a few test cases and a test SQL file.
> 
> ./cayenne-server/src/test/java/org/apache/cayenne/testdo/unsupported_distinct_types/Customer.java
>  
> ./cayenne-server/src/test/java/org/apache/cayenne/testdo/unsupported_distinct_types/Product.java
>  
> ./cayenne-server/src/test/java/org/apache/cayenne/testdo/unsupported_distinct_types/UnsupportedDistinctTypes.java
>  
> ./plugins/maven-cayenne-plugin/src/test/resources/org/apache/cayenne/tools/dbimport/testOneToOne.sql
> 
> These we need to fix. So I am temporarily -1. Let's add those licenses and 
> re-publish the release (and while we are at it, we might fix #1 as well).
> 
> Andrus
> 
> 
> 
>> On Feb 20, 2015, at 11:28 AM, Alex Kolonitsky  
>> wrote:
>> 
>> Hi All,
>> I've prepared 4.0.M2 artifacts for voting:
>> 
>> Maven artifacts: 
>> https://repository.apache.org/content/repositories/orgapachecayenne-1003 
>> 
>> Assemblies: https://dist.apache.org/repos/dist/dev/cayenne/ 
>> 
>> 
>> Please evaluate and cast your votes.
>> 
>> Regards,
>> Alex Kolonitsky.
> 



Re: [VOTE] 4.0.M2

2015-02-20 Thread Andrus Adamchik
Hijacking the vote thread for a moment, I should mention how glad I am that we 
are finally making this release. There's so much new modern API stuff, new 
cdbimport, etc., etc. We need to make it available to people who wouldn't 
normally build Cayenne from source :)

Andrus

> On Feb 20, 2015, at 11:28 AM, Alex Kolonitsky  
> wrote:
> 
> Hi All,
> I've prepared 4.0.M2 artifacts for voting:
> 
> Maven artifacts: 
> https://repository.apache.org/content/repositories/orgapachecayenne-1003 
> 
> Assemblies: https://dist.apache.org/repos/dist/dev/cayenne/ 
> 
> 
> Please evaluate and cast your votes.
> 
> Regards,
> Alex Kolonitsky.