Hi All,
I have an application that fails to deploy to application server. The
application leverages CDI injection and depends on myfaces-api version
2.1.12 and myfaces-impl version 2.1.12.
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-api</artifactId>
<version>2.1.12</version>
</dependency>
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-impl</artifactId>
<version>2.1.12</version>
</dependency>
Including the above the dependicies in the pom.xml and including a bean.xml
in the WEB-INF directory causes the error "Exception sending context
initialized event to listener instance of class
org.apache.myfaces.webapp.StartupServletContextListener:" (see attached file
error begins at 10:33:01,840 ) server.log
<http://myfaces.10567.n7.nabble.com/file/n116318/server.log>
--
View this message in context:
http://myfaces.10567.n7.nabble.com/Application-fails-to-deploy-on-Jboss-EA6-1-0-7-2-0-Final-with-CDI-and-my-faces-tp116318.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.