if (context == null) throw new NoInjectionMetaDataException(clazz.getName());
final InjectionProcessor processor = new InjectionProcessor(object, context.getInjections(), context.getJndiContext());
try {
OWBInjector beanInjector = new OWBInjector(appContext.getWebBeansContext());
beanInjector.inject(object);
} catch (Throwable t) {
// TODO handle this differently
// this is temporary till the injector can be rewritten
}