| Summary: | NullPointerException when soap message sent with soap envelope in default namespace | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 5 | Reporter: | Jiri Sedlacek <jsedlace> | ||||
| Component: | JBossWS | Assignee: | Default User <jbpapp-maint> | ||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | |||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | urgent | ||||||
| Version: | 5.2.0.ER6 | CC: | dance12, jsedlace, kevin.conner, oskutka, spybugs99 | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 5.2.0 GA, 5.2.0.CR1 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| URL: | http://jira.jboss.org/jira/browse/SOA-3560 | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: |
JBossWS native stack
|
|||||
| Last Closed: | 2011-11-14 16:03:20 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
Jiri Sedlacek
2011-11-07 09:39:26 UTC
Attachment: Added: reproducer_ws.tgz There may be more instances of this, for example a quick search in the same package shows the two occurrences mentioned by Jiri and also others in EnvelopeBuilderStax.java and SOAPHeaderImpl.java EnvelopeBuilderDOM.java:188: if (!soapHeader.getPrefix().equals(domHeader.getPrefix())) EnvelopeBuilderDOM.java:229: if (!soapBody.getPrefix().equals(domBody.getPrefix())) EnvelopeBuilderStax.java:400: return !qName.getPrefix().equals(EMPTY_STRING) ? qName.getPrefix() + ":" + qName.getLocalPart() : qName.getLocalPart(); SOAPHeaderImpl.java:97: if (qname == null || qname.getNamespaceURI().length() == 0 || qname.getPrefix().length() == 0) Issue caused by JBPAPP-5450 Link: Added: This issue depends JBPAPP-7498 Link: Removed: This issue depends JBPAPP-7498 Link: Added: This issue depends JBPAPP-7499 I tested patched jar provided by Kevin and it solves the problem. Incorporated oneoff jar from JBPAPP-7499. Release Notes Docs Status: Added: Not Required Writer: Added: dlesage Verified in 5.2.0.CR1 Is this going to be rolled into the jbossws stack for EAP? This affects EAP 4.3 CP10 as well. |