<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Running Activiti Explorer (5.13) with JBoss5.1 EAP in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/running-activiti-explorer-5-13-with-jboss5-1-eap/m-p/140466#M98399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;to have the latest activiti explorer (from activiti version 5.13) running on your jboss5.1EAP, you have to do following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. copy 'activity-explorer.war' to deploy folder&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. add new file: 'jboss-classloading.xml' into the 'WEB-INF' folder inside the war. The content of jboss-classloading is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;classloading xmlns="urn:jboss:classloading:1.0"&lt;BR /&gt;&amp;nbsp; name="activiti-explorer.war" &lt;BR /&gt;&amp;nbsp; import-all="true"&lt;BR /&gt;&amp;nbsp; export-all="NON_EMPTY"&lt;BR /&gt;&amp;nbsp; domain="activiti-explorer-domain"&lt;BR /&gt;&amp;nbsp; parent-first="false"&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;lt;/classloading&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;4. Delete file 'xml-apis-1.3.04.jar' inside 'WEB-INF\lib'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Copy database driver into 'WEB-INF\lib', adjust 'WEB-INF\classes\db.properties' and prepare your database witht the SQL scripts that can be found inside folder: '\activiti-5.13\database\create\'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now you can start the server and you will have activit-explorer running on a Jboss5.1EAP, using a Oracle-Database. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This article will prevent you from errors like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;2013-07-09 09:13:00,861 INFO&amp;nbsp; [main] org.slf4j.impl.Log4jLoggerAdapter.log:601 - 09:13:00,858 [main] ERROR org.springframework.web.context.ContextLoader&amp;nbsp; - Context initialization failed&lt;BR /&gt;org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from ServletContext resource [/WEB-INF/applicationContext.xml]; nested exception is java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl cannot be cast to javax.xml.parsers.DocumentBuilderFactory&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:412)&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;See also: &amp;lt;url&amp;gt;&lt;/SPAN&gt;&lt;A href="https://community.jboss.org/thread/152151" rel="nofollow noopener noreferrer"&gt;https://community.jboss.org/thread/152151&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/url&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;2013-07-09 09:23:08,674 ERROR [main] org.apache.catalina.core.StandardContext.listenerStart:3914 - Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener&lt;BR /&gt;java.lang.NoSuchMethodError: org.slf4j.spi.LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/lang/String;[Ljava/lang/Object;Ljava/lang/Throwable;)V&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.apache.commons.logging.impl.SLF4JLocationAwareLog.info(SLF4JLocationAwareLog.java:159)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:272)&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;See also: &amp;lt;url&amp;gt;&lt;/SPAN&gt;&lt;A href="http://stackoverflow.com/questions/3519978/logging-framework-incompatibility" rel="nofollow noopener noreferrer"&gt;http://stackoverflow.com/questions/3519978/logging-framework-incompatibility&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/url&amp;gt;.&amp;nbsp; …something about SLF4j from JBoss ('\jboss-eap-5.1.0\jboss-as\common\lib') against SLF4j from activiti-explorer.jar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jörg&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jul 2013 08:11:59 GMT</pubDate>
    <dc:creator>jeisen</dc:creator>
    <dc:date>2013-07-09T08:11:59Z</dc:date>
    <item>
      <title>Running Activiti Explorer (5.13) with JBoss5.1 EAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/running-activiti-explorer-5-13-with-jboss5-1-eap/m-p/140466#M98399</link>
      <description>Hello,to have the latest activiti explorer (from activiti version 5.13) running on your jboss5.1EAP, you have to do following:1. copy 'activity-explorer.war' to deploy folder2. add new file: 'jboss-classloading.xml' into the 'WEB-INF' folder inside the war. The content of jboss-classloading is:&amp;lt;c</description>
      <pubDate>Tue, 09 Jul 2013 08:11:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/running-activiti-explorer-5-13-with-jboss5-1-eap/m-p/140466#M98399</guid>
      <dc:creator>jeisen</dc:creator>
      <dc:date>2013-07-09T08:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Running Activiti Explorer (5.13) with JBoss5.1 EAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/running-activiti-explorer-5-13-with-jboss5-1-eap/m-p/140467#M98400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot for sharing this!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 09:00:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/running-activiti-explorer-5-13-with-jboss5-1-eap/m-p/140467#M98400</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-07-09T09:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Running Activiti Explorer (5.13) with JBoss5.1 EAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/running-activiti-explorer-5-13-with-jboss5-1-eap/m-p/140468#M98401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I followed the exacut steps, but it did n't happen for me. Can you please elaborate step by step. please&amp;nbsp; &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 13:59:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/running-activiti-explorer-5-13-with-jboss5-1-eap/m-p/140468#M98401</guid>
      <dc:creator>debaprakashbisw</dc:creator>
      <dc:date>2013-10-07T13:59:46Z</dc:date>
    </item>
  </channel>
</rss>

