Have the following code snippets:
Bean:
import javax.faces.view.ViewScoped; import javax.inject.Named; @Named(value = \"directoryBean\") @ViewScoped
I had this problem because after the update of JSF i still had this jar in my classpath :
el-impl-2.1.2.jar
After deleting this one the problem went away.