Re: java 7

2012-07-15 Thread Enrico Olivelli
I'd like to help I tried to write some lines. I think as an anonymous I could not update the site there are my lines: Running on Java7 If you compile your applications on JDK7 you have to run Apache TomEE 1.0 on jdk7 Configuring TomEE to use JDK7 --- If you have multiple JDK

Running Timers on cluster deployment

2012-07-15 Thread Enrico Olivelli
Hi, I am wondering if is it possibile to use EjbTimer to run in a cluster environment in a way that only one JVM runs a ejbTimeout at scheduled time I see you are using Quartz, I'm using Quartz since years with JdbcJobStore, it is possible to synch timers in diffferent JVMs

Re: javaagent?

2012-07-15 Thread Mark Struberg
Might be the same issue I experienced here: https://issues.apache.org/jira/browse/OPENJPA-1454 The bug is closed as there have been improvements for a few scenarios. But the basic problem still exists. I did not reopen the bug as I have an idea how to fix that: Creating an own ClassLoader for

Re: java 7

2012-07-15 Thread Romain Manni-Bucau
Id go for 6 and 7 since soon 5 and 6 will be out of maintainance Le 15 juil. 2012 11:00, Mark Struberg strub...@yahoo.de a écrit : Nope, Oracle will need to do what WE like. That sounds rigorous, but there are not many public companies out there which use Java7 in production yet, because it

Re: javaagent?

2012-07-15 Thread Romain Manni-Bucau
typically for deploy time enhancement i created a temp classloader only for the enhancement since the enhancing needs to load the clss (WTF? asm doesnt need it normally! is it because of serp?) - Romain 2012/7/15 Mark Struberg strub...@yahoo.de Might be the same issue I experienced here:

Re: javaagent?

2012-07-15 Thread Mark Struberg
It's not the entity class which is the problem but some OpenJPA core classes which get loaded as well. E.g. PersistenceCapable, the Configuration stuff and others... LieGrue, strub From: Romain Manni-Bucau rmannibu...@gmail.com To: dev@openejb.apache.org;

Re: javaagent?

2012-07-15 Thread Romain Manni-Bucau
i understand but it needs to load entities too and that's not logical for me - Romain 2012/7/15 Mark Struberg strub...@yahoo.de It's not the entity class which is the problem but some OpenJPA core classes which get loaded as well. E.g. PersistenceCapable, the Configuration stuff and

Re: Running Timers on cluster deployment

2012-07-15 Thread Romain Manni-Bucau
did https://issues.apache.org/jira/browse/OPENEJB-1867 does it help? - Romain 2012/7/15 Enrico Olivelli eolive...@gmail.com Hi, I am wondering if is it possibile to use EjbTimer to run in a cluster environment in a way that only one JVM runs a ejbTimeout at scheduled time I see you are

Re: Running Timers on cluster deployment

2012-07-15 Thread Enrico Olivelli
I think it will be fine I'll try as soon as I can Il 15/07/2012 18:18, Romain Manni-Bucau ha scritto: did https://issues.apache.org/jira/browse/OPENEJB-1867 does it help? - Romain 2012/7/15 Enrico Olivelli eolive...@gmail.com Hi, I am wondering if is it possibile to use EjbTimer to

Re: java 7

2012-07-15 Thread David Blevins
On Jul 14, 2012, at 11:46 PM, Enrico Olivelli wrote: I'd like to help I tried to write some lines. I think as an anonymous I could not update the site Clicking the 'Submit' button with the 'Mail Diff' option checked does the trick. Will send a notification to the dev list and we can

TomEE 1.1.0 release tasks

2012-07-15 Thread David Blevins
I've hacked up a new tool to create a task and several subtasks for all the things that need doing when getting a release out. Hopefully, this will achieve a few things: - get more people involved in releases - further document the steps involved in releases - get releases out faster with