Andrea, > No, it's not. We have more than one continuous build server building > GeoServer and > GeoTools multiple times a day, this issue has not popped up so far. Here > is a link > to the official CI: > http://hudson.opengeo.org/hudson/ > > The issue might be due to a number of things. Maybe it's platform > specific (we have no > CI on Windows for example) or JDK specific (the build is supposed to be > done with > Oracle JDK 6). > Out of curiosity I've run that test with both JDK 6 and 7 on Linux, > passed with both
interesting. I'm using Oracle Java 7 (1.7.0_05) on 64 bit Linux (Ubuntu 12.04) > If you are interested in debugging it at line 594 you can add > "print(dom);", that will > dump the xml of the respose being tested here's the output: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.0.0" xsi:schemaLocation="http://www.opengis.net/ows/1.1 http://localhost:8080/geoserver/schemas/ows/1.1.0/owsAll.xsd"> <ows:Exception exceptionCode="NoApplicableCode"> <ows:ExceptionText>java.lang.ClassCastException: javax.xml.namespace.QName cannot be cast to java.lang.Comparable javax.xml.namespace.QName cannot be cast to java.lang.Comparable</ows:ExceptionText> </ows:Exception> seems like a classpath issue? Akos ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
