<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>We have been using OpenOffice in the past to convert RTF documents to PDF and to print them. We have upgraded and after updating the Jar files in our EAR file we now get an exception:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>2011-09-13 10:58:19,725 ERROR [STDERR] (http-0.0.0.0-8080-1) Error DOMSource cannot be processed: check that saxon9-dom.jar is on the classpath<o:p></o:p></p><p class=MsoNormal>2011-09-13 10:58:19,725 ERROR [STDERR] (http-0.0.0.0-8080-1) net.sf.saxon.trans.XPathException: DOMSource cannot be processed: check that saxon9-dom.jar is on the classpath<o:p></o:p></p><p class=MsoNormal>2011-09-13 10:58:19,725 ERROR [STDERR] (http-0.0.0.0-8080-1) at net.sf.saxon.event.Sender.send(Sender.java:226)<o:p></o:p></p><p class=MsoNormal>2011-09-13 10:58:19,725 ERROR [STDERR] (http-0.0.0.0-8080-1) at net.sf.saxon.IdentityTransformer.transform(IdentityTransformer.java:29)<o:p></o:p></p><p class=MsoNormal>2011-09-13 10:58:19,725 ERROR [STDERR] (http-0.0.0.0-8080-1) at com.napersoft.databases.R70.NRUtils.decodeXML(NRUtils.java:1160)<o:p></o:p></p><p class=MsoNormal>…<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Without the OpenOffice 3.3 jar files that code works fine, with the 3.3 Jar files it fails with the message above. The code being invoked has nothing to do with OpenOffice, it has to do with formatting some XML for display. I noticed that there is a saxon9.jar as part of the 3.3 jars and that is included in the manifest as a jar file dependency and it is bundled with the EAR file. It is like some of the Jar files are replacing or interfering with the javax.xml.* packages provided by JBoss.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Is there some minimal set of 3.3 jars I can use? Most of the time we are loading an RTF document and converting it to PDF or printing it. We also use cursors to search for bookmarks and insert page breaks as well as get a page count.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Any help would be appreciated.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Thanks.<o:p></o:p></p></div></body></html>