Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.4, 2.2
-
None
Description
This issue was reported by our JBossWS-CXF integation user, see
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219792#4219792
To fix the issue, apply the same proposed fix from that user, i.e.:
< if (sm != null) {
< Iterator<?> iter = list.iterator();
< while (iter.hasNext())
<
—
> Iterator<?> iter = list.iterator();
> while (iter.hasNext())
> {
> sm.getHeaders().add((Header) iter.next());
Attachments
Issue Links
- is related to
-
CXF-1243 Resolve JBoss common jax-ws testsuite issues
- Closed