Build workspace 的时候,出现如下错误。
-----------------------------------------------------------------
Multiple annotations found at this line:
- cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'ha:converter-chain'.
- schema_reference.4: Failed to read schema document 'http://www.hsbc.com/schema/esf-hostadapter/converter-1.0.0/
hostadapter_converter_config.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not
<xsd:schema>.
-----------------------------------------------------------------
之前以为是网络问题,将 Network connections 改为 Native。之后发现还是不行。
Solution: Suspend validation, and then right click the project, select "Validate". then solved.