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?
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-...
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/embedd...
S,
ALR