Search code examples
Injected Bean is null in my quarkus extension...

javajax-rscdiquarkus

Read More
@Inject interface with two implementation...

javainterfacecdiinjectmicroprofile

Read More
Factory using CDI returning capture of type instead of concrete type...

javagenericscdifactory

Read More
Changing faces-config.xml from 2.2 to 2.3 causes javax.el.PropertyNotFoundException: Target Unreacha...

jsfcdifaces-configpropertynotfoundexceptionjsf-2.3

Read More
Unable to inject @Stateless EJB into CDI bean (multi-module) Jakarta EE 8...

javajakarta-eewildflycdijava-ee-8

Read More
What is the name of the design pattern where I dynamically pick the correct implementation based on ...

javadesign-patternsjakarta-eecdisoftware-design

Read More
Is there any way to retrieve the session id from a CDI interceptor?...

javacdiweld

Read More
Bean Validation on Jax-RS Resource stops working while using CDI on Apache TomEE 8.0.10...

jax-rscdibean-validationapache-tomee

Read More
Inject a @Named @ViewScoped into a @SessionScoped...

jsfcdinamed-scope

Read More
Startup / Shutdown Hook for Helidon MP / Microprofile?...

cdimicroprofilehelidon

Read More
Why is InvocationInterceptor active in dev-mode?...

cdiquarkusinterceptor

Read More
WELD-001413: The bean... has a non-passivation-capable dependency Producer Method (CDI 1.2)...

javaserializationcdijava-ee-7weld

Read More
Injecting a CDI interceptor into a beans does not work...

javacdiweld

Read More
is there a way to intercept all methods of all beans in CDI without touching their definition?...

javacdiweld

Read More
The difference between context and scope...

javascopecdi

Read More
Why use CDI in Java EE...

javaspringjakarta-eecdi

Read More
quarkus custom bean annotation "creating" proxies even with Singleton scope...

javacdiquarkus

Read More
CDI: 2 Producers with different qualifiers...

javacdiquarkus

Read More
What will probably be the biggest changes (losses) switching from Seam 2 to plain JavaEE 6?...

seamjava-ee-6cdiseam2seam3

Read More
CDI in JSP ( not JSF ) on Tomcat 10 ( jakarta.servlet.* )...

jspcdi

Read More
CDI Transactions warnings...

javajpacdi

Read More
How to limit my user creation method to one transaction at the time? (Container vs Transaction manag...

postgresqlcdiquarkusquarkus-panache

Read More
What is the CDI equivalent of EJB's SessionSynchronization#afterCompletion method?...

javajakarta-eeejbcdijta

Read More
How to unit test methods together with its constraint validators (which some should be mocked out)?...

javaunit-testingjakarta-eecdibean-validation

Read More
Can @Inject be made optional in JSR 330 (like @Autowire(required=false)?...

javaspringdependency-injectioncdi

Read More
Cannot have inject dynamic instance in quarkus when using @Dependent...

javacdiquarkus

Read More
What is the equivalent of @ManagedBean(eager=true) in CDI...

jsfjakarta-eecdimanaged-beaneager-loading

Read More
Quarkus 2.5: @Inject inside JAX-RS Application subclass not working anymore...

jax-rscdiquarkus

Read More
Replace a bean by a mock in Helidon test...

unit-testingmockitocdihelidon

Read More
How to use MyBatis with CDI...

cdimybatis

Read More
BackNext