Page 1 of 1

OpenDoPE XPaths part missing

PostPosted: Wed Jul 04, 2012 7:07 am
by jallen
Hi Jason,

When I call
Code: Select all
BindingHandler.applyBindings(wordMLPackage.getMainDocumentPart());


I get the error
BindingHandler: OpenDoPE XPaths part missing (BindingHandler.java, line 165)


I am not doing anything with opendope, just standard bindings. Is there a way to make this error go away?

Thanks,
Jeff

Re: OpenDoPE XPaths part missing

PostPosted: Wed Jul 04, 2012 9:43 am
by jason
The log level in the source code should be changed from ERROR to WARN (or INFO).

Re: OpenDoPE XPaths part missing

PostPosted: Thu Jul 05, 2012 11:47 pm
by jallen
OK I just added this to my log4j.xml file

Code: Select all
<logger name="org.docx4j.model.datastorage.BindingHandler">
   <level value="off"/>
   <appender-ref ref="console"/>
</logger>