Re: @Observes @Initialized(ApplicationScoped.class) No active contexts for RequestScoped

2018-04-06 Thread Mark Struberg
> Am 06.04.2018 um 18:37 schrieb Luís Alves : > > public void init(@Observes @Initialized(ApplicationScoped.class) Object > init){ This is imo pretty clearly a bug i your container and has nothing to do with DeltaSpike. Please file a bug in your container. It might not

@Observes @Initialized(ApplicationScoped.class) No active contexts for RequestScoped

2018-04-06 Thread Luís Alves
Hello, I'm getting: Caused by: java.lang.RuntimeException: org.jboss.weld.context.ContextNotActiveException: WELD-001303: No active contexts for scope type javax.enterprise.context.RequestScoped On bootstrap: @ApplicationScoped public class BootConfig { @Inject private Logger logger;