Hi, I get a CastException on the resolve method in the following test code snippet (Yes, /mycont/myconp is of type MuComp)
...
public void testMyComp() throws Exception {
final MyComp myComp = (MyComp)resolve("/mycont/myconp");
assertNotNull(myComp)
}
...
Any help is much appreciated!
Mansour
:-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
