Mapping mapping = session.getMapping();
// We are going to get our Data from an XML source. The Mapping file
// and the XML Data source is all we need to populate the Rules
// Session.
mapping.loadData(session, path+"testfiles/"+"TestCase_001.xml");
// We will begin Execution at the main Decision Table for our Rule Set.
// Furthermore, we are going to only execute the Decision Tables once.
// You may, however, interact with the state of the Rules Engine, load
// more data, and execute any of the Decision Tables as needed. This