Xalan removal caused build failure in webservice-test
-----------------------------------------------------
Key: GEOS-4599
URL: http://jira.codehaus.org/browse/GEOS-4599
Project: GeoServer
Issue Type: Bug
Components: Application schema
Affects Versions: 2.2.x
Environment: Java 5
Reporter: Ben Caradoc-Davies
Assignee: Rini Angreani
Priority: Blocker
Fix For: 2.2.x
Andrea put GeoServer on a diet. Amongst other things, he removed Xalan. This results (?) in failure in webservice-test:
{code}
Tests run: 4, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 12.252 sec <<< FAILURE!
Results :
Failed tests:
testMappedFeature(org.geoserver.test.WebServiceBackendWfsTest)
testGeologicUnit(org.geoserver.test.WebServiceBackendWfsTest)
Tests run: 4, Failures: 2, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
{code]
Probably as simple as adding the right dependency.
Maven errors look like this:
{code}
ERROR: 'Syntax error in '@*|text()|comment()|processing-instruction'.'
FATAL ERROR: 'Could not compile stylesheet'
04 Jun 17:21:19 ERROR [geoserver.ows] -
java.io.IOException: Could not compile stylesheet
at org.geoserver.wfs.xml.GML3OutputFormat.complexFeatureStreamIntercept(GML3OutputFormat.java:279)
at org.geoserver.wfs.xml.GML3OutputFormat.write(GML3OutputFormat.java:240)
at org.geoserver.wfs.WFSGetFeatureOutputFormat.write(WFSGetFeatureOutputFormat.java:141)
{code}
This should fail in app-schema-test too. Presumably Andrea fixed it, but not webservice-test (as it is in community, and not in -PallExtensions). We should see what Andrea did.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira