protected void tearDown() throws Exception {
jbi.shutDown();
}
public void testCreditHistory() throws Exception {
drools = new DroolsComponent();
DroolsEndpoint endpoint = new DroolsEndpoint(drools.getServiceUnit(),
new QName("drools"), "endpoint");
endpoint.setRuleBaseResource(new ClassPathResource("credit-agency.drl"));
drools.setEndpoints(new DroolsEndpoint[] {endpoint });
jbi.activateComponent(drools, "servicemix-drools");