I get this message that includes a function name. I see lots of other
messages without the function name. Who is introspecting it, and why?

Oct 25, 2007 8:01:31 PM
org.apache.cxf.javascript.types.SchemaJavascriptBuilder
unsupportedConstruct
SEVERE: JavaScript limitation: Non-Element sequence member
XmlSchemaChoice of {http://apache.org/type_test/types3}OccuringStruct.


  private void unsupportedConstruct(String messageKey, XmlSchemaType
subject) {
        Message message = new Message(messageKey, LOG,
subject.getQName(), 
                                      cleanedUpSchemaSource(subject));
        throw new UnsupportedSchemaConstruct(message);
        
    }

Reply via email to