Opened 12 years ago
Last modified 12 years ago
#910 new defect
Harvester / WxS / broken
Reported by: | fxp | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | v2.8.1 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
In trunk and 2.8.x, WxS harvester is broken due to new schema location and relative path to xsl/conversion folder.
Maybe conversion XSL should be stored in schema folder instead of global XSLTs (which are used in import metadata panel too).
Quick workaround:
- copy xsl/conversion in WEB-INF/data/xsl/conversion (when using default data directory location)
Attachments (1)
Change History (5)
by , 12 years ago
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Fixed in trunk commit b89243512b65ac5bbfc1bcd91de9dd95963a7437
XSL for WxS conversion are duplicated which is not so nice:
- xsl/conversion for metadata import
- schema_dir/iso19139/convert for OGC WxS harvester (with the target schema option used)
comment:3 by , 12 years ago
Hi Francois,
Hope this fix gets into the GN 2.8.x branch as well once you have verified it. Because currently I am testing off the GN 2.8.x branch + ANZMEST 2.8.x extension. Will save me having to do the workaround trick copying all the files manually.
Regards,
Andrew Walsh
comment:4 by , 12 years ago
Milestone: | v2.8.0 → v2.8.1 |
---|
Changes were back ported to 2.8.1 as part of Ticket #1233
Can this ticket be closed now?
Added patch to review