Yeah found i found out the issue. Thanks--On 17 February 2014 16:01, Wolfgang Laun <wolfgang.laun@gmail.com> wrote:
The builder, if asked nicely, will tell you whether there are
any errors in the DRL code. For 5.x it is:
KnowledgeBuilder kBuilder = ...
... feed builder
if( kBuilder.hasErrors() ){
KnowledgeBuilderErrors errors = kBuilder.getErrors();
for( KnowledgeBuilderError err: errors ){
System.err.println( err.toString() );
}
}
-W
On 17/02/2014, Raja Sekhar <raja.amirapu@gmail.com> wrote:
> Hi
> i am trying to use drools template
> String drl = resultSetGenerator.compile(resultSet, new FileInputStream(new
> File("D:\\Raj\\dymanic.drt")));
> complied drl as above
> when i try add the pakage packageBuilder.getPackage() it return null
> i am using the 5.6.0.Final version of drools
>
> Regards,
> Raja Sekhar Amirapu
> ------------------------------------------------------
> "If any anyone can do it, i can do it. If no one else can do it, i must do
> it"
>
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
Raja Sekhar Amirapu
------------------------------------------------------"If any anyone can do it, i can do it. If no one else can do it, i must do it"