Hi!

I stumbled upon a problem in version 1.3b1 because of the SPI file 
META-INF/services/javax.xml.validation.SchemaFactory
I am trying to instantiate a SchemaFactory for XML Schema via
SchemaFactory.newInstance (javax.xml.XMLConstants.W3C_XML_SCHEMA_NS_URI);
and all I'm getting is the following error:
java.lang.NoClassDefFoundError: 
org/iso_relax/verifier/VerifierConfigurationException
  at java.lang.Class.getDeclaredConstructors0(Native Method)
  at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
  at java.lang.Class.getConstructor0(Class.java:2699)
  at java.lang.Class.newInstance0(Class.java:326)
  at java.lang.Class.newInstance(Class.java:308)
  at 
javax.xml.validation.SchemaFactoryFinder.loadFromService(SchemaFactoryFinder.java:463)
  at 
javax.xml.validation.SchemaFactoryFinder._newFactory(SchemaFactoryFinder.java:246)
  at 
javax.xml.validation.SchemaFactoryFinder.newFactory(SchemaFactoryFinder.java:145)
  at javax.xml.validation.SchemaFactory.newInstance(SchemaFactory.java:205)

It seems like some files/dependencies are missing.
Btw: my system property 
"javax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema"; is 
undefined and a file called "$java.home/jaxp.properties" does not exist.

// Philip

Reply via email to