Re: JDBC Connection Pool reconnects on each connection usage

2013-02-28 Thread Witold Szczerba
Hi, I have just read the JavaDoc of ConnectionState and StatementFinalizer and neither of them are talking about the problem I have described. I do not have problems with connections that I am forgetting to close, I do not need any kind of helper to avoid connection leaks. My problem is that I am

Re: TempClassLoader issue

2013-02-28 Thread AndyG
I will try to get you something, just really bogged down with work. I hope I can get some time tomorrow (Friday). If you have an idea or pointers as to why this issue is arising then maybe I can fix it in the process. Why does the following option fix it?

Re: JDBC Connection Pool reconnects on each connection usage

2013-02-28 Thread Romain Manni-Bucau
check through JMX you use StatementCache interceptor of tomcat jdbc *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github:

Re: JDBC Connection Pool reconnects on each connection usage

2013-02-28 Thread John D. Ament
Witold, Maybe we have bad assumptions. Are you assuming that connection pooling is enabled by default in datasources? John On Thu, Feb 28, 2013 at 7:33 AM, Witold Szczerba pljosh.m...@gmail.comwrote: OK, maybe I am blind or maybe I just do not get it at all. I was reading entire JDBC

Re: How far are we from a TomEE 1.5.2 release?

2013-02-28 Thread Katya Todorova
Hi, i'm not sure of the real gain We use OpenEjb in Eclipse Virgo and we deploy web application bundles there as well as pure wars, that's why I'm asking. I imagined the fix just as module type check modification - but it seems that there is more behind this topic that I'm not aware of. Should

Re: properties for mojarra and myfaces?

2013-02-28 Thread Howard W. Smith, Jr.
mauro, As a PrimeFaces user and have 'heard about' the PrimeFaces Cookbook, my recommendation is for you to send your/this question to the following email address: ovarak...@googlemail.com Why are you sending this question to TomEE/OpenEJB list? There is also a myfaces user list, but that is a

Re: JDBC Connection Pool reconnects on each connection usage

2013-02-28 Thread Romain Manni-Bucau
Yes and no. Pooling should be on by default but not sure about last release...maybe check our trunk. We had issues with defaults Le 28 févr. 2013 16:44, Howard W. Smith, Jr. smithh032...@gmail.com a écrit : IMO, I think you should ask your questions on the tomcat user list. On Thu, Feb 28,

Got exception trying to create single action timer

2013-02-28 Thread dmitry.volkov
Hi! I am trying to start scheduled task with following code: @Resource private TimerService timerService; ... public UUID createSingleActionTimer(long duration, Serializable info, Boolean persistent, String userName) { TimerIdentifier identifier = new TimerIdentifier(info,

Re: Someone can help me? ArrayStoreException

2013-02-28 Thread Gabriel Ozeas
I also forget that i already try to use openejb.deployments.classpath.exclude to try to exclude the legacy ejb from the scan. Using: openejb.deployments.classpath.exclude=.*relative/package/to/legacy.* openejb.deployments.classpath.exclude=.*relative\\.package\\.to\\.legacy.* Does not have

Re: Someone can help me? ArrayStoreException

2013-02-28 Thread Romain Manni-Bucau
Hi Have a look to scan.xml maybe Le 28 févr. 2013 19:25, Gabriel Ozeas gabriel.oze...@gmail.com a écrit : I also forget that i already try to use openejb.deployments.classpath.exclude to try to exclude the legacy ejb from the scan. Using:

Re: Someone can help me? ArrayStoreException

2013-02-28 Thread Gabriel Ozeas
The scan.xml is available in OpenEJB 4.5.1? I tried to include all packages except the that that includes the legacy bean, but it not works =\ 2013/2/28 Romain Manni-Bucau rmannibu...@gmail.com Hi Have a look to scan.xml maybe Le 28 févr. 2013 19:25, Gabriel Ozeas gabriel.oze...@gmail.com a

Re: Someone can help me? ArrayStoreException

2013-02-28 Thread Romain Manni-Bucau
It should work but is taken from the jar of the bean (or web-inf for war) Le 28 févr. 2013 19:58, Gabriel Ozeas gabriel.oze...@gmail.com a écrit : The scan.xml is available in OpenEJB 4.5.1? I tried to include all packages except the that that includes the legacy bean, but it not works =\

Re: Someone can help me? ArrayStoreException

2013-02-28 Thread Romain Manni-Bucau
btw i'd be curious if you could test with the snapshot (4.6.0-SNAPSHOT for openejb in this maven repo: http://repository.apache.org/snapshots/) IIRC we had such an issue (mainly due to xbean) and we worked on it. wonder if it is the exact same issue *Romain Manni-Bucau* *Twitter: @rmannibucau

Re: Someone can help me? ArrayStoreException

2013-02-28 Thread Gabriel Ozeas
I will try to test with SNAPSHOT and i will post the result 2013/2/28 Romain Manni-Bucau rmannibu...@gmail.com btw i'd be curious if you could test with the snapshot (4.6.0-SNAPSHOT for openejb in this maven repo: http://repository.apache.org/snapshots/) IIRC we had such an issue (mainly

Re: How far are we from a TomEE 1.5.2 release?

2013-02-28 Thread zeeman
For me in 1.6.0-SNAPSHOT is the fix with parallel deployment and datasources. Don't have the JIRA issues at hand. -- View this message in context: http://openejb.979440.n4.nabble.com/How-far-are-we-from-a-TomEE-1-5-2-release-tp4661026p4661112.html Sent from the OpenEJB User mailing list