Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.2
-
Fix Version/s: 1.3-rc3
-
Component/s: Core: Containers
-
Labels:None
-
Similar Issues:
MULE-1734Unify references to xml-apis and xerces using Maven's dependencyManagementMULE-2700Mule must not add xml-apis/xerces to the classpathMULE-3554FilteringXmlMessageSplitter does not handle W3C DocumentsMULE-5456Persisted VM queues cannot be used in flowsMULE-1147Upgrade Xerces to 2.8.1MULE-2963FilteringXmlMessageSplitter does not set CorrelationGroupSizeMULE-6029JaxpXPathExpressionEvaluator cannot be used in configs as xpath2 is not in the list of allowed expression evaluators
MULE-2757 Asynchronous TCP use cannot be interleavedMULE-5544Component cannot be used inside of an enricherMULE-2637Mule 1.X cannot use Spring schema config
Description
Below is the diff file with the fix, please incorporate that into your builds
Index: FilteringXmlMessageSplitter.java
===================================================================
RCS file: /scm/mule/mule/mule/src/java/org/mule/routing/outbound/FilteringXmlMessageSplitter.java,v
retrieving revision 1.9
diff -r1.9 FilteringXmlMessageSplitter.java
58a59,62
> // JAXP property for specifying external XSD language (as required by newer JAXP implementation)
> private static final String JAXP_PROPERTIES_SCHEMA_LANGUAGE = "http://java.sun.com/xml/jaxp/properties/schemaLanguage";
> private static final String JAXP_PROPERTIES_SCHEMA_LANGUAGE_VALUE = "http://www.w3.org/2001/XMLSchema";
>
146a151
> reader.setProperty(JAXP_PROPERTIES_SCHEMA_LANGUAGE, JAXP_PROPERTIES_SCHEMA_LANGUAGE_VALUE);
170a176
> logger.error("Failed to initialise the payload", ex);
Issue Links
| Related | |||
|---|---|---|---|
|
|||
Ilya,
Could you please generate a unified diff (more details an examples at http://mule.codehaus.org/Getting+Involved) so it follows the project standard?
May I also suggest you generate it against the version on the 2.0 branch? It has more features than the version in 1.3 and will be backported, as it is pretty much self-contained.