On 9/20/07, vijay vijay <[EMAIL PROTECTED]> wrote: > caused by java.lang.ClassCastException : > org.apache.xml.dtm.ref.DTMManagerDefault > at org.apache.xml.dtm.DTMManager.newInstance<DTMManager.java:135> > at org.apache.xpath.XPathContext .<init><XPathContext>.java:100> > > at org.apache.xalan.transformer.transfromerImpl.<int><TransformerImpl.java > :397> >
Ugh... this points to some problem in your Tomcat installation (probably related to xalan.jar again). It isn't a UIMA problem and I'm not an expert in how to fix it. Suggestions: 1) Google "ClassCastException org.apache.xml.dtm.ref.DTMManagerDefault" and see if there's a solution there. I tried it and there are a lot of hits but I don't have time to read them for you. ;) 2) Reinstall the latest Tomcat and try again. Also, about your standalone Java program, I think you need to insert the call to: ae.reconfigure() after the call to ae.setConfigParameterValue(...); Regards, -Adam
