내 프로그램에 Mule CRC32 프로세서를 추가했습니다. 이 예외가 발생하면이 예외가 발생합니다.Mule CRC32 프로세서에서 org.xml.sax.SAXParseException을 throw합니다.
org.xml.sax.SAXParseException : schema_reference.4 : 1) 문서를 찾을 수 없어 스키마 문서 'http://www.mulesoft.org/schema/mule/crc32/current/mule-crc32.xsd'을 읽지 못했습니다. 2) 문서를 읽을 수 없습니다. 3) 문서의 루트 요소가 아닙니다.
콘솔의 또 다른 예외 : org.xml.sax.SAXParseException : cvc-complex-type.2.4.a : 요소 'crc32 : config'로 시작하는 잘못된 콘텐츠가 발견되었습니다. '{ "http://www.springframework.org/schema/beans": 콩, ........, "http://www.mulesoft.org/schema/mule/core": 추상 처리 전략} 중 하나가 예상됩니다.
자동으로 삽입 된 Mule 링크에서 xsd를 찾았습니다. 찾지 못했습니다. "http://www.mulesoft.org/schema/mule/crc32"은 존재하지 않습니다.
내가 xsd를 어디에서 찾을 수 있는지 알고 있습니까?
감사합니다, 케렌
연구가 끝나면 Studio에서 다른 문제가 발생했습니다. Andres의 회신으로 문제를 해결할 수있었습니다. http://stackoverflow.com/questions/24554383/mulestudio-studiostudio-goal-failed-to-execute – KerenSi