Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does weblogic support CDI Beans?

I started to work with weblogic 11g version 10.3.2.0

Does weblogic support CDI Beans ?

Thanks

like image 607
Chen Avatar asked Feb 09 '11 15:02

Chen


2 Answers

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.

like image 158
Dar Whi Avatar answered Oct 29 '22 14:10

Dar Whi


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

like image 43
Otávio Garcia Avatar answered Oct 29 '22 16:10

Otávio Garcia