<?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: ClassLoader not finding files in /shared/classes/alfesco in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/classloader-not-finding-files-in-shared-classes-alfesco/m-p/213237#M166367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Should be:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;InputStream is = cl.getResourceAsStream("alfresco/extension/custom.properties");&lt;BR /&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;just remove the leading '/' from your path&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jun 2010 12:01:35 GMT</pubDate>
    <dc:creator>targa2000</dc:creator>
    <dc:date>2010-06-21T12:01:35Z</dc:date>
    <item>
      <title>ClassLoader not finding files in /shared/classes/alfesco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/classloader-not-finding-files-in-shared-classes-alfesco/m-p/213235#M166365</link>
      <description>my ClassLoader is not finding custom files placed in tomcat/shared/classes/alfresco/extension.&amp;nbsp; It only discovers files in alfresco/WEB-INF/classes/alfresco/extension.&amp;nbsp; What can I do so ClassLoader will locate files in shared?&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ClassLoader cl = Thread.currentThread().getContextClassLoader();&amp;nbsp;&amp;nbsp;</description>
      <pubDate>Mon, 21 Jun 2010 10:40:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/classloader-not-finding-files-in-shared-classes-alfesco/m-p/213235#M166365</guid>
      <dc:creator>esource</dc:creator>
      <dc:date>2010-06-21T10:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: ClassLoader not finding files in /shared/classes/alfesco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/classloader-not-finding-files-in-shared-classes-alfesco/m-p/213236#M166366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Maybe try removing the leading "/" from the path:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; InputStream is = cl.getResourceAsStream("alfresco/extension/custom.properties");&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm never quite sure how to this right…&amp;nbsp; :? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTH&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Gyro&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 11:45:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/classloader-not-finding-files-in-shared-classes-alfesco/m-p/213236#M166366</guid>
      <dc:creator>gyro_gearless</dc:creator>
      <dc:date>2010-06-21T11:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: ClassLoader not finding files in /shared/classes/alfesco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/classloader-not-finding-files-in-shared-classes-alfesco/m-p/213237#M166367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Should be:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;InputStream is = cl.getResourceAsStream("alfresco/extension/custom.properties");&lt;BR /&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;just remove the leading '/' from your path&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 12:01:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/classloader-not-finding-files-in-shared-classes-alfesco/m-p/213237#M166367</guid>
      <dc:creator>targa2000</dc:creator>
      <dc:date>2010-06-21T12:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: ClassLoader not finding files in /shared/classes/alfesco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/classloader-not-finding-files-in-shared-classes-alfesco/m-p/213238#M166368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you!&amp;nbsp; Yes, it was the leading "/" that caused the problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 12:57:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/classloader-not-finding-files-in-shared-classes-alfesco/m-p/213238#M166368</guid>
      <dc:creator>esource</dc:creator>
      <dc:date>2010-06-21T12:57:26Z</dc:date>
    </item>
  </channel>
</rss>

