[
https://issues.apache.org/jira/browse/CXF-1523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp resolved CXF-1523.
------------------------------
Resolution: Fixed
Fix Version/s: 2.0.6
Assignee: Daniel Kulp
I've gone through Aegis and replaced all of the namespace != null things with
!StringUtils.isEmpty(namespace) things which will account for null or ""
namespaces. Thus, this should now be fixed, I hope. Hard to reproduce
though as the various SAAJ impls and Stax writers do different things.
> 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
> Assignee: Daniel Kulp
> Fix For: 2.0.6
>
>
> 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.