Re: automatic proxy for surefire

2012-02-17 Thread Romain Manni-Bucau
FYI - Romain -- Forwarded message -- From: Stephen Connolly stephen.alan.conno...@gmail.com Date: 2012/2/17 Subject: Re: automatic proxy for surefire To: Maven Developers List d...@maven.apache.org File a New Feature in JIRA... it sounds like a nice idea. If you

Failed tests: testGetInjectableReferenceOnBeanManager(org.jboss.jsr299.tck.tests.lookup.injectionpoint.InjectableReferenceTest)

2012-02-17 Thread Romain Manni-Bucau
FYI it is a regression in OWB. i sent it to the OWB list - Romain

Re: Failed tests: testGetInjectableReferenceOnBeanManager(org.jboss.jsr299.tck.tests.lookup.injectionpoint.InjectableReferenceTest)

2012-02-17 Thread Alan D. Cabrera
On Feb 17, 2012, at 5:31 AM, Romain Manni-Bucau wrote: FYI it is a regression in OWB. i sent it to the OWB list I get a compiler error. They changed access to a public static threadlocal. Does anyone else get the same error? Regards, Alan

Re: Failed tests: testGetInjectableReferenceOnBeanManager(org.jboss.jsr299.tck.tests.lookup.injectionpoint.InjectableReferenceTest)

2012-02-17 Thread Romain Manni-Bucau
Did you update trunk? Le 17 févr. 2012 16:28, Alan D. Cabrera l...@toolazydogs.com a écrit : On Feb 17, 2012, at 5:31 AM, Romain Manni-Bucau wrote: FYI it is a regression in OWB. i sent it to the OWB list I get a compiler error. They changed access to a public static threadlocal.

Re: Failed tests: testGetInjectableReferenceOnBeanManager(org.jboss.jsr299.tck.tests.lookup.injectionpoint.InjectableReferenceTest)

2012-02-17 Thread Alan D. Cabrera
The compile error is now fixed. I'm getting an OOM error now. http://pastie.org/3402767 Regards, Alan On Feb 17, 2012, at 7:29 AM, Romain Manni-Bucau wrote: Did you update trunk? Le 17 févr. 2012 16:28, Alan D. Cabrera l...@toolazydogs.com a écrit : On Feb 17, 2012, at 5:31 AM,

Re: Failed tests: testGetInjectableReferenceOnBeanManager(org.jboss.jsr299.tck.tests.lookup.injectionpoint.InjectableReferenceTest)

2012-02-17 Thread David Blevins
On Feb 17, 2012, at 9:43 AM, Alan D. Cabrera wrote: The compile error is now fixed. I'm getting an OOM error now. http://pastie.org/3402767 I have my memory settings pretty high due to the Geronimo build. Not sure how much we actually need. Here's my setting: declare -x

Re: Failed tests: testGetInjectableReferenceOnBeanManager(org.jboss.jsr299.tck.tests.lookup.injectionpoint.InjectableReferenceTest)

2012-02-17 Thread dsh
these are the BB Win Sun JDK settings: MAVEN_OPTS=-Xmx1024m -Xss4096k -XX:ReservedCodeCacheSize=64m -XX:PermSize=64m -XX:MaxPermSize=256m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=C:\slave4\openejb-trunk-win\dumps On Fri, Feb 17, 2012 at 8:27 PM, David Blevins david.blev...@gmail.com