<?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: Alfresco 3.0 with JBoss 5.1 integration issue in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-with-jboss-5-1-integration-issue/m-p/250353#M203483</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have removed the following JAR files from the application LIB folder to avoid the error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;UL&gt;catalina.jar&lt;BR /&gt;commons-logging-1.1.jar&lt;BR /&gt;tomcat-coyote.jar&lt;BR /&gt;tomcat-util.jar&lt;BR /&gt;xercesImpl-2.8.0.jar&lt;BR /&gt;xml-apis.jar&lt;BR /&gt;stax-api-1.0.1.jar&lt;BR /&gt;jaxen-1.1-beta-8.jar&lt;BR /&gt;cxf-2.1.2.jar&lt;/UL&gt;&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;But, it leads to the issue: &lt;/SPAN&gt;&lt;STRONG&gt;The JBoss is getting hanged while start-up, by showing the following message:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;09:21:36,775 INFO&amp;nbsp; [[/alfresco]] Initializing Spring root WebApplicationContext&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Apr 2011 08:25:34 GMT</pubDate>
    <dc:creator>kvramalingeswar</dc:creator>
    <dc:date>2011-04-11T08:25:34Z</dc:date>
    <item>
      <title>Alfresco 3.0 with JBoss 5.1 integration issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-with-jboss-5-1-integration-issue/m-p/250351#M203481</link>
      <description>I have installed JBoss 5.1 and trying to integrate Alfresco 3.0 Stable.But, server.log is showing the following error:2011-04-07 17:35:14,388 INFO&amp;nbsp; [STDOUT] (main) 17:35:14,388&amp;nbsp; ERROR [web.context.ContextLoader] Context initialization failedorg.springframework.beans.factory.BeanCreationException: Er</description>
      <pubDate>Thu, 07 Apr 2011 12:18:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-with-jboss-5-1-integration-issue/m-p/250351#M203481</guid>
      <dc:creator>kvramalingeswar</dc:creator>
      <dc:date>2011-04-07T12:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.0 with JBoss 5.1 integration issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-with-jboss-5-1-integration-issue/m-p/250352#M203482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I got the resolution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;C:\Alfresco\jboss-5.1.0.GA\server\default\deploy\alfresco.war\WEB-INF\classes\alfresco\application-context.xml&lt;BR /&gt;Existing: &amp;lt;import resource="classpath*:alfresco/patch/*-context.xml" /&amp;gt;&lt;BR /&gt;Proposed: &amp;lt;import resource="classpath*:alfresco/patch/patch-services-context.xml" /&amp;gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;But, it leads to one more exception: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;java.lang.LinkageError: loader constraint violation: when resolving field "DATETIME" the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) of the referring class, javax/xml/datatype/DatatypeConstants, and the class loader (instance of &amp;lt;bootloader&amp;gt;) for the field's resolved type, javax/xml/namespace/QName, have different Class objects for that type&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 12:56:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-with-jboss-5-1-integration-issue/m-p/250352#M203482</guid>
      <dc:creator>kvramalingeswar</dc:creator>
      <dc:date>2011-04-07T12:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.0 with JBoss 5.1 integration issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-with-jboss-5-1-integration-issue/m-p/250353#M203483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have removed the following JAR files from the application LIB folder to avoid the error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;UL&gt;catalina.jar&lt;BR /&gt;commons-logging-1.1.jar&lt;BR /&gt;tomcat-coyote.jar&lt;BR /&gt;tomcat-util.jar&lt;BR /&gt;xercesImpl-2.8.0.jar&lt;BR /&gt;xml-apis.jar&lt;BR /&gt;stax-api-1.0.1.jar&lt;BR /&gt;jaxen-1.1-beta-8.jar&lt;BR /&gt;cxf-2.1.2.jar&lt;/UL&gt;&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;But, it leads to the issue: &lt;/SPAN&gt;&lt;STRONG&gt;The JBoss is getting hanged while start-up, by showing the following message:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;09:21:36,775 INFO&amp;nbsp; [[/alfresco]] Initializing Spring root WebApplicationContext&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 08:25:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-with-jboss-5-1-integration-issue/m-p/250353#M203483</guid>
      <dc:creator>kvramalingeswar</dc:creator>
      <dc:date>2011-04-11T08:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.0 with JBoss 5.1 integration issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-with-jboss-5-1-integration-issue/m-p/250354#M203484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have enabled the DEBUG at log configurations to identify the reason for this issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The console is giving the following information:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;08:54:09,818 DEBUG [arjLogger] StatusModule: first pass&lt;BR /&gt;08:54:09,818 DEBUG [txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass&lt;BR /&gt;08:54:09,818 DEBUG [loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass&lt;BR /&gt;08:54:19,818 DEBUG [arjLogger] Periodic recovery - second pass &amp;lt;Wed, 13 Apr 2011 08:54:19&amp;gt;&lt;BR /&gt;08:54:19,818 DEBUG [arjLogger] AtomicActionRecoveryModule: Second pass&lt;BR /&gt;08:54:19,818 DEBUG [txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass&lt;BR /&gt;08:54:19,818 DEBUG [loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 03:30:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-with-jboss-5-1-integration-issue/m-p/250354#M203484</guid>
      <dc:creator>kvramalingeswar</dc:creator>
      <dc:date>2011-04-13T03:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.0 with JBoss 5.1 integration issue</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-with-jboss-5-1-integration-issue/m-p/250355#M203485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am able to setup &lt;STRONG&gt;Alfresco 3 Stable&lt;/STRONG&gt; with &lt;STRONG&gt;JBoss 4.2.3&lt;/STRONG&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 05:09:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-0-with-jboss-5-1-integration-issue/m-p/250355#M203485</guid>
      <dc:creator>kvramalingeswar</dc:creator>
      <dc:date>2011-04-22T05:09:46Z</dc:date>
    </item>
  </channel>
</rss>

