I to not object, this boils down to using " deltaspike.bean-manager.delegate_lookup" for Wildfly? I will set the configuration to "deltaspike.bean-manager.delegate_lookup" for wildfly-managed profiles as a first step - to finally see tests working. thanks
Am Mo., 18. März 2024 um 09:21 Uhr schrieb Thomas Andraschko < andraschko.tho...@gmail.com>: > Can we just set this property based on the profiles for our tests? > This is probably also required for payara users, we have to add it to the > docs then of course. > > Am So., 10. März 2024 um 14:49 Uhr schrieb Thomas Frühbeck < > t.fruehb...@gmail.com>: > > > We have already discussed the problem of interceptorLookup for > PartialBean > > on Wildfly. > > IMHO due to subdeployment CL-visibilty issues (not flat!) the > interceptors > > in jar A are not visible in jar DS-partial-bean-impl. > > > > A possible solution for this can be: > > BeanMangerProvider#getBeanManager(): extend decision on lookup strategy > > like > > private static boolean useDelegateLookup() > > { > > return CoreBaseConfig.BeanManagerIntegration.DELEGATE_LOOKUP > > && System.getProperty("jboss.server.name") == null; > > } > >