[jboss-dev-forums] [Design of EJB 3.0] - Re: ejb3-head testsuite

bstansberry@jboss.com do-not-reply at jboss.com
Mon Jan 8 15:01:23 EST 2007


Not really, other than looking in the server.log from the all config to see if it reveals anything.

Last week I was testing with the clustering configs (called node0 and node1) and ant didn't have any problems stopping them on my dev machine.  They're stripped down versions of 'all'.

Only tangentially related, but the AS testsuite adds xmlns:server="http://jboss.org/ns/test/ant/server" to the "project" tag in its build xml and thereafter uses the server:start and server:stop macros to start/stop servers.  This is instead of the start-jboss and stop-jboss macros that EJB3 is pulling in from testsuite/imports/server-config.xml.  Should we look at doing the same in EJB3?  Having 2 ways of starting/stopping the AS seems unnecessary and a possible source of problems.  Also, using the server:start/stop approach helps decouple EJB3 from the testuite module.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999188#3999188

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999188



More information about the jboss-dev-forums mailing list