1 Reply Latest reply on Jul 5, 2007 6:20 AM by souravbiswas

    Jrules problem

    souravbiswas

      hi all

      i was thinking about evaluating the Jboss rules engine

      i am new to rule's engines and following the installation guide ere's wat i have done
      1.unzipped the eclipse pluggin into my eclipse plugins folder
      2.started a new rules project project where i have included the Sample.drl and DroolTest.java files .

      now when i am running the DroolTest.java file as java application i am having the following error

      org.drools.RuntimeDroolsException: Unable to load dialect 'org.drools.rule.builder.dialect.java.JavaDialect:java'
      at org.drools.compiler.PackageBuilderConfiguration.buildDialectRegistry(PackageBuilderConfiguration.java:156)
      at org.drools.compiler.PackageBuilder.(PackageBuilder.java:131)
      at org.drools.compiler.PackageBuilder.(PackageBuilder.java:84)
      at com.sample.DroolsTest.readRule(DroolsTest.java:50)
      at com.sample.DroolsTest.main(DroolsTest.java:21)



      can sumbody pls help me out