I added Mule CRC32 processor to my program. When I start it I get this exception:
org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'http://www.mulesoft.org/schema/mule/crc32/current/mule-crc32.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not .
Another exception in the console: org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'crc32:config'. One of '{"http://www.springframework.org/schema/beans":beans, ........, "http://www.mulesoft.org/schema/mule/core":abstract-processing-strategy}' is expected.
I've searched for the xsd in the link Mule automatically inserted and failed to find. "http://www.mulesoft.org/schema/mule/crc32" doesn't exist.
Do you know where I can find the xsd?
Thanks, Keren