//ksession.fireAllRules();
Marshaller marshaller = createSerializableMarshaller( kbase );
ByteArrayOutputStream baos = new ByteArrayOutputStream();
ObjectOutputStream out = new DroolsObjectOutputStream( baos );
out.writeObject( kbase );
marshaller.marshall( out,
ksession );
out.flush();
out.close();