public void instancerCreated(InvocationContext context) throws InterceptorException {
OWBInjector beanInjector = new OWBInjector(webBeansContext);
try {
beanInjector.inject(context.getInstance());
} catch (Exception e) {
throw new InterceptorException("web beans injection problem", e);
}
}