Hi forum,
I have seen some post with users that were able to run Activiti on Jboss.
I'm trying to do the same but I'm continuously running to a problem.
Every time I try to start Jboss, I'm getting the following error:
2011-07-12 21:51:23,401 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/activiti-cycle]] (main) Exception starting filter UrlRewriteFilter
java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl cannot be cast to javax.xml.parsers.DocumentBuilderFactory
at javax.xml.parsers.DocumentBuilderFactory.newInstance(Unknown Source)
at org.tuckey.web.filters.urlrewrite.Conf.loadDom(Conf.java:181)
I'm using H2 with Jboss 5.1 and Activiti 5.5.
Can anyone help me out?
Regards,