Bug 1003512 - Schema validatation doesn't work in mtom enabled provider service
Summary: Schema validatation doesn't work in mtom enabled provider service
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Web Services
Version: TBD EAP 6
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ER7
: EAP 6.2.0
Assignee: Alessio Soldano
QA Contact: Rostislav Svoboda
Russell Dickenson
URL:
Whiteboard:
Depends On: 1021549
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-02 08:51 UTC by Jim Ma
Modified: 2018-12-04 15:48 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-15 16:16:51 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Apache JIRA CXF-5237 0 None None None Never

Description Jim Ma 2013-09-02 08:51:32 UTC
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)

Comment 1 Kyle Lape 2013-09-05 21:37:36 UTC
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.

Comment 5 Rostislav Svoboda 2013-11-08 10:22:09 UTC
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


Note You need to log in before you can comment on or make changes to this bug.