|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
JBoss Embedded Integration TestSuiteI've added some instructions for running the JBoss Embedded Integration
TestSuite: http://www.jboss.org/community/wiki/JBossEmbeddedDevelopmentandContribution It'd be great if some other devs and project leads could: 1) Work through these to test that I've accounted for everything 2) Add some support to the suite, which really acts as a high-level smoke test for embedded support of stuff within AS. I'd like to see some Seam apps, JSF, RichFaces, etc in there. The test case itself is: http://anonsvn.jboss.org/repos/jbossas/projects/embedded/trunk/testsuite-full-dep/src/test/java/org/jboss/embedded/testsuite/fulldep/ServerTestCase.java Extra special bonus points to Pete Muir for already bringing this stuff in, running WebBeans under Embedded: http://anonsvn.jboss.org/repos/test-utils/jboss-test-harness/trunk/embedded/src/main/java/org/jboss/testharness/integration/jbossembedded/JBossEmbeddedConnector.java S, ALR -- Andrew Lee Rubinger Sr. Software Engineer JBoss by Red Hat http://exitcondition.alrubinger.com _______________________________________________ jboss-development mailing list jboss-development@... https://lists.jboss.org/mailman/listinfo/jboss-development |
|
|
Re: JBoss Embedded Integration TestSuiteI've tried to follow the instructions on the wiki page and 'mvn install' in embedded fails
on WinXP when trying to run org.jboss.embedded.testsuite.ServerTestCase. What happens there is the server runs out of heap memory. Where are the memory settings controlled when launching the server and are those different on U*nix/Windoze? Andrew Lee Rubinger wrote: > I've added some instructions for running the JBoss Embedded Integration > TestSuite: > > http://www.jboss.org/community/wiki/JBossEmbeddedDevelopmentandContribution > > It'd be great if some other devs and project leads could: > > 1) Work through these to test that I've accounted for everything > 2) Add some support to the suite, which really acts as a high-level > smoke test for embedded support of stuff within AS. I'd like to see > some Seam apps, JSF, RichFaces, etc in there. > > The test case itself is: > > http://anonsvn.jboss.org/repos/jbossas/projects/embedded/trunk/testsuite-full-dep/src/test/java/org/jboss/embedded/testsuite/fulldep/ServerTestCase.java > > Extra special bonus points to Pete Muir for already bringing this stuff > in, running WebBeans under Embedded: > > http://anonsvn.jboss.org/repos/test-utils/jboss-test-harness/trunk/embedded/src/main/java/org/jboss/testharness/integration/jbossembedded/JBossEmbeddedConnector.java > > S, > ALR > jboss-development mailing list jboss-development@... https://lists.jboss.org/mailman/listinfo/jboss-development |
|
|
Re: JBoss Embedded Integration TestSuiteOn 10/16/2009 07:59 AM, Dimitris Andreadis wrote:
> I've tried to follow the instructions on the wiki page and 'mvn install' > in embedded fails on WinXP when trying to run > org.jboss.embedded.testsuite.ServerTestCase. > > What happens there is the server runs out of heap memory. > > Where are the memory settings controlled when launching the server and > are those different on U*nix/Windoze? Interesting. I'd run into this: https://jira.jboss.org/jira/browse/EMB-41 ...so my solution was to bump the heap when Surefire was launched by adding an argLine to the config: http://anonsvn.jboss.org/repos/jbossas/projects/embedded/trunk/build/pom.xml I've also noticed that when running within the Eclipse JUnit runner, using JDK6/i586 worked with no additional heap settings needed, while JDK6/x86_64 (same minor/patch versions) failed. S, ALR > > Andrew Lee Rubinger wrote: >> I've added some instructions for running the JBoss Embedded >> Integration TestSuite: >> >> http://www.jboss.org/community/wiki/JBossEmbeddedDevelopmentandContribution >> >> >> It'd be great if some other devs and project leads could: >> >> 1) Work through these to test that I've accounted for everything >> 2) Add some support to the suite, which really acts as a high-level >> smoke test for embedded support of stuff within AS. I'd like to see >> some Seam apps, JSF, RichFaces, etc in there. >> >> The test case itself is: >> >> http://anonsvn.jboss.org/repos/jbossas/projects/embedded/trunk/testsuite-full-dep/src/test/java/org/jboss/embedded/testsuite/fulldep/ServerTestCase.java >> >> >> Extra special bonus points to Pete Muir for already bringing this >> stuff in, running WebBeans under Embedded: >> >> http://anonsvn.jboss.org/repos/test-utils/jboss-test-harness/trunk/embedded/src/main/java/org/jboss/testharness/integration/jbossembedded/JBossEmbeddedConnector.java >> >> >> S, >> ALR >> -- Andrew Lee Rubinger Sr. Software Engineer JBoss by Red Hat http://exitcondition.alrubinger.com _______________________________________________ jboss-development mailing list jboss-development@... https://lists.jboss.org/mailman/listinfo/jboss-development |
| Free embeddable forum powered by Nabble | Forum Help |