I started to work with weblogic 11g version 10.3.2.0

Does weblogic support CDI Beans ?

Thanks

link|improve this question
feedback

2 Answers

At this time, only JBoss AS 6 and Glassfish 3 support CDI Beans. CDI only works in Java EE 6 appservers.

link|improve this answer
+1, but it is possible to make it run in any environment. You just won't be getting all the features I guess. – Bozho Feb 10 '11 at 14:49
1  
Out of the box, CDI also works in Caucho Resin. CDI itself (e.g. by using Weld) can be added to most every environment. – Arjan Tijms Feb 10 '11 at 14:52
is there any good tutorial how to add the CDI ? – Chen Feb 17 '11 at 13:53
@Chen Checkout the JEE 6 Tutorial from Oracle Website – garcia-jj Feb 17 '11 at 14:30
Pete Muir, lead of Weld, says that Weld (RI for JSR299) can be used in Servlet Containers and JSE also: in.relation.to/Bloggers/Weld110FinalAvailable. I don't know if has other implementation that supports this. – garcia-jj Feb 17 '11 at 16:39
feedback

It doesn't work out of the box, but with Apache OpenWebBeans (the CDI implementation of Apache) you can get WebLogic there. Their JIRA shows that they worked on it and fixed it. If there's a problem, I would ask them directly. The documentation isn't very detailed, but as I see they respond quickly to questions. And MyFaces CODI also lists WebLogic as a compatible server if you are using OpenWebBeans, so I think they tested it carefully.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.