[rules-users] Workbench: Error after cloning repository

Michael Anstis michael.anstis at gmail.com
Thu May 29 03:22:05 EDT 2014


Sounds like the pom for the project in the repository you have cloned has a
"provided" scope dependency on an open office JAR?

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)

Sent on the move
On 28 May 2014 21:51, "Steinmetz, Jean-Philippe" <
jpsteinmetz at theworkshop.us.com> wrote:

> Hello,
>
> 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:
>
> Unable to complete your request. The following exception occurred:
> java.lang.ClassNotFoundException:org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.CTArray
> from [Module "deployment.kie-drools-wb.war:main" from Service Module
> Loader].
>
> 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.
>
>
> /** The Camel context used when handling input/output. */
> global CamelContext camelContext;
> /** The application configuration. */
> global Config config;
> /** A reference to the current knowledge base. */
> global KieBase kBase;
> /** A reference to the current session. */
> global KieSession kSession;
> /** The common logging utility. */
> global org.slf4j.Logger logger;
>
> Outside of this there is nothing special to them. Has anyone seen this?
>
> Thanks,
>
> Jean-Philippe
>
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20140529/3a20423a/attachment.html 


More information about the rules-users mailing list