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

2012-02-19 Thread Alan D. Cabrera
On Feb 18, 2012, at 12:31 PM, David Blevins wrote: On Feb 18, 2012, at 11:34 AM, Alan D. Cabrera wrote: That does not work for me either. If no one else gets this I suspect that I'll have to bring out YourKit... Try this command to paste your memory settings just to make sure they've

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

2012-02-18 Thread Alan D. Cabrera
That does not work for me either. If no one else gets this I suspect that I'll have to bring out YourKit... Regards, Alan On Feb 17, 2012, at 12:02 PM, dsh wrote: these are the BB Win Sun JDK settings: MAVEN_OPTS=-Xmx1024m -Xss4096k -XX:ReservedCodeCacheSize=64m -XX:PermSize=64m

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

2012-02-18 Thread Romain Manni-Bucau
Maybe paste your error and say when it appears. Le 18 févr. 2012 20:34, Alan D. Cabrera l...@toolazydogs.com a écrit : That does not work for me either. If no one else gets this I suspect that I'll have to bring out YourKit... Regards, Alan On Feb 17, 2012, at 12:02 PM, dsh wrote:

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

2012-02-18 Thread Alan D. Cabrera
I'm getting an OOM error now. http://pastie.org/3402767 On Feb 18, 2012, at 11:42 AM, Romain Manni-Bucau wrote: Maybe paste your error and say when it appears. Le 18 févr. 2012 20:34, Alan D. Cabrera l...@toolazydogs.com a écrit : That does not work for me either. If no one else

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

2012-02-18 Thread David Blevins
On Feb 18, 2012, at 11:34 AM, Alan D. Cabrera wrote: That does not work for me either. If no one else gets this I suspect that I'll have to bring out YourKit... Try this command to paste your memory settings just to make sure they've taken effect: mvn clean install -DfailIfNoTests=false

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

2012-02-18 Thread dsh
btw, 10.7.2 is so dated you should really fix that one. Look at this: mbp:asfinfra-buildbot-projects dsh$ mvn -v Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100) Maven home: /usr/share/maven Java version: 1.6.0_29, vendor: Apple Inc. Java home:

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