Skip to content

Instantly share code, notes, and snippets.

@stephen-masters
Created February 6, 2015 13:01
Show Gist options
  • Select an option

  • Save stephen-masters/e246df0650984490e7be to your computer and use it in GitHub Desktop.

Select an option

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