[GeoNetwork-devel] [GeoNetwork opensource Developer website] #1243: mvn jetty:run causes TransformerConfigurationException with “Failed to compile stylesheet. xx errors...."

#1243: mvn jetty:run causes TransformerConfigurationException with “Failed to
compile stylesheet. xx errors...."
---------------------+------------------------------------------------------
Reporter: simonp | Owner: geonetwork-devel@…
     Type: defect | Status: new
Priority: minor | Milestone: v2.8.1
Component: General | Version: v2.8.0
Keywords: |
---------------------+------------------------------------------------------
Problem is that mvn jetty:run (as used by devs) adds current schema plugin
config to the schemaplugin-uri-catalog.xml in src/webapp/WEB-
INF/data/config (thanks to fxp for that diagnosis) - this would cause all
installations built from this src tree to fail.

Fix is to reconfig the schemaplugin-uri-catalog.xml (for urls needed by
XSLT engine) at startup with the installed schema plugins (this is done in
SchemaManager init) - benefit is that installation can now be moved
without causing issues here as well.

See commit a3131b7d850ddb887c720749ced1541d02708d51

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/1243&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.

#1243: mvn jetty:run causes TransformerConfigurationException with “Failed to
compile stylesheet. xx errors...."
----------------------+-----------------------------------------------------
  Reporter: simonp | Owner: geonetwork-devel@…
      Type: defect | Status: closed
  Priority: minor | Milestone: v2.8.1
Component: General | Version: v2.8.0
Resolution: fixed | Keywords:
----------------------+-----------------------------------------------------
Changes (by simonp):

  * status: new => closed
  * resolution: => fixed

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/1243#comment:1&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.