thisReq.invoke();
result = thisReq.result().value();
// Should be an exception thrown.
assertTrue (thisReq.env ().exception () != null);
assertTrue (thisReq.env ().exception () instanceof UNKNOWN);
assertTrue (thisReq.env ().exception ().toString ().indexOf ("Caught an unknown exception with typecode id of IDL:org/jacorb/test/bugs/bugjac631/MyOwnException") != -1);
assertTrue (nvArg2.value ().extract_long () != nvArg1.value ().extract_long ());
}