deploymentInfo.setContainer(this);
}
EjbTimerService timerService = deploymentInfo.getEjbTimerService();
if (timerService != null) {
timerService.start();
}
if (deploymentInfo.isLoadOnStartup()){
try {
ThreadContext callContext = new ThreadContext(deploymentInfo, null);