| Summary: | Schema validatation doesn't work in mtom enabled provider service | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Jim Ma <ema> |
| Component: | Web Services | Assignee: | Alessio Soldano <asoldano> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Rostislav Svoboda <rsvoboda> |
| Severity: | unspecified | Docs Contact: | Russell Dickenson <rdickens> |
| Priority: | unspecified | ||
| Version: | TBD EAP 6 | CC: | brian.stansberry, klape |
| Target Milestone: | ER7 | ||
| Target Release: | EAP 6.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-15 16:16:51 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: | |
| Bug Depends On: | 1021549 | ||
| Bug Blocks: | |||
Proposing for 6.2 since this fix should be in CXF 2.7.7, but I'm not sure if the fact that the proper fix requires msv-core.jar affects whether this will make it into EAP 6.2 or not. Verified on EAP 6.2.0 ER7 using org.apache.cxf.systest.mtom_schema_validation.MTOMProviderSchemaValidationTest from cxf-2.7.7 tag. pom.xml from cxf-2.7.7/systests/uncategorized modified to use cxf 2.7.6.redhat-2 and 2.7.7.redhat-1. with 2.7.6.redhat-2 test fails javax.xml.ws.soap.SOAPFaultException: Could not parse the XML stream caused by: org.xml.sax.SAXParseException: cvc-type.3.1.2: Element 'file' is a simple type, so it must have no element information item [children].. with 2.7.7.redhat-1 test passes |
19:02:50,096 WARNING [org.apache.cxf.phase.PhaseInterceptorChain] (http-/127.0.0.1:8080-1) Interceptor for {http://provider.gss.redhat.com/} HelloWS# {http://provider.gss.redhat.com/} hello has thrown exception, unwinding now: org.apache.cxf.interceptor.Fault: Could not parse the XML stream caused by: org.xml.sax.SAXParseException: cvc-type.3.1.2: Element 'file' is a simple type, so it must have no element information item [children].. at org.apache.cxf.databinding.source.XMLStreamDataReader.read(XMLStreamDataReader.java:160) at org.apache.cxf.databinding.source.XMLStreamDataReader.read(XMLStreamDataReader.java:75) at org.apache.cxf.databinding.source.XMLStreamDataReader.read(XMLStreamDataReader.java:60) at org.apache.cxf.interceptor.DocLiteralInInterceptor.handleMessage(DocLiteralInInterceptor.java:203) at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:262) at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121) at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:237)