Hello everybody,<br />
<br />
I have integrated Birt 3.7.1 api into my java application (1.6.0.12). To do it, I've made a jar with all Birt dependencies found in the ReportEngine\lib directory and added as a dependency in my server's pom.xml. (please guys : can't you use Maven ??

)<br />
<br />
Everything is working fine locally in my development environnment (Eclipse). <br />
When I compile my application into a war file, it's also working fine on a Jetty or Tomcat server. <a class='bbc_url' href='
http://www.birt-exchange.org/org/forum/public/style_emoticons/'>http://www.birt-exchange.org/org/forum/public/style_emoticons/</a><#EMO_DIR#>/cool.gif <br />
<br />
Unfortunately, my application must be deployed on an oc4j application server (Oracle 10.1.3.3) and here appends the crash : <pre class='_prettyXprint _lang-auto _linenums:0'>java.lang.NoSuchMethodError: javax.xml.parsers.SAXParser.reset()V</pre>
<br />
The complete error is attached :