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:

WebService addresses for embedded EJB Container

2012-02-18 Thread David Blevins
I seem to recall we fixed our web service support in TomEE so that the services were inside the application rather than at the root. Would be excellent if we could get the same support in plain OpenEJB. For example: @BeforeClass public static void setUp() throws Exception {

Re: Top 20 examples for January 2012

2012-02-18 Thread David Blevins
On Feb 15, 2012, at 9:36 PM, David Blevins wrote: 217 /examples-trunk/simple-webservice/README.html Fixed this one up. It's now three, well documented, examples: - http://openejb.staging.apache.org/examples-trunk/simple-webservice/README.html -