<?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 Move AMP from 3.0 to 4.2 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/move-amp-from-3-0-to-4-2/m-p/284503#M237633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have developed time ago a customization of Alfresco which included a custom model, a couple of wizards and actions, two custom Advanced Search screens, and a pair of jsp changes. It was designed for our Alfresco CE 3.0 instance but now that instance will stay as "backup" and we would like to open a new one in Alfreso 4.2 (Still dont want to move to Alfresco 5).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have set the Dev enviroment with Eclipse as desired (at least I think so) importing the Alfresco 4.2 SDK and also the project we designed for Alfresco 3.0 (which included other java projects like "3rd PArty, or WEB-CLIENT" ( we imported them directly from the ones we had in 3.0). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If we compile and deploy the build.xml file it works fine and the AMP file gets produced correctly. Also installing the AMP file in the Alfresco 4.2 war file works with no problem, however problems appears when we try to deploy and launch Alfresco. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Log file crashes showing some "Class Not Fould Exception", and after checking it over and over we dont know where the problem might be?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example we have this error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;java.lang.ClassNotFoundException: org.alfresco.web.ui.common.component.SelfRenderingComponent&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;BR /&gt;&lt;SPAN&gt;and seems that in 4.2 we do not know which jar file should have this class, as the SDK is imported correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please point us the right steps to move our code from 3.0 to 4.2?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot in advance!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here I attach the log file in case you would like to check it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jun 2015 07:00:39 GMT</pubDate>
    <dc:creator>jlabuelo</dc:creator>
    <dc:date>2015-06-12T07:00:39Z</dc:date>
    <item>
      <title>Move AMP from 3.0 to 4.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/move-amp-from-3-0-to-4-2/m-p/284503#M237633</link>
      <description>Hi thereI have developed time ago a customization of Alfresco which included a custom model, a couple of wizards and actions, two custom Advanced Search screens, and a pair of jsp changes. It was designed for our Alfresco CE 3.0 instance but now that instance will stay as "backup" and we would like</description>
      <pubDate>Fri, 12 Jun 2015 07:00:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/move-amp-from-3-0-to-4-2/m-p/284503#M237633</guid>
      <dc:creator>jlabuelo</dc:creator>
      <dc:date>2015-06-12T07:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Move AMP from 3.0 to 4.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/move-amp-from-3-0-to-4-2/m-p/284504#M237634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;SelfRenderingComponent moved to spring some time after 3.0.&amp;nbsp;&amp;nbsp; You may find other classes you depend upon moved too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is now in the following package.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.springframework.extensions.webscripts.ui.common.component;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 15:17:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/move-amp-from-3-0-to-4-2/m-p/284504#M237634</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2015-06-12T15:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Move AMP from 3.0 to 4.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/move-amp-from-3-0-to-4-2/m-p/284505#M237635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where can I find the jar file to install this package in my Eclipse project?, I have tried to google it but I am not able to find any jar file containing this library. Also I have downloaed the Spring-Surf 1.0.0C but the package is not there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot !!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 12:31:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/move-amp-from-3-0-to-4-2/m-p/284505#M237635</guid>
      <dc:creator>magarcia_sm</dc:creator>
      <dc:date>2015-06-16T12:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Move AMP from 3.0 to 4.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/move-amp-from-3-0-to-4-2/m-p/284506#M237636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;SelfRenderingComponent&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is contained within the SDK for 4.2.f&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I see it in the spring-webscripts-1.2.0-SNAPSHOT.jar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 15:03:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/move-amp-from-3-0-to-4-2/m-p/284506#M237636</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2015-06-16T15:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Move AMP from 3.0 to 4.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/move-amp-from-3-0-to-4-2/m-p/284507#M237637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there yes it is true, once we found the line that uses this class, we changed the "import" line and now it launches ok. We are gonna test if the rest of the code keeps working as expected!.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks once more!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 15:53:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/move-amp-from-3-0-to-4-2/m-p/284507#M237637</guid>
      <dc:creator>magarcia_sm</dc:creator>
      <dc:date>2015-06-17T15:53:00Z</dc:date>
    </item>
  </channel>
</rss>

