Re: svn status update (was: svn commit: r880911 [1/13] - in /subversion/trunk: ./ build/ build/generator/ build/win32/ notes/obliterate/ packages/python-windows/ packages/windows-WiX/BuildSubversion

2009-11-19 Thread Niclas Hedhman
On Fri, Nov 20, 2009 at 3:13 AM, Branko Čibej wrote: > I see the following in that ticket: > >    GPL -  Copyright Free Software Foundation, Inc. >      build/config.guess >      build/config.sub > >    ? - Copyright X Consortium >      build/install-sh > > I don't rightly know what to do abo

Re: [VOTE] Graduation of Apache Pivot

2009-11-19 Thread David Crossley
Todd Volkert wrote: > > The Apache Pivot community feels that it is ready to graduate into the > "Apache Pivot" top-level project. > > Please place your votes within the next 72 hours -- to serve as > recommendations to the Board at the December Board meeting. +1 -David ---

Re: Hibernate migration strategy Was: [PROPOSAL][VOTE] OpenMeetings

2009-11-19 Thread Donald Woods
Jay points out an important design feature, in that if you write to the JPA 1.0 or 2.0 spec API and don't use any provider specific extensions or behaviors, then you can easily allow your users to choose a different provider (based on performance, familiarity, ...) or depend upon the one provid

Re: [VOTE] Graduation of Apache Pivot

2009-11-19 Thread Alan D. Cabrera
+1 Regards, Alan On Nov 17, 2009, at 9:47 AM, Todd Volkert wrote: Hi all, The Apache Pivot community feels that it is ready to graduate into the "Apache Pivot" top-level project. Please place your votes within the next 72 hours -- to serve as recommendations to the Board at the December Boa

Re: [VOTE] Release Apache Incubator Shindig version 1.1-BETA5

2009-11-19 Thread Alan D. Cabrera
+1 Regards, Alan On Nov 19, 2009, at 1:00 PM, Paul Lindner wrote: The Shindig community voted on and approved the release of Apache Shiindig 1.1-BETA5. We would now like to request the approval of the Incubator PMC for this release. Podling vote thread: http://www.mail-archive.com/shindi

[VOTE] Release Apache Incubator Shindig version 1.1-BETA5

2009-11-19 Thread Paul Lindner
The Shindig community voted on and approved the release of Apache Shiindig 1.1-BETA5. We would now like to request the approval of the Incubator PMC for this release. Podling vote thread: http://www.mail-archive.com/shindig-...@incubator.apache.org/msg12054.html The Maven staging area is at (no

Re: svn status update (was: svn commit: r880911 [1/13] - in /subversion/trunk: ./ build/ build/generator/ build/win32/ notes/obliterate/ packages/python-windows/ packages/windows-WiX/BuildSubversion/

2009-11-19 Thread Branko Čibej
Branko Čibej wrote: > I'm testing the Subversion build now to see if it works with APR's > install.sh, and will switch over if everything appears to be OK. > Unfortunately, it's not a drop-in replacement. I'm sure it could be made to work, though. > -- Brane >

Re: svn status update (was: svn commit: r880911 [1/13] - in /subversion/trunk: ./ build/ build/generator/ build/win32/ notes/obliterate/ packages/python-windows/ packages/windows-WiX/BuildSubversion/

2009-11-19 Thread Branko Čibej
Niall Pemberton wrote: > On Mon, Nov 16, 2009 at 7:27 PM, Greg Stein wrote: > >> fyi, Subversion has been migrated into the ASF repository. About 30+ >> committers have access and are beginning work within the ASF repo. >> Below, you can see the big change to switch the licensing over to the >>

Re: Hibernate migration strategy Was: [PROPOSAL][VOTE] OpenMeetings

2009-11-19 Thread Andrus Adamchik
No. We froze the JPA compatibility effort started some time ago. Cayenne uses its own persistence API. Cheers, Andrus On Nov 19, 2009, at 7:08 PM, jean-frederic clere wrote: On 11/19/2009 05:49 PM, Andrus Adamchik wrote: If you are going to do a rewrite, yet another option is to use Apache

Re: Hibernate migration strategy Was: [PROPOSAL][VOTE] OpenMeetings

2009-11-19 Thread jean-frederic clere
On 11/19/2009 05:49 PM, Andrus Adamchik wrote: If you are going to do a rewrite, yet another option is to use Apache Cayenne, which has all the features of a modern ORM (plus a few more) and is also rather friendly to beginners: http://cayenne.apache.org/ So cayenne is JPA-enabled? Cheers Je

Re: Hibernate migration strategy Was: [PROPOSAL][VOTE] OpenMeetings

2009-11-19 Thread Andrus Adamchik
If you are going to do a rewrite, yet another option is to use Apache Cayenne, which has all the features of a modern ORM (plus a few more) and is also rather friendly to beginners: http://cayenne.apache.org/ Then maybe we can collaborate with OpenMeetings to make sure Cayenne works on Goo

Re: Hibernate migration strategy Was: [PROPOSAL][VOTE] OpenMeetings

2009-11-19 Thread Jay D. McHugh
Hello Alexei, If you are using Hibernate now - then it should not be too much trouble to switch to use OpenJPA (unless you are using some of Hibernate's enhancements to the JPA spec). At least that would be my understanding. I have used OpenJPA and love it but have never used Hibernate. Jay Al

Re: Hibernate migration strategy Was: [PROPOSAL][VOTE] OpenMeetings

2009-11-19 Thread Craig L Russell
Hi, On Nov 19, 2009, at 8:17 AM, Alexei Fedotov wrote: Hello, As for migrating from Hibernate, I see several alternatives for persistence. Enterprise Java experts, please, could you comment on this? 1. stackoverflow.com suggested using Spring as a persistence technology. My friend said t

Re: Hibernate migration strategy Was: [PROPOSAL][VOTE] OpenMeetings

2009-11-19 Thread Greg Reddin
2009/11/19 Alexei Fedotov : > 3. Does OpenJPA suggested by Niclas offer any benefits compared to JPA? > Synergy is good, but there may be other benefits I cannot see. Sorry for my > ignorance. OpenJPA == JPA in that JPA is a specification and OpenJPA is an implementation of that spec. I don't thin

Hibernate migration strategy Was: [PROPOSAL][VOTE] OpenMeetings

2009-11-19 Thread Alexei Fedotov
Hello, As for migrating from Hibernate, I see several alternatives for persistence. Enterprise Java experts, please, could you comment on this? 1. stackoverflow.com suggested using Spring as a persistence technology. My friend said that it requires coding, but you get manageable, clear and transpa