<div dir="ltr"><div>It looks like the class belongs to an ooxml-schemas jar. My project pom does not specify any such dependency. However, I do see poi-ooxml-schemas as an inherited dependency from drools-decisiontables which is currently marked with a compile scope which should be properly including it at runtime if it&#39;s necessary. Perhaps it is conflicting with the workbench?</div>
<div><br></div>The error is a popup. I have seen this error before when I was installing the workbench. I was using a clean install of Jboss AS 7 and I dropped the war into the deployments folder instead of going through the admin console. When I did that I got the same error popup (and a host of others) when I would try to access any of the demo files.</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 29, 2014 at 12:22 AM, Michael Anstis <span dir="ltr">&lt;<a href="mailto:michael.anstis@gmail.com" target="_blank">michael.anstis@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">Sounds like the pom for the project in the repository you have cloned has a &quot;provided&quot; scope dependency on an open office JAR?</p>

<p dir="ltr">Is the CNFE in the server log or does it interfer with runtime operation of the workbench? (I.e do you get an error pop up)</p>
<p dir="ltr">Sent on the move</p>
<div class="gmail_quote"><div><div class="h5">On 28 May 2014 21:51, &quot;Steinmetz, Jean-Philippe&quot; &lt;<a href="mailto:jpsteinmetz@theworkshop.us.com" target="_blank">jpsteinmetz@theworkshop.us.com</a>&gt; wrote:<br type="attribution">
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
<div dir="ltr">Hello,<div><br></div><div>I have successfully cloned an existing repository containing a maven kmodule project. Unfortunately when I attempt to open any of the DRL files in the workbench (6.0.1.Final) I get the following error:</div>


<div><br></div><div><span style="color:rgb(68,68,68);font-family:tahoma,arial,helvetica,sans-serif;font-size:14px;line-height:21px;background-color:rgb(245,245,245)">Unable to complete your request. The following exception occurred: java.lang.ClassNotFoundException:org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray from [Module &quot;deployment.kie-drools-wb.war:main&quot; from Service Module Loader].</span><br>


</div><div><span style="color:rgb(68,68,68);font-family:tahoma,arial,helvetica,sans-serif;font-size:14px;line-height:21px;background-color:rgb(245,245,245)"><br></span></div>This error does not happen if I load any of the files in the demo project. The DRL files range from complex to very simple. They all use the mvel dialect and import the following globals.<div>


<br></div><div><div><br></div><div>/** The Camel context used when handling input/output. */</div><div>global CamelContext camelContext;</div><div>/** The application configuration. */</div><div>global Config config;</div>


<div>/** A reference to the current knowledge base. */</div><div>global KieBase kBase;</div><div>/** A reference to the current session. */</div><div>global KieSession kSession;</div><div>/** The common logging utility. */</div>


<div>global org.slf4j.Logger logger;</div></div><div><br></div><div>Outside of this there is nothing special to them. Has anyone seen this?</div><div><br></div><div>Thanks,</div><div><br></div><div>Jean-Philippe</div></div>


<br></div></div>_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org" target="_blank">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br></blockquote></div>
<br>_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br></blockquote></div><br></div>