Hi
I have tried to deploy .drl file &.bpmn file using
flowKBuilder.add(ResourceFactory.newClassPathResource("ConnectorRules.DRL"),
ResourceType.DRL);
n
flowKBuilder.add(ResourceFactory.newClassPathResource("ConnectorFlow.bpmn"),ResourceType.BPMN2);
which am able to do in JBOSS AS. But when i tried this in tomcat it is
not happening it is throwing File Not Found Exception. I have tried
"newFileResource" & new inputStreamResource also but the result is same as
above.
--
View this message in context:
http://drools.46999.n3.nabble.com/Drls-bpmns-not-loading-in-tomcat-6-0-32...
Sent from the Drools: User forum mailing list archive at
Nabble.com.