public void test_arraysPassing() {
try {
ArraysUnionsTuscanyServant arraysUnions = new ArraysUnionsTuscanyServant();
TestRuntimeComponentService service = new TestRuntimeComponentService(arraysUnions);
Class<?> javaClass = ((JavaInterface)service.getInterfaceContract().getInterface()).getJavaClass();
InvocationProxy proxy = new ComponentInvocationProxy(service, service.getRuntimeWire(null), javaClass);
DynaCorbaServant servant = new DynaCorbaServant(proxy, Utils.getTypeId(javaClass));
String[] ids = new String[] {"IDL:org/apache/tuscany/sca/binding/corba/testing/arrays_unions/ArraysUnionsTests:1.0"};
servant.setIds(ids);
bindServant(servant, "ArraysUnions");
Object reference = bindReference("ArraysUnions");