<?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: Upgrade from 4.1.3 to 5.0 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/upgrade-from-4-1-3-to-5-0/m-p/301754#M254884</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;BR /&gt;&lt;SPAN&gt;After upgrading, when any user login I get following exceptions&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i) LESS for Java Engine error compiling: 'js/alfresco/core/css/ProcessWidgets.css': com.asual.lesscss.LessException: Name Error: variable @standard-border is undefined&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ii) LESS for Java Engine error compiling: 'js/alfresco/debug/css/WidgetInfo.css': com.asual.lesscss.LessException: Name Error: variable @large-font-size is undefined&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Few more similar errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have not changed any of these css files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea how to solve this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Mar 2015 12:38:47 GMT</pubDate>
    <dc:creator>hardik1512</dc:creator>
    <dc:date>2015-03-27T12:38:47Z</dc:date>
    <item>
      <title>Upgrade from 4.1.3 to 5.0</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/upgrade-from-4-1-3-to-5-0/m-p/301747#M254877</link>
      <description>I am upgrading Alfresco 4.1.3 EE to Alfresco 5.0.0 EE.My code uses class Repository(org.alfresco.web.bean.repository.Repository) which is in alfresco-web-client-4.1.3.jar file.But it seems that this jar is removed in Alfresco 5.&amp;nbsp; So which class should I use instead of this? Or will this class be in</description>
      <pubDate>Mon, 16 Mar 2015 08:48:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/upgrade-from-4-1-3-to-5-0/m-p/301747#M254877</guid>
      <dc:creator>hardik1512</dc:creator>
      <dc:date>2015-03-16T08:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade from 4.1.3 to 5.0</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/upgrade-from-4-1-3-to-5-0/m-p/301748#M254878</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;BR /&gt;&lt;SPAN&gt;the web client / Explorer has been fully removed in Alfresco 5 - the class has not moved into any other JAR. For most of the functionality of the Repository class you could probably use a combination of NodeService, FileFolderService and SearchService to get what you need. It may be that you'd end up moving some of the utility methods previously contained in the Repository class to your own source code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 10:47:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/upgrade-from-4-1-3-to-5-0/m-p/301748#M254878</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2015-03-16T10:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade from 4.1.3 to 5.0</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/upgrade-from-4-1-3-to-5-0/m-p/301749#M254879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Axel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have found that the classes of alfresco-web-client-4.1.3.jar are there in alfresco 5 but not in JAR. They are @ path \tomcat\webapps\alfresco\WEB-INF\classes\org\alfresco.&amp;nbsp; I think I can use this path in build path to compile my code in eclipse. I don't need to change anything. Is this approach right?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 11:15:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/upgrade-from-4-1-3-to-5-0/m-p/301749#M254879</guid>
      <dc:creator>hardik1512</dc:creator>
      <dc:date>2015-03-16T11:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade from 4.1.3 to 5.0</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/upgrade-from-4-1-3-to-5-0/m-p/301750#M254880</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;BR /&gt;&lt;SPAN&gt;you're right, they are there - but they shouldn't be. This Looks like an error in the Alfresco build to me and I would not rely on them being available in all Alfresco 5 Versions, e.g. in future service packs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The best Approach in my opinion would be to refactor any code that relies on web client and remove the dependencies via direct Access to Alfresco services or custom utilities.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 12:14:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/upgrade-from-4-1-3-to-5-0/m-p/301750#M254880</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2015-03-16T12:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade from 4.1.3 to 5.0</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/upgrade-from-4-1-3-to-5-0/m-p/301751#M254881</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;BR /&gt;&lt;SPAN&gt;I have refactored the code. Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using postgres as DB. It seems as there are changes in Alfresco's tables in 4.1.3 and 5.0 versions. So how do I restore my database?? Is there any guideline for this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 11:26:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/upgrade-from-4-1-3-to-5-0/m-p/301751#M254881</guid>
      <dc:creator>hardik1512</dc:creator>
      <dc:date>2015-03-20T11:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade from 4.1.3 to 5.0</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/upgrade-from-4-1-3-to-5-0/m-p/301752#M254882</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;BR /&gt;&lt;SPAN&gt;I don't quite understand why you want to restore the database just now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically, if you want to restore an old database backup (based on 4.1.3) you have to make sure that the old version of Alfresco is installed on the server to be able to use it (for verficiation) and then re-apply the 5.0 upgrade (unless you want to revert fully to 4.1.3).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 15:07:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/upgrade-from-4-1-3-to-5-0/m-p/301752#M254882</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2015-03-20T15:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade from 4.1.3 to 5.0</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/upgrade-from-4-1-3-to-5-0/m-p/301753#M254883</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;BR /&gt;&lt;SPAN&gt;I meant how do I get data of Alfresco 4.1.3 tables to Alfresco 5 tables as there is change of schema. But it went through.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I pointed my Alfresco 5 server to a restored DB of 4.1.3&amp;nbsp; and started server, alfresco applied upgrade scripts and DB schema was changed accordingly. I got couple of errors though but solved it by applying scripts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i) org.postgresql.util.PSQLException: ERROR: constraint "act_ru_execution_proc_def_id__business_key__key" of relation &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "act_ru_execution" does not exist .&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Solved by script&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ALTER INDEX act_ru_execution_proc_def_id__key RENAME TO act_ru_execution_proc_def_id__business_key__key;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ii) org.postgresql.util.PSQLException: ERROR: constraint "act_hi_procinst_proc_def_id__business_key__key" of relation "act_hi_procinst" does not exist&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Solved by script&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ALTER INDEX act_hi_procinst_proc_def_id__key RENAME TO act_hi_procinst_proc_def_id__business_key__key;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 13:43:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/upgrade-from-4-1-3-to-5-0/m-p/301753#M254883</guid>
      <dc:creator>hardik1512</dc:creator>
      <dc:date>2015-03-23T13:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade from 4.1.3 to 5.0</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/upgrade-from-4-1-3-to-5-0/m-p/301754#M254884</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;BR /&gt;&lt;SPAN&gt;After upgrading, when any user login I get following exceptions&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i) LESS for Java Engine error compiling: 'js/alfresco/core/css/ProcessWidgets.css': com.asual.lesscss.LessException: Name Error: variable @standard-border is undefined&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ii) LESS for Java Engine error compiling: 'js/alfresco/debug/css/WidgetInfo.css': com.asual.lesscss.LessException: Name Error: variable @large-font-size is undefined&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Few more similar errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have not changed any of these css files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea how to solve this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 12:38:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/upgrade-from-4-1-3-to-5-0/m-p/301754#M254884</guid>
      <dc:creator>hardik1512</dc:creator>
      <dc:date>2015-03-27T12:38:47Z</dc:date>
    </item>
  </channel>
</rss>

