Skip to content

Instantly share code, notes, and snippets.

@stephen-masters
Created February 6, 2015 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephen-masters/e246df0650984490e7be to your computer and use it in GitHub Desktop.
Save stephen-masters/e246df0650984490e7be to your computer and use it in GitHub Desktop.
Get a KieContainer and create a KieSession
KieContainer kieContainer = KieServices.Factory.get().getKieClasspathContainer();
KieSession kieSession = kieContainer.newKieSession("BusPassSession");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment