Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
Resolution
=======
The shared resources (XSDs) in this project use invalid schemaLocations for the import statements.
Example:
<xs:import namespace="http://api.telematics.net/v2/model/common"
schemaLocation="../../../../../../../common/net.telematics.api.mdl.common/src/main/resources/META-INF/schemas/common-entities-v2.xsd"/>
Is used, which is invalid. It simple should be:
<xs:import namespace"http://api.telemat=ics.net/v2/model/common"
schemaLocation="./common-entities-v2.xsd"/>