Details
-
Type:
Sub-task
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: configuration
-
Labels:None
-
Git Pull Request:
Description
There's a way of contributing to the eclipse xsd catalog by adding a fragment.xml file to the root of a module. Not totally sure if Eclipse automatically picks these up, or if it needs to be dropped into a special folder in the editor.
Worth having a look at. I'll attach an example of a fragment.xml file.
Gliffy Diagrams
-
- fragment.xml
- 34 kB
- Tom Fennelly
-
Hide
- Switchyard_Schemas_1.0.0.jar
- 151 kB
- Tom Fennelly
-
- META-INF/MANIFEST.MF 0.7 kB
- META-INF/maven/.../pom.properties 0.1 kB
- META-INF/maven/.../switchyard-config/pom.xml 4 kB
- org/oasis-open/.../200912/sca-1.1-cd06.xsd 2 kB
- org/.../sca-binding-ejb-1.1-cd02-rev2.xsd 1 kB
- org/.../sca-binding-jca-1.1-cd04-rev2.xsd 7 kB
- org/.../sca-binding-jms-1.1-csd05.xsd 8 kB
- org/.../sca-binding-sca-1.1-cd06.xsd 0.7 kB
- org/.../sca-binding-ws-1.1-cd04-rev2.xsd 1 kB
- org/.../sca-binding-ws-callback-1.1-cd04-rev1.xsd 0.6 kB
- org/.../sca-contribution-1.1-cd06.xsd 3 kB
- org/.../sca-contribution-c-1.1-cd06.xsd 1 kB
- org/.../sca-contribution-cpp-1.1-cd06.xsd 1 kB
- org/.../sca-contribution-java-1.1-csd03.xsd 1 kB
- org/oasis-open/.../sca-core-1.1-cd06.xsd 18 kB
- org/.../sca-definitions-1.1-cd06.xsd 1 kB
- org/.../sca-implementation-bpel-1.1-cd03.xsd 1 kB
- org/.../sca-implementation-c-1.1-cd06.xsd 2 kB
- org/.../sca-implementation-composite-1.1-cd06.xsd 1.0 kB
- org/.../sca-implementation-cpp-1.1-cd06.xsd 2 kB
- org/.../sca-implementation-java-1.1-csd03.xsd 1.0 kB
- org/.../sca-implementation-spring-1.1-csd01.xsd 0.9 kB
- org/.../sca-interface-c-1.1-cd06.xsd 2 kB
- org/.../sca-interface-cpp-1.1-cd06.xsd 2 kB
- org/.../sca-interface-java-1.1-csd05.xsd 1 kB
- org/.../sca-interface-wsdl-1.1-cd06.xsd 1 kB
- org/oasis-open/.../sca-policy-1.1-cd04.xsd 5 kB
- org/.../sca-policy-1.1-intents-definitions-cd04.xml 10 kB
- org/.../oasis-200401-wss-wssecurity-secext-1.0.xsd 11 kB
- org/.../oasis-200401-wss-wssecurity-utility-1.0.xsd 6 kB
Activity
- All
- Comments
- Work Log
- History
- Activity
- Links Hierarchy
Created a plugin that contributes an xml catalog for resolving switchyard schema references to the built-in Eclipse catalog.
Note, for best results, disable "Hounour all XML schema locations" in preferences, XML=>XML Files=>Validation.
Show
Rob Cernich
added a comment - Created a plugin that contributes an xml catalog for resolving switchyard schema references to the built-in Eclipse catalog.
Note, for best results, disable "Hounour all XML schema locations" in preferences, XML=>XML Files=>Validation.
change was pushed a while ago.
Show
Rob Cernich
added a comment - change was pushed a while ago.
OK... tried a few variations of this and only thing I could get working was a full blown eclipse plugin with XML catalog contributions for the schemas. So... chatted with Keith and he'd prefer to leave this and do it as part of the JBT/JBDS tooling for SwitchYard.
I attached a version of the plugin I got working. Shows how to make the XML catalog contributions etc. Might be of use as a ref when doing tooling. Only includes the core schemas (none of the component schemas).