Re: svn commit: r1146747 - /openejb/trunk/openejb3/container/openejb-core/src/main/java/org/apache/openejb/ClassLoaderUtil.java

2011-07-20 Thread AndyG
That is actually what I did in the reverted changes. Not saying all the changes you made were completely wrong? the revert was simply back to the way it was before (working) until a more stable solution was found - which is what we are doing right? If I put your changes back 'as is' in then

Re: svn commit: r1146747 - /openejb/trunk/openejb3/container/openejb-core/src/main/java/org/apache/openejb/ClassLoaderUtil.java

2011-07-20 Thread AndyG
The test for this can only really be tested on Win machines. I have a test on my dev box that does the following: 1. Start 2. Deploy app 3. Undeploy app 4. Check that app files can be or are deleted 5. Repeat steps 2 through 4 several times 6. Stop I am using a custom deployer (based loosely on

Re: Issues with Attachments: week of 2011-07-17

2011-07-20 Thread Jean-Louis MONTEIRO
Working on 2010-10-07 [OPENEJB-1366] NameAlreadyBoundException: ParsedName{path=openejb/ client/test-classes/comp/env https://issues.apache.org/jira/browse/OPENEJB-1366 2011/7/17 dblev...@apache.org OpenEJB - Sunday, July 17, 2011 38 Issues with Attachments (sorted oldest to newest)

Re: NameAlreadyBoundException: ParsedName{path=openejb/client/test-classes/comp/env, component=env}

2011-07-20 Thread Jean-Louis MONTEIRO
Okay, let's try to push new snapshots ... -- View this message in context: http://openejb.979440.n4.nabble.com/Re-NameAlreadyBoundException-ParsedName-path-openejb-client-test-classes-comp-env-component-env-tp3643459p3680703.html Sent from the OpenEJB Dev mailing list archive at Nabble.com.

Re: NameAlreadyBoundException: ParsedName{path=openejb/client/test-classes/comp/env, component=env}

2011-07-20 Thread Marius Kruger
On 20 July 2011 15:15, Jean-Louis MONTEIRO jeano...@gmail.com wrote: Okay, let's try to push new snapshots ... Thank you so much Jean-Louis for trying to help me. Sadly the fix you committed does not solve my problem :'( I did a couple of back and forths between 3.2.x and my patched branch

Re: NameAlreadyBoundException: ParsedName{path=openejb/client/test-classes/comp/env, component=env}

2011-07-20 Thread Marius Kruger
sorry for all the spam.. On 21 July 2011 00:49, Marius Kruger ama...@gmail.com wrote: On 21 July 2011 00:25, Marius Kruger ama...@gmail.com wrote: If it will help, I can try to build an example that breaks in maven when running tests. I attached a simple maven project to the bug which

Re: NameAlreadyBoundException: ParsedName{path=openejb/client/test-classes/comp/env, component=env}

2011-07-20 Thread David Blevins
On Jul 20, 2011, at 3:25 PM, Marius Kruger wrote: On 20 July 2011 15:15, Jean-Louis MONTEIRO jeano...@gmail.com wrote: Okay, let's try to push new snapshots ... Thank you so much Jean-Louis for trying to help me. Sadly the fix you committed does not solve my problem :'( Probably

Re: NameAlreadyBoundException: ParsedName{path=openejb/client/test-classes/comp/env, component=env}

2011-07-20 Thread Marius Kruger
On 21 July 2011 02:54, David Blevins david.blev...@gmail.com wrote: ... I applied it and checked it in. thanks again. much appreciated! Thank you for both the patch and the patience! There'll be quite a lot of happy users of this functionality. great. I was beginning to think it is just

Re: svn commit: r1148832 - in /openejb/trunk/openejb3/container/openejb-activemq4/src/test: java/org/apache/openejb/core/mdb/ java/org/apache/openejb/resource/activemq/ java/org/apache/openejb/util/ r

2011-07-20 Thread Kevan Miller
On Jul 20, 2011, at 12:24 PM, jlmonte...@apache.org wrote: Author: jlmonteiro Date: Wed Jul 20 16:24:44 2011 New Revision: 1148832 URL: http://svn.apache.org/viewvc?rev=1148832view=rev Log: Also apply ActiveMQ and MDB changes to activemq4 module. I don't like duplicate code. It should

Re: Memory leak

2011-07-20 Thread David Blevins
On Jul 19, 2011, at 3:30 PM, David Blevins wrote: Seems to be a juicy memory leak issue as uncovered by the CDI TCK setup for TomEE. Up for grabs. Just modify tck/cdi-tomee/src/test/resources/passing.xml to look like so: suite name=CDI TCK verbose=0 test name=CDI TCK

Re: svn commit: r1148832 - in /openejb/trunk/openejb3/container/openejb-activemq4/src/test: java/org/apache/openejb/core/mdb/ java/org/apache/openejb/resource/activemq/ java/org/apache/openejb/util/ r

2011-07-20 Thread Jean-Louis MONTEIRO
Hi Kevan, I'm having some issues with buildbot and SVN. Everythig is running fine on my computer. BTW, I'm not working on the trunk, so you can revert without any problem, but it will not change anything. From my understanding, we are facing some issues with activemq tests because port 61616 is

Re: svn commit: r1148832 - in /openejb/trunk/openejb3/container/openejb-activemq4/src/test: java/org/apache/openejb/core/mdb/ java/org/apache/openejb/resource/activemq/ java/org/apache/openejb/util/ r

2011-07-20 Thread Kevan Miller
On Jul 21, 2011, at 1:17 AM, Jean-Louis MONTEIRO wrote: Hi Kevan, I'm having some issues with buildbot and SVN. Everythig is running fine on my computer. Hi Jean-Louis, The code on trunk wouldn't compile. So, I don't see how it could be running fine, unless you're running with out-dated

Re: svn commit: r1148832 - in /openejb/trunk/openejb3/container/openejb-activemq4/src/test: java/org/apache/openejb/core/mdb/ java/org/apache/openejb/resource/activemq/ java/org/apache/openejb/util/ r

2011-07-20 Thread Jean-Louis MONTEIRO
OK Kevan. Sorry for that error. I committed the second part of my changes on the wrong place in SVN (trunk instead of branch32). Feel free to revert everything you want. I will continu working on it today so that I can merge in trunk as soon as I have a stable build on branch32 But keep in mind