Elmo,

It seems to me that you are missing a dependency, probably the JDT compiler. Drools use either JDT or JANINO to compile the rules. As JDT is included in Eclipse, you probably is missing it in your netbeans module. You may use JANINO instead if you prefer.

  []s
  Edson

elmo wrote:

Hi,

   I have tried to run drools inside netbeans module and found some errors
.

an excerpt:
       java.lang.ExceptionInInitializerError
       at java.lang.Class.forName0(Native Method)
       at java.lang.Class.forName(Class.java:164)
       at
org.apache.commons.jci.compilers.JavaCompilerFactory.createCompiler(JavaCompilerFactory.java:67)
       at org.drools.compiler.PackageBuilder.getCompiler(Unknown Source)
       at org.drools.compiler.PackageBuilder.<init>(Unknown Source)
       at org.drools.compiler.PackageBuilder.<init>(Unknown Source)
       ...

     Netbeans  I think has dedicated classloaders per module, just my
suspect. Do I have a workaround this? Thanks. Appreciate any replies.

Regards,

Elmo



--
Edson Tirelli
Software Engineer - JBoss Rules Core Developer
Office: +55 11 3124-6000
Mobile: +55 11 9218-4151
JBoss, a division of Red Hat @ www.jboss.com



---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to