3 Replies Latest reply on Aug 1, 2006 9:46 AM by thomas.diesler

    enums and/or inner classes

    sbalmos

      Hi all (again),

      Looking at some of the prior posts about this, and some of the resultant fix reports, can I confirm that 1.5-style enums won't be supported until 1.0.4 still?

      Also, is there any restriction on usage of inner classes as method signature types in a SOAP method? Maybe needing to make the inner class static? I'm attempting to write a method that returns Map.Entry[], but the WSDL generator gives the following:

      2006-07-31 23:18:16,231 ERROR [org.jboss.ws.metadata.wsdl.xmlschema.JBossXSErrorHandler] [domain:http://www.w3.org/TR/xml-schema-1]::[key=s4s-att-invalid-value]::Message=s4s-att-invalid-value: Invalid attribute value for 'type' in element 'element'. Recorded reason: cvc-datatype-valid.1.2.1: 'ns3:Map$Entry' is not a valid value for 'QName'.
      


      Any insight appreciated, as always. Thanks!

      --Scott