Hi.
Using JUnit's junit.swingui.TestRunner to run client tests that attempt to
test deployed EJBs. I always fail trying to narrow the object I get from
looking up the bean's home because the class isn't found. If I use the
junit.textui.TestRunner instead, calling it from main method of test case
class, everything works fine. I'm sure it's related to class loader issues.
I'm using the same classpath to run both and it includes all of the code
necessary to run the test as evidenced by the fact that one that runs with
junit.textui.TestRunner actually works.
Anyone know how I can get this to work from the Swingui version of the test
runner?
Thanks in advance.
Richard Doust
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user