Test objects passed to the application under test must be
registered references.
Explanation
The test objects that were passed to the application
were not registered references. Test objects that are passed to the
application under test must be registered references.
System action
The computer generates a generic Java object for
another process (using spy memory). This Java object is a test object
and it contains an object reference, which is not a remote proxy
reference.
User response
Change the test script so that the test objects that
are passed to the application under test have registered proxy references.