Re: [VOTE] - OpenEJB 2012 Meetup - EU or USA

2012-05-28 Thread Mark Struberg
+1 for ApacheCon ;) Will be there anyway... LieGrue, strub - Original Message - From: David Blevins david.blev...@gmail.com To: dev@openejb.apache.org Cc: Sent: Friday, May 25, 2012 10:52 PM Subject: Re: [VOTE] - OpenEJB 2012 Meetup - EU or USA I could only do one or the

Re: [VOTE] - OpenEJB 2012 Meetup - EU or USA

2012-05-28 Thread Mohammad Nour El-Din
+1 ApacheCon On Mon, May 28, 2012 at 7:59 PM, Mark Struberg strub...@yahoo.de wrote: +1 for ApacheCon ;) Will be there anyway... LieGrue, strub - Original Message - From: David Blevins david.blev...@gmail.com To: dev@openejb.apache.org Cc: Sent: Friday, May 25, 2012

Re: [VOTE] - OpenEJB 2012 Meetup - EU or USA

2012-05-28 Thread Gerhard Petracek
i will be at apachecon eu as well. regards, gerhard 2012/5/28 Mark Struberg strub...@yahoo.de +1 for ApacheCon ;) Will be there anyway... LieGrue, strub - Original Message - From: David Blevins david.blev...@gmail.com To: dev@openejb.apache.org Cc: Sent: Friday, May

Reloadable EntityManager support

2012-05-28 Thread David Blevins
Just noticed this chunk of code in PersistenceBuilder: public static EntityManagerFactory createEmf(ClassLoader classLoader, CallableEntityManagerFactory callable) throws ExecutionException, TimeoutException, InterruptedException { final ExecutorService executor =

Re: Reloadable EntityManager support

2012-05-28 Thread Romain Manni-Bucau
i wondered it too just to clear a bit your mail there is no link with the reloadable feature, when i added the reload i simply reused the existing code. it was added by Thiago i think to be able to use TCCL instead of OpenEJB/TomEE one (hibernate in the webapps):

Re: Java EE API release

2012-05-28 Thread Romain Manni-Bucau
will see with JL if he can too but should be doable ;) - Romain 2012/5/29 David Blevins david.blev...@gmail.com We definitely need to start doing smaller releases and getting more people familiar with the process. In that vein, let's release the javaee-api module and have someone who is

Re: Java EE API release

2012-05-28 Thread Romain Manni-Bucau
created TOMEE-201 and TOMEE-202 for 6.0-4 release - Romain 2012/5/29 Romain Manni-Bucau rmannibu...@gmail.com will see with JL if he can too but should be doable ;) - Romain 2012/5/29 David Blevins david.blev...@gmail.com We definitely need to start doing smaller releases and getting

Re: Java EE API release

2012-05-28 Thread David Blevins
Excellent. Try a 'mvn release:prepare' and see if it works. Likely several tiny things that need to get updated such as the scmUrl and possibly parent pom. -David On May 28, 2012, at 3:29 PM, Romain Manni-Bucau wrote: created TOMEE-201 and TOMEE-202 for 6.0-4 release - Romain

Re: Java EE API release

2012-05-28 Thread David Blevins
Small doc on getting setup to do releases: http://openejb.apache.org/dev/releasing.html -David

tomee webapp proposal

2012-05-28 Thread Thiago Veronezi
Guys, I need your feedback about what I have in mind for the new webapp. Basically I want to replace all the pages we have by a new one which will give the user the access to a script console, the jndi tree and the tomee log file. Please check the mockup I created for it:

Re: tomee webapp proposal

2012-05-28 Thread Romain Manni-Bucau
hmm, if you use the OpenEJBScripter +1 - Romain 2012/5/29 Thiago Veronezi thi...@veronezi.org Guys, I need your feedback about what I have in mind for the new webapp. Basically I want to replace all the pages we have by a new one which will give the user the access to a script console, the

Re: tomee webapp proposal

2012-05-28 Thread Thiago Veronezi
Of course I have your class in mind. :O) On Mon, May 28, 2012 at 7:22 PM, Romain Manni-Bucau rmannibu...@gmail.comwrote: hmm, if you use the OpenEJBScripter +1 - Romain 2012/5/29 Thiago Veronezi thi...@veronezi.org Guys, I need your feedback about what I have in mind for the new

Re: tomee webapp proposal

2012-05-28 Thread Romain Manni-Bucau
fine :) well having the list of webservices under the ejbs can be nice too - Romain 2012/5/29 Thiago Veronezi thi...@veronezi.org Of course I have your class in mind. :O) On Mon, May 28, 2012 at 7:22 PM, Romain Manni-Bucau rmannibu...@gmail.comwrote: hmm, if you use the

Re: tomee webapp proposal

2012-05-28 Thread dsh
For those who are curious, the mockup has been created using Balsamiq Mockups I suppose :) http://www.balsamiq.com/products/mockups On Tue, May 29, 2012 at 1:19 AM, Thiago Veronezi thi...@veronezi.org wrote: Guys, I need your feedback about what I have in mind for the new webapp. Basically I

Re: Java EE API release

2012-05-28 Thread Romain Manni-Bucau
created a staging repo https://repository.apache.org/content/repositories/orgapacheopenejb-147/ - Romain 2012/5/29 David Blevins david.blev...@gmail.com Small doc on getting setup to do releases: http://openejb.apache.org/dev/releasing.html -David

Re: Java EE API release

2012-05-28 Thread David Blevins
On May 28, 2012, at 5:36 PM, Romain Manni-Bucau wrote: created a staging repo https://repository.apache.org/content/repositories/orgapacheopenejb-147/ Excellent! We're making great progress! Now we need to get the LICENSE and NOTICE files updated. Looks like there are some entries we

Re: Java EE API release

2012-05-28 Thread David Blevins
On May 28, 2012, at 5:46 PM, David Blevins wrote: On May 28, 2012, at 5:36 PM, Romain Manni-Bucau wrote: created a staging repo https://repository.apache.org/content/repositories/orgapacheopenejb-147/ Excellent! We're making great progress! Now we need to get the LICENSE and NOTICE

Re: tomee webapp proposal

2012-05-28 Thread David Blevins
I like and +1 for WebServices list and I'll raise you a RESTful services list :) It would be also awesome to list the MDBs by topic/queue name. -David On May 28, 2012, at 4:27 PM, Romain Manni-Bucau wrote: fine :) well having the list of webservices under the ejbs can be nice too -

Re: fix release, trunk version

2012-05-28 Thread David Blevins
I've got trunk updated to 1.1.0-SNAPSHOT and 4.1.0-SNAPSHOT. Also updated the tomee-*.jar versions to be 1.x rather than 4.x (was the more complicated change). New snapshots being pushed now. Created a branch for 1.0.x and 4.0.x. Still need to update those versions. I'd also like to do the