* maintains the same bean reference.
* @param beanClass bean class
* @throws Exception Exception if there is a problem with the test.
*/
private void testInvocation(final Class beanClass) throws Exception {
ItfInvocation00 icBean = getBeanRemoteInstance(beanClass, ItfInvocation00.class);
icBean.check();
}