StatelessRuleSession session = (StatelessRuleSession) createRuleSession(uri, properties, RuleRuntime.STATELESS_SESSION_TYPE);
try {
return callback.execute(session);
}
catch (InvalidRuleSessionException ex) {
throw new Jsr94InvalidRuleSessionException(ex);
}
catch (RemoteException ex) {
throw new Jsr94RemoteException(ex);
}
finally {