Top "Jboss-weld" questions

Weld is the reference implementation (RI) for JSR-299: Java Contexts and Dependency Injection for the Java EE platform (CDI)

How to inject a non-serializable class (like java.util.ResourceBundle) with Weld

I want to create a Producer that makes it possible to inject a java.util.ResourceBundle into any class in …

jakarta-ee java-ee-6 cdi jboss-weld
What is Weld, JSR-299?

I've found lots of tutorials showing Weld code samples, but not an introductory overview. Could you please suggest an introductory …

jakarta-ee java-ee-6 cdi jboss-weld
Differences between Java EE 6 CDI Implementations

I've looked at JBoss' Weld Reference Implementation of JSR-299 Contexts and Dependency Injection, and I wanted to know how others …

jakarta-ee java-ee-6 resin cdi jboss-weld
When is a @Dependent scoped CDI bean destroyed, if you obtain that bean via Provider.get()?

I am struggling to understand the effective lifecycle of a @Dependent scoped bean in both CDI 1.0 and CDI 1.1. My experiments …

jakarta-ee cdi jboss-weld weld
Richfaces 4 a4j:commandLink action not firing in rich:popupPanel

I seem to be having a problem where I have an a4j:commandLink on a rich:popupPanel but the …

jsf-2 richfaces cdi jboss-weld commandlink
"Exception while loading the app" without a stack trace

I'm migrating my app from GlassFish 3.0.1 to GlassFish 3.1.1. Deployment fails, with the following error messages: SEVERE: Exception while loading the …

jakarta-ee deployment glassfish nullpointerexception jboss-weld
How to unit test CDI with weld-se?

I want to use weld-se for unit testing CDI. However, I am stuck with this problem that Weld cannot resolve …

jakarta-ee cdi jboss-weld weld
Using CDI instead of @ManagedBean: UnproxyableResolutionException because super class has no no-args constructor

I'm trying to use CDI for my JSF/Java EE application. I have the following class hierarchy: /** * base controller class * …

jsf-2 cdi jboss-weld
What are the best debugging tricks with Weld/CDI?

One of the beauties with Java EE 6 is the new dependency injection framework - CDI with the Weld reference implementation …

java java-ee-6 cdi jboss-weld jsr330
View Scope in CDI Weld

I want to use the @ViewScoped - scope in my application for the backing beans of some web pages. Also …

scope cdi jboss-weld