[GERONIMO-6796] move fro m LoadFirst to LoadOnly impl for proxies (owb knight)
diff --git a/knights/openwebbeans-knight/src/main/java/org/apache/geronimo/arthur/knight/openwebbeans/OpenWebBeansExtension.java b/knights/openwebbeans-knight/src/main/java/org/apache/geronimo/arthur/knight/openwebbeans/OpenWebBeansExtension.java
index 568b6c7..f2a3916 100644
--- a/knights/openwebbeans-knight/src/main/java/org/apache/geronimo/arthur/knight/openwebbeans/OpenWebBeansExtension.java
+++ b/knights/openwebbeans-knight/src/main/java/org/apache/geronimo/arthur/knight/openwebbeans/OpenWebBeansExtension.java
@@ -150,7 +150,7 @@
                     });
             // 4.2 classes which must be instantiable
             Stream.concat(Stream.of(
-                    ClassLoaderProxyService.LoadFirst.class, StandaloneLifeCycle.class, StandaloneContextsService.class,
+                    ClassLoaderProxyService.LoadOnly.class, StandaloneLifeCycle.class, StandaloneContextsService.class,
                     DefaultLoaderService.class, InjectionPointImpl.class, ConversationImpl.class, SimpleApplicationBoundaryService.class,
                     ApplicationScopedBeanInterceptorHandler.class, RequestScopedBeanInterceptorHandler.class,
                     SessionScopedBeanInterceptorHandler.class, NormalScopedBeanInterceptorHandler.class,
@@ -420,7 +420,7 @@
         properties.setProperty("org.apache.webbeans.proxy.staticNames.useXxHash64", "true");
 
         properties.setProperty("org.apache.webbeans.spi.DefiningClassService", runtime ?
-                "org.apache.webbeans.service.ClassLoaderProxyService$LoadFirst" :
+                "org.apache.webbeans.service.ClassLoaderProxyService$LoadOnly" :
                 "org.apache.webbeans.service.ClassLoaderProxyService$Spy");
         if (runtime) {
             properties.setProperty(