final BeanContext context = containerSystem.getBeanContext(javaClass.getName());
ThreadContext callContext = new ThreadContext(context, null, Operation.INJECTION);
ThreadContext oldContext = ThreadContext.enter(callContext);
try {
final InjectionProcessor processor = new InjectionProcessor(testInstance, context.getInjections(), context.getJndiContext());
processor.createInstance();
// load("org.apache.webbeans.component.AbstractOwbBean");
// load("sun.security.pkcs11.SunPKCS11");
// load("sun.security.pkcs11.SunPKCS11$Descriptor");
// load("sun.security.pkcs11.wrapper.PKCS11Exception");
try {