On Sep 1, 2007, at 7:28 PM, James M Snell wrote:
Anyone else have a chance to look over the new zips yet?
Just found what seems to be a problem in the Spring module: the Ant
build does not include in the abdera-spring jar a copy of the schema
and schema resolver configuration files that are in spring/src/main/
resources/META-INF.
Without these, the XML schema validator tries to download the schema
from <http://abdera.apache.org/schemas/abdera-spring.xsd> (which does
not resolve) instead of reading it from a classpath resource.
Ugo