Enum class is not known to this JAXBContext
-------------------------------------------

                 Key: AXIS2-2640
                 URL: https://issues.apache.org/jira/browse/AXIS2-2640
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: jaxws
            Reporter: Nikhil Thaker
         Assigned To: Nikhil Thaker


User reports seeing EnumString is not known to this jaxb context. Enum string 
does not have @XmlType/@XmlElement annotations,
only @XmlEnum. So when the JAXBContext is created using context path it is not 
picked up.

This is resolved by checking for enums in JAXBBlockImpl 
marshall/unmarshallByType methods.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to