Working on a Drools as a service project.
Am facing a similar issue as you and was wondering if you figured out the
reason for the exception you were getting.
Error:
java.lang.NullPointerException
at
org.drools.util.CompositeClassLoader.getResourceAsStream(CompositeClassLoader.java:122)
...
While trying to add a drl file to builder:
kbuilder.add(ResourceFactory.newClassPathResource("Sample.drl"),
ResourceType.DRL);
Any tips or pointer will be very helpful.
Thanks!
--
View this message in context:
http://drools.46999.n3.nabble.com/Drools-as-a-Webservice-tp3950198p402181...
Sent from the Drools: User forum mailing list archive at
Nabble.com.