[jboss-user] [JBoss jBPM] - jbpm-3.2.GA incompatibility with jboss-4.2.CR1

kiwu2201 do-not-reply at jboss.com
Fri Apr 13 05:51:53 EDT 2007


Hi everyone!

I am trying to deploy the jbpm-enterprise.ear file to a JBoss-4.2.CR1 and run into an incompatibility problem with JSF. It seems that the AS uses a different JSF implementation than the jbpm-console included in the ear file.


  | 10:26:49,234 INFO  [EJBDeployer] Deployed: file:/C:/dev/workspace/jboss-4.2.0.CR1/server/node1/tmp/deploy/tmp21186jbpm-enterprise.ear-contents/
  | jbpm-enterprise.jar
  | 10:26:49,265 INFO  [TomcatDeployer] deploy, ctxPath=/jbpm-console, warUrl=.../tmp/deploy/tmp21186jbpm-enterprise.ear-contents/jbpm-console-exp.war/
  | 10:26:49,593 FATAL [application] JSF1029: The specified InjectionProvider implementation 'org.jboss.web.jsf.integration.injection.JBossInjectionProvider' does not implement the InjectionProvider interface.
  | 10:26:49,593 WARN  [application] JSF1033: Resource injection is DISABLED.
  | 10:26:49,937 ERROR [[/jbpm-console]] Exception sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener
  | java.lang.LinkageError: loader constraint violation: when resolving interface method 
  | "javax.servlet.jsp.JspApplicationContext.getExpressionFactory()Ljavax/el/ExpressionFactory;"
  | the class loader (instance of org/jboss/web/tomcat/service/WebAppClassLoader) of the current class, com/sun/faces/config/ConfigureListener, and the class loader (instance of org/jboss/mx/loading/UnifiedClassLoader3) for re
  | solved class, javax/servlet/jsp/JspApplicationContext, have different Class objects for the type javax/el/ExpressionFactory used in the signature
  |              at com.sun.faces.config.ConfigureListener.registerELResolverAndListenerWithJsp(ConfigureListener.java:1638)
  | 

Found similar problem here: http://jboss.org/index.html?module=bb&op=viewtopic&t=99450

Is there a way to solve this problem or is it just not possible to use the jbpm-console of jbpm-3.2.GA within a jboss-4.2.CR1 AS? Any help or hint would be highly appreciated!

Cheers
Chris


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037012#4037012

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037012



More information about the jboss-user mailing list