Sequences with Any elements throws IllegalArgumentException in runtime ----------------------------------------------------------------------
Key: YOKO-398 URL: https://issues.apache.org/jira/browse/YOKO-398 Project: Yoko - CORBA Server Issue Type: Bug Components: CorbaBinding Affects Versions: v1.0-incubating-M2 Reporter: Darren Middleman Assignee: Darren Middleman Fix For: v1.0.0 If we use an Any type as the element type for a sequence, we can get the following exception: Caused by: java.lang.IllegalArgumentException: wrong number of arguments at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:494) at org.apache.yoko.bindings.corba.runtime.CorbaObjectReader.initializeCorbaObjectHandler(CorbaObjectReader.java:463) This is a result of the way the any handler is constructed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.