JAXBCustomBuilder should avoid encrypted data
---------------------------------------------

                 Key: AXIS2-3637
                 URL: https://issues.apache.org/jira/browse/AXIS2-3637
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
            Reporter: Rich Scheuerle
            Assignee: Rich Scheuerle


Background:
During JAXWS processing, a JAXB CustomBuilder is registered on the 
StAXOMBuilder.
The CustomBuilder automatically unmarshalls the SOAPBody payload as an 
OMSoucedElement backed by a JAXB object.

Problem:
If the body is encrypted, JAXB unmarshalling fails.

Solution:
Quick Fix to recognize EncryptedData and use the normal StAXOMBuilder algorithm.

Kudos to Huiran Wang for finding this problem.

-- 
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