|
Simple SY Maven project to demonstrate schema validation errors
Description of problem:
When there is no internet connectivity the attached project gets several schema validation errors in the switchyard.xml file - namely schema sca-binding-ws-1.1-cd04-rev2.xsd.
When the internet is connected these errors do not appear.
Note that all JBoss Training classrooms run offline due to many customer restrictions regarding internet access onsite. so offline is the normal mode of testing and final validation of a training class.
Note these errors occur even if the Honor All Schema.... is unchecked.
Version-Release number of selected component (if applicable):
FSW 6 Beta 1
How reproducible:
Always when offline
Steps to Reproduce:
1. Have internet connected
2. Build the attached project at the command line - mvn clean package
3. Disconnect internet
4. Start JBDS
5. Import the project as an "existing Maven project"
6. After build and validation the schema errors will be reported
Actual results:
Schema errors are reported (and can be safely ignored)
Expected results:
No schema errors reported
Additional info:
Although this is low priority - it makes the product look broken and may cause quite a bit of confusion
|