Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cdi

Why stateless beans are treated as pseudo-scoped and cannot have circular dependencies?

Using CDI instead of @ManagedBean: UnproxyableResolutionException because super class has no no-args constructor

jsf-2 cdi jboss-weld

Passing state between EJB methods / @RequestScoped and @Stateless

ejb java-ee-6 cdi ejb-3.1

CDI injection is not working in Servlets

WELD-000227: Bean identifier index inconsistency detected - the distributed container probably doesn't work with identical applications

tomcat cdi weld

Spring-boot+JPA EntityManager inject fails

spring jpa spring-boot cdi

How to implement container managed transaction (CMT)?

jakarta-ee transactions cdi

Errai experience: user interface, communication, dependency injection

CDI Injection of an EJB leads to NullPointerException

Why is there a WELD-001408 even when the BeanManager knows the EJB

Is the conversation scope an appropriate substitute for the view scope?

CDI Weld ignoring exclusions

java maven cdi weld

@Specializes in Spring

Bean-Validation 1.1 in Glassfish 4.0 - CDI Injection not working as intended

Which CDI scope should be used for DAO and Service classes

jakarta-ee jpa cdi

Exception using weld CDI with Jetty: Singleton not set for STATIC_INSTANCE

Are injected (@Inject) fields safely published?

java thread-safety cdi weld

@Transactional ignored in CDI Bean's base class

java transactions cdi

CDI beans inside .jar are not found by the container (Unsatisfied dependencies)

jakarta-ee cdi weld jboss-weld