[jboss-user] [JBoss jBPM] - When deploying a jBPM, a exception about jsf throwed
frankzhy
do-not-reply at jboss.com
Thu Dec 13 00:39:24 EST 2007
I downloaded jBPM source code and created as a web project in eclipse(3.3),then I deploy this web app to jboss4.2,but throw folloing exception when started:
| 11:16:38,503 FATAL [application] JSF1029: The specified InjectionProvider implementation 'org.jboss.web.jsf.integration.injection.JBossInjectionProvider' does not implement the InjectionProvider interface.
| 11:16:38,503 WARN [application] JSF1033: Resource injection is DISABLED.
| 11:16:39,025 ERROR [[/jBPM-Console]] Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
| java.lang.ClassCastException: com.sun.faces.config.WebConfiguration
| at com.sun.faces.config.WebConfiguration.getInstance(WebConfiguration.java:135)
| at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:228)
| at org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:69)
| at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3854)
| at org.apache.catalina.core.StandardContext.start(StandardContext.java:4359)
| at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:761)
| at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:741)
| at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297)
| at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
| at org.apache.catalina.core.StandardContext.init(StandardContext.java:5310)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297)
|
I don't know enough about jsf, any response hoped,thanks a lot.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112446#4112446
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112446
More information about the jboss-user
mailing list