Reopen Bug CXF-1448: Aegis + SAAJ leads to namespace complaint.
---------------------------------------------------------------
Key: CXF-1523
URL: https://issues.apache.org/jira/browse/CXF-1523
Project: CXF
Issue Type: Bug
Components: Aegis Databinding
Affects Versions: 2.0.5
Environment: WebLogic
Reporter: Weikuo Liaw
I still get the exception with version CXF 2.0.5 in WebLogic. I found out that:
The previous fix of CXF-1448 does not fix the problem for empty namespaces,
because the fix only checks for "namespace != null" but not checks for
"namespace.length() > 0".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.