<?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: Install Alfresco 3.4e in JBoss AS 5.1 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/install-alfresco-3-4e-in-jboss-as-5-1/m-p/270030#M223160</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After further googling &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;, it seems that' an issue between JBoss 5.x and Spring 2.5 : &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://jira.springsource.org/browse/SPR-5120" rel="nofollow noopener noreferrer"&gt;https://jira.springsource.org/browse/SPR-5120&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://issues.jboss.org/browse/SNOWDROP-4" rel="nofollow noopener noreferrer"&gt;https://issues.jboss.org/browse/SNOWDROP-4&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I didn't test yet solutions given above (copying some jars in server/&amp;lt;conf&amp;gt;/lib), but f it can help …&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Mar 2012 17:28:40 GMT</pubDate>
    <dc:creator>jean-rémyrevy</dc:creator>
    <dc:date>2012-03-12T17:28:40Z</dc:date>
    <item>
      <title>Install Alfresco 3.4e in JBoss AS 5.1</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/install-alfresco-3-4e-in-jboss-as-5-1/m-p/270028#M223158</link>
      <description>Hi all,I've installed Alfresco 3.4e in a JBoss AS 5.1 and it start correctly, but if I'm going to install some extension that I've in an older tomcat installation and put it inside /server/default/conf/alfresco/extension, for example for LDAP configuration and synchronization I put the "subsystems"</description>
      <pubDate>Fri, 27 May 2011 14:06:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/install-alfresco-3-4e-in-jboss-as-5-1/m-p/270028#M223158</guid>
      <dc:creator>chicco0386</dc:creator>
      <dc:date>2011-05-27T14:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Install Alfresco 3.4e in JBoss AS 5.1</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/install-alfresco-3-4e-in-jboss-as-5-1/m-p/270029#M223159</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;SPAN&gt;I'm facing of the same issue with Alfresco 3.4.a, JBoss 5.1.2 (and Red Hat 5.5EL).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is quite strange, because my alfresco-global.properties is correctly loaded from /conf, but not my subsystems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My tree structure is identiqual :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;$JBOSS_HOME/conf/&lt;/SPAN&gt;&lt;STRONG&gt;alfresco/extension/subsystems/Authentication/external/external_xxx&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;$JBOSS_HOME/deploy/&lt;/SPAN&gt;&lt;A href="http://alfresco.war/WEB-INF/classes/" rel="nofollow noopener noreferrer"&gt;alfresco.war/WEB-INF/classes/&lt;/A&gt;&lt;STRONG&gt;alfresco/extension/subsystems/Authentication/external/external_xxx&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OR&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;$JBOSS_HOME/conf/&lt;/SPAN&gt;&lt;STRONG&gt;alfresco/extension/subsystems/Authentication/ldap-ad/ldap-ad_xxx&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;$JBOSS_HOME/deploy/&lt;/SPAN&gt;&lt;A href="http://alfresco.war/WEB-INF/classes/" rel="nofollow noopener noreferrer"&gt;alfresco.war/WEB-INF/classes/&lt;/A&gt;&lt;STRONG&gt;alfresco/extension/subsystems/Authentication/ldap-ad/ldap-ad_xxx&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as I know, /conf is considered as a root of ClassLoader, like &lt;/SPAN&gt;&lt;A href="http://anApp.war/WEB-INF/classes" rel="nofollow noopener noreferrer"&gt;anApp.war/WEB-INF/classes&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, I'm currently looking for a bad Spring Import like : &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;import resource="../subsystems/some-context.xml" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;instead of&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;import resource="classpath:/alfresco/subsystems/**/*.xml" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does any one knows how to solve it ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2012 14:06:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/install-alfresco-3-4e-in-jboss-as-5-1/m-p/270029#M223159</guid>
      <dc:creator>jean-rémyrevy</dc:creator>
      <dc:date>2012-03-09T14:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Install Alfresco 3.4e in JBoss AS 5.1</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/install-alfresco-3-4e-in-jboss-as-5-1/m-p/270030#M223160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After further googling &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;, it seems that' an issue between JBoss 5.x and Spring 2.5 : &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://jira.springsource.org/browse/SPR-5120" rel="nofollow noopener noreferrer"&gt;https://jira.springsource.org/browse/SPR-5120&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://issues.jboss.org/browse/SNOWDROP-4" rel="nofollow noopener noreferrer"&gt;https://issues.jboss.org/browse/SNOWDROP-4&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I didn't test yet solutions given above (copying some jars in server/&amp;lt;conf&amp;gt;/lib), but f it can help …&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2012 17:28:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/install-alfresco-3-4e-in-jboss-as-5-1/m-p/270030#M223160</guid>
      <dc:creator>jean-rémyrevy</dc:creator>
      <dc:date>2012-03-12T17:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Install Alfresco 3.4e in JBoss AS 5.1</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/install-alfresco-3-4e-in-jboss-as-5-1/m-p/270031#M223161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After deeeper searches, I had to apologize. &lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;ops: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I forgot to put this line on JBOSS configuration script : &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JBOSS_CLASSPATH="${JBOSS_CLASSPATH}:/app/jboss/courant/server/${JBOSS_CONF}/conf"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since I did it, that works fine -_-.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope that will help …&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2012 16:05:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/install-alfresco-3-4e-in-jboss-as-5-1/m-p/270031#M223161</guid>
      <dc:creator>jean-rémyrevy</dc:creator>
      <dc:date>2012-05-14T16:05:25Z</dc:date>
    </item>
  </channel>
</rss>

