hello, guys.
Oracle weblogic 12c has just released recently. I'm trying to develop
jsf 2.0 with managed bean using injection mechanism on it.
But, only when i annotated the bean with @Managed , the backing bean did work.
If annotated the backing bean with @Named , that the backing bean didn't.
So, i supposed that is the CDI implementing jar is not correctly setup on classpath, but where is it ?
Just find out all the eclipse workspace and oracle lib folders , haven't see it.
anybody who has fallen in struggled like me ?