41424344454647
} return null; } private ScriptStore retrieveScriptStore() throws BeanLocationException{ return new CdiUtil().lookup(ScriptStore.class); }
40414243444546
} return null; } private NotifierStore retrieveNotifierStore() throws BeanLocationException{ return new CdiUtil().lookup(NotifierStore.class); }