<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi all,<div class=""><br class=""></div><div class="">I am writing a federation provider that accesses Oracle using MyBatis.</div><div class="">I get the following error when MyBatis is trying to read its xml configuration:</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><div class="" style="margin: 0px; line-height: normal; font-family: Menlo; color: rgb(195, 55, 32);">### Cause: java.lang.RuntimeException: XPathFactory#newInstance() failed to create an XPathFactory for the default object model:&nbsp;<a href="http://java.sun.com/jaxp/xpath/dom" class="">http://java.sun.com/jaxp/xpath/dom</a>&nbsp;with the XPathFactoryConfigurationException: javax.xml.xpath.XPathFactoryConfigurationException: No XPathFactory implementation found for the object model:&nbsp;<a href="http://java.sun.com/jaxp/xpath/dom" class="">http://java.sun.com/jaxp/xpath/dom</a></div><div class="" style="margin: 0px; line-height: normal; font-family: Menlo; color: rgb(195, 55, 32);"><span class="Apple-tab-span" style="white-space: pre;">        </span>at org.apache.ibatis.exceptions.ExceptionFactory.wrapException(ExceptionFactory.java:26)</div><div class="" style="margin: 0px; line-height: normal; font-family: Menlo; color: rgb(195, 55, 32);"><span class="Apple-tab-span" style="white-space: pre;">        </span>at org.apache.ibatis.session.SqlSessionFactoryBuilder.build(SqlSessionFactoryBuilder.java:54)</div></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">The federation provider jar is a big fat jar that includes all its dependencies.</div><div class=""><br class=""></div><div class="">Any ideas?</div><div class=""><br class=""></div><div class="">Thank you</div><div class="">Maria</div></body></html>