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-tp3587910p3587910.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to