Any types nested in other complex types do not get passed the correct attributes/namespaces in the runtime ----------------------------------------------------------------------------------------------------------
Key: YOKO-400 URL: https://issues.apache.org/jira/browse/YOKO-400 Project: Yoko - CORBA Server Issue Type: Bug Components: CorbaBinding Affects Versions: v1.0-incubating-M2 Reporter: Darren Middleman Assignee: Darren Middleman If an any type is nested in something like a struct or sequence, the other complex type listeners currently don't correctly propagate any attribute or namespace information to the any types listener. This results in a marshalling null pointer exception when trying to marshal the any. Caused by: java.lang.NullPointerException at org.apache.yoko.bindings.corba.types.CorbaAnyListener.convertSchemaToIdlType(CorbaAnyListener.java:134) at org.apache.yoko.bindings.corba.types.CorbaAnyListener.processCharacters(CorbaAnyListener.java:90) at org.apache.yoko.bindings.corba.types.CorbaStructListener.processCharacters(CorbaStructListener.java:94) at org.apache.yoko.bindings.corba.types.CorbaSequenceListener.processCharacters(CorbaSequenceListener.java:156) at org.apache.yoko.bindings.corba.runtime.CorbaStreamWriter.writeCharacters(CorbaStreamWriter.java:265) ... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.