[JBoss JIRA] (JBWS-3894) Schema validation regression
by R Searls (JIRA)
[ https://issues.jboss.org/browse/JBWS-3894?page=com.atlassian.jira.plugin.... ]
R Searls commented on JBWS-3894:
--------------------------------
I have not been able to reproduce the reported failure.
I built the project and deployed the war (see attachment) to a build of 8.2.0-Final
with schema-validation-enabled set to true in the standalone.xml.
<endpoint-config name="Standard-Endpoint-Config">
<property name="schema-validation-enabled" value="true"/>
</endpoint-config>
I verified this property is passed to the endpoint when it is created.
This is done in
org.jboss.wsf.stack.cxf.deployment.EndpointImpl, line 95
Map<String, String> epConfProps = config.getProperties();
and the setting is passed to cxf code via message.getContextualProperty
org.apache.cxf.interceptor.AbstractInDatabindingInterceptor, line 108
protected boolean shouldValidate(Message message)
org.apache.cxf.helpers.ServiceUtils, line 51
public static boolean isSchemaValidationEnabled(SchemaValidationType type, Message message) {
The app deployed without issue. I called the service without issue as well.
> Schema validation regression
> ----------------------------
>
> Key: JBWS-3894
> URL: https://issues.jboss.org/browse/JBWS-3894
> Project: JBoss Web Services
> Issue Type: Bug
> Components: jbossws-cxf
> Reporter: Alessio Soldano
> Assignee: R Searls
> Fix For: jbossws-cxf-5.0
>
> Attachments: jbws3894.war
>
>
> Looks like there could be a regression in schema validation in the jbossws/cxf libraries included in WildFly 8.2.0.Final. See https://developer.jboss.org/message/922437 . A reproducer is also attached there.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 7 months