|
From: <tom...@jb...> - 2006-07-07 14:57:26
|
Don't know that JRUnit would be the best tool to for testing clients calling on an application server. However, this could be done if write your own org.jboss.jrunit.extensions.ServerTestCase and withint setUp() method call main() method of org.jboss.Main. Of course will have to make sure have all the jars you need for jboss server on classpath. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956202#3956202 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956202 |