Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cdi

Memory leak with ViewScoped bean?

Java EE using a producer method yields 'WELD-001408 Unsatisfied dependencies ..' exception

How to make a CDI bean lazily initialized?

Injecting generic Beans with CDI/Weld

Injecting a Logger into an Ejb using CDI

jakarta-ee ejb cdi

Differences between @Interceptors and @InterceptorBinding + @Logged?

CDI + managed concurrency in Java EE 7

java jakarta-ee cdi java-ee-7

How to inject a @Named bean into a Junit test

java junit java-ee-6 cdi ejb-3.1

How to use InjectMocks if the instance to be injected has a final class

java mockito cdi logback

@ApplicationScoped in a cluster

java cluster-computing cdi

CDI error when attempting to create scaffold with JBoss Forge

cdi wildfly-10 jboss-forge

How does different bean scopes work on the server?

jakarta-ee cdi

Arquillian on WAS remote container and @PersistenceContext

NullPointerException in sessionContext.getCallerPrincipal()

@Named + @RequestScoped not working in JSF 2.0 with JBoss 7.1.1

jakarta-ee jsf-2 cdi

Understanding CDI/Weld in multi-module application

java cdi weld

Calling a CDI session scoped producer method from an EJB stateless session bean

java jakarta-ee cdi

Is there a way to know if a state is active without catching ContextNotActiveException?

java-ee-6 cdi jboss-weld

Why is the interceptor not called in the same service class?

java cdi interceptor weld