<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000'>Are you exporting the DRL or just using the view source from guvnor? The view source doesn't show the model that must be defined, among other things. I havent used the eclipse plugin much but Guvnor itself, has it's own pseudo model for handling Web Decision tables. When you finally&nbsp; generate a package it will generate correct DRL (not BRL/DT) of that decision table and should have everything you need to run it outside of Guvnor. BRL and DT will always create DRL when you export the package. So my guess is you should use KB.add on a DRL resource type.<br><br>-Michael<br><br>----- Original Message -----<br>From: "Dan Seaver" &lt;dan.seaver@ge.com&gt;<br>To: rules-users@lists.jboss.org<br>Sent: Monday, June 15, 2009 3:32:48 PM GMT -06:00 US/Canada Central<br>Subject: [rules-users] Web based decision tables<br><br><br>Can someone tell me the appropriate way to use web-based decision tables?<br>They seem to work fine if I create them in Guvnor, and then build and deploy<br>the binary package from Guvnor. However, if I copy the gdst from Guvnor to<br>Eclipse and use KnowledgeBuilder.add to attempt to add the resource as a<br>DTABLE or BRL resource type, I get a NullPointerException or<br>CannotResolveClassException.<br><br>Any help would be appreciated.<br><br>Thanks,<br>Dan<br>-- <br>View this message in context: http://www.nabble.com/Web-based-decision-tables-tp24042079p24042079.html<br>Sent from the drools - user mailing list archive at Nabble.com.<br><br>_______________________________________________<br>rules-users mailing list<br>rules-users@lists.jboss.org<br>https://lists.jboss.org/mailman/listinfo/rules-users<br></div></body></html>