[jboss-user] [JBoss jBPM] - Re: ajax4jsf support for JBPM

mr.sathya do-not-reply at jboss.com
Sun Jan 27 05:36:51 EST 2008


Hi All...

I added ajax4jsf-1.1.1.jar,oscache-2.3.2.jar to lib..and i made the entries in the web.xml like this.. <context-param>
  |         <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
  |         <param-value>server</param-value>
  |   </context-param>
  |   <context-param> 
  |    <param-name>org.ajax4jsf.SKIN</param-name> 
  |    <param-value>classic</param-value> 
  |  </context-param> 
  |  <filter> 
  |    <display-name>Ajax4jsf Filter</display-name> 
  |    <filter-name>ajax4jsf</filter-name> 
  |    <filter-class>org.ajax4jsf.Filter</filter-class> 
  |  </filter> 
  |  <filter-mapping> 
  |     <filter-name>ajax4jsf</filter-name> 
  |     <servlet-name>Faces Servlet</servlet-name>
  |      <dispatcher>REQUEST</dispatcher>
  |      <dispatcher>FORWARD</dispatcher>
  | 	 <dispatcher>INCLUDE</dispatcher>
  |  </filter-mapping>
while starting the server the following problem occured..
pls note that I am using JBPM-3.1.4,jboss-4.0.2
pls help me in this...it is urgent....
the error is
15:51:02,389 ERROR [StandardContext] Error filterStart
  | 15:51:02,389 ERROR [StandardContext] Context [/jbpm] startup failed due to previous errors
  | 15:51:02,405 ERROR [WebModule] Starting failed jboss.web.deployment:war=jbpm.war,id=-254946322
  | org.jboss.deployment.DeploymentException: URL file:/E:/jboss-4.0.2/server/jbpm/tmp/deploy/tmp41808jbpm-exp.war/ deplo
  | yment failed
  |         at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:356)
  |         at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:91)
  |         at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:357)
  |         at org.jboss.web.WebModule.startModule(WebModule.java:68)
  |         at org.jboss.web.WebModule.startService(WebModule.java:46)
  |         at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:272)
  |         at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:222)
  |         at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  |         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |         at java.lang.reflect.Method.invoke(Method.java:585)
  |         at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
  |         at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  |         at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
  |         at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
  |         at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  |         at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:897)
  |         at $Proxy0.start(Unknown Source)
  |         at org.jboss.system.ServiceController.start(ServiceController.java:418)
  |         at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
  |         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 

Let me know JBPM-3.1.4 supports Ajax4jsf tag

pls I am seeking ur help

Thanks in Advance..

Regards,
Sathya

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

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



More information about the jboss-user mailing list