I was facing the same issue and found that my rules file was not making it
into my JAR file. 
Because I am using Maven, I was able to include:

  <resources>
                        <resource>
                                <directory>src/main/resources/rules</directory>
                        </resource>
                </resources>

in my pom.xml file. This allowed my rules files to be included inside of my
jar and everything worked fine afterwards.




--
View this message in context: 
http://drools.46999.n3.nabble.com/Unable-to-get-LastModified-for-ClasspathResource-tp4025031p4027540.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to