* Verifies if the context data is working following the specification.
* @throws Exception if there is a problem with the test.
*/
@Test(groups = {"invocationContext", "getContextData"})
public void testContextData00() throws Exception {
ItfInvocationParameter01 icBean = getBeanRemoteInstance(SLSBInvocationContext02.class,
ItfInvocationParameter01.class);
icBean.getObjects(null, null);
}