mappedName = "java:comp/UserTransaction";
}
}
else if (TimerService.class.getName().equals(envRef.getType()))
{
final Container ic = (Container) container;
InjectorFactory<?> factory = new InjectorFactory<TimerServicePropertyInjector>()
{
public TimerServicePropertyInjector create(BeanProperty property)
{
return new TimerServicePropertyInjector(property, ic);