I have a bundle that is generating an exception. Looking at the log I
see that most lines in the
stack trace contains the bundle number, name, and version; however, some
of them do not.
What does this mean? Are the classes being resolved from somewhere else?
Caused by: com.hp.hpl.jena.shared.JenaException:
org.apache.xerces.impl.dv.DVFactoryException: DTD factory class
org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from
DTDDVFactory.
at
com.hp.hpl.jena.rdf.model.impl.RDFReaderFImpl.getReader(RDFReaderFImpl.java:120)
at com.hp.hpl.jena.rdf.model.impl.ModelCom.read(ModelCom.java:220)
at
com.ge.research.sadl.reasoner.ConfigurationManager.loadConfigurationFile(ConfigurationManager.java:212)[239:reasoner:1.0.0.SNAPSHOT]
at
com.ge.research.sadl.reasoner.ConfigurationManager.<init>(ConfigurationManager.java:156)[239:reasoner:1.0.0.SNAPSHOT]
at
com.ge.research.sadl.sadlserver.server.SadlServerImpl.selectServiceModel(SadlServerImpl.java:165)
......
Thanks.
Barry Hathaway