You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2014/06/17 08:57:02 UTC

[jira] [Created] (WICKET-5620) Add Tomcat/Jetty deployment descriptors for CDI example

Martin Grigorov created WICKET-5620:
---------------------------------------

             Summary: Add Tomcat/Jetty deployment descriptors for CDI example
                 Key: WICKET-5620
                 URL: https://issues.apache.org/jira/browse/WICKET-5620
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-examples
    Affects Versions: 6.15.0, 7.0.0-M1
            Reporter: Martin Grigorov


Trying to deploy wicket-examples.war (7.0) in Tomcat 7/8 fails with:

3-Jun-2014 10:28:09.485 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.listenerStart Exception sending context initialized event to listener instance of class org.jboss.weld.environment.servlet.BeanManagerResourceBindingListener
 java.lang.RuntimeException: Could not bind BeanManager reference to JNDI: Context is read only 
If the naming context is read-only, you may need to use a configuration tobind the BeanManager instead, such as Tomcat's context.xml or Jetty's jetty-web.xml.
        at org.jboss.weld.environment.servlet.BeanManagerResourceBindingListener.contextInitialized(BeanManagerResourceBindingListener.java:84)
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4739)
        .....



--
This message was sent by Atlassian JIRA
(v6.2#6252)