CDI

Hello, I’m new to vaadin and I’m doing my first application with the framework 8, everything is fine until I add to my pom.xml the dependency “vaadin-cdi”.

com.vaadin </ groupId>
vaadin-cdi </ artifactId>
3.0.0 </ version>
</ dependency>

When published, the “Weblogic” application container sends the error <User defined listener com.vaadin.cdi.internal.ContextDeployer failed: java.lang.NullPointerException

I use:
Weblogic 12c
Eclipse Oxygen.3a Release (4.7.3a)