<?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 Re: Logging doesn't work for the Activiti Explorer deploed on JBoss in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/logging-doesn-t-work-for-the-activiti-explorer-deploed-on-jboss/m-p/189661#M142791</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Global Jboss logging works perfectly for all other apps. I even tried to change log level to "Trace", but of no avail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;log4j-1.2.17.jar is in the jboss/standalone/deployments/&lt;/SPAN&gt;&lt;A href="http://activiti-explorer.war/WEB-INF/lib" rel="nofollow noopener noreferrer"&gt;activiti-explorer.war/WEB-INF/lib&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; , as well as slf4j-log4j12-1.7.6.jar and slf4j-api-1.7.6.jar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Nov 2014 08:37:47 GMT</pubDate>
    <dc:creator>alper</dc:creator>
    <dc:date>2014-11-20T08:37:47Z</dc:date>
    <item>
      <title>Logging doesn't work for the Activiti Explorer deploed on JBoss</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/logging-doesn-t-work-for-the-activiti-explorer-deploed-on-jboss/m-p/189659#M142789</link>
      <description>Hi,I successfully deployed explorer on Jboss EAP, and also I made my class implementing JavaDelegate. It works, but no logs are written into the server.log, neither from my class that implements JavaDelegate nor from the activiti-explorer.war.I checked the file /opt/jboss/standalone/deployments/acti</description>
      <pubDate>Wed, 19 Nov 2014 14:38:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/logging-doesn-t-work-for-the-activiti-explorer-deploed-on-jboss/m-p/189659#M142789</guid>
      <dc:creator>alper</dc:creator>
      <dc:date>2014-11-19T14:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Logging doesn't work for the Activiti Explorer deploed on JBoss</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/logging-doesn-t-work-for-the-activiti-explorer-deploed-on-jboss/m-p/189660#M142790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;- Is your global jboss logging configured correctly?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Do you have log4j.jar in web-inf lib? Otherwise it might revert to the default jboss logging&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 08:32:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/logging-doesn-t-work-for-the-activiti-explorer-deploed-on-jboss/m-p/189660#M142790</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-11-20T08:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Logging doesn't work for the Activiti Explorer deploed on JBoss</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/logging-doesn-t-work-for-the-activiti-explorer-deploed-on-jboss/m-p/189661#M142791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Global Jboss logging works perfectly for all other apps. I even tried to change log level to "Trace", but of no avail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;log4j-1.2.17.jar is in the jboss/standalone/deployments/&lt;/SPAN&gt;&lt;A href="http://activiti-explorer.war/WEB-INF/lib" rel="nofollow noopener noreferrer"&gt;activiti-explorer.war/WEB-INF/lib&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; , as well as slf4j-log4j12-1.7.6.jar and slf4j-api-1.7.6.jar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 08:37:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/logging-doesn-t-work-for-the-activiti-explorer-deploed-on-jboss/m-p/189661#M142791</guid>
      <dc:creator>alper</dc:creator>
      <dc:date>2014-11-20T08:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Logging doesn't work for the Activiti Explorer deploed on JBoss</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/logging-doesn-t-work-for-the-activiti-explorer-deploed-on-jboss/m-p/189662#M142792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to exclude the logging subsystem in a deployment-structure.xml:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;exclude-subsystems&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;subsystem name="logging" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/exclude-subsystems&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 13:47:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/logging-doesn-t-work-for-the-activiti-explorer-deploed-on-jboss/m-p/189662#M142792</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-12-05T13:47:36Z</dc:date>
    </item>
  </channel>
</rss>

