<?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 AMP to latest SDK 4.0 version. Issues if artifact name is changed? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/upgrade-amp-to-latest-sdk-4-0-version-issues-if-artifact-name-is/m-p/108548#M30491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As i understand, you are upgrading to SDK 4 from SDK 2.x. Changing the artifact id should not be a problem in your existing code as long as you have used&amp;nbsp;&lt;STRONG&gt;${project.artifactId}&lt;/STRONG&gt;&amp;nbsp;in all the path mappings.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have hardcoded the artifact ID anywhere then it may fail. Try looking into your code and cross check all paths.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Examples&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recommended -&amp;nbsp;alfresco/module/&lt;EM&gt;&lt;STRONG&gt;${project.artifactId}&lt;/STRONG&gt;&lt;/EM&gt;/messages/bootstrap-patch-messages&lt;/P&gt;&lt;P&gt;Not Recommended: -&amp;nbsp;alfresco/module/&lt;EM&gt;&lt;STRONG&gt;my-alfresco-project&lt;/STRONG&gt;&lt;/EM&gt;/messages/bootstrap-patch-messages&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the &lt;EM&gt;&lt;STRONG&gt;module.properties &lt;/STRONG&gt;&lt;/EM&gt;as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Recommended:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module.id=&lt;STRONG&gt;${project.artifactId}&lt;/STRONG&gt;&lt;BR /&gt;module.title=${project.name}&lt;BR /&gt;module.description=${project.description}&lt;BR /&gt;module.version=${project.version}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Not Recommended:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;module.id=&lt;STRONG&gt; my-module&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;module.title=my-project&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;module.description=some description&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;module.version=1.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also, you might face issue with already installed module. Once the modules are installed, the value is persisted in DB. You might have to fix the already installed modules.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or use the already installed module id in the module.properties as hardcoded value (not recommended but it would be a workaround).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Aug 2019 12:35:59 GMT</pubDate>
    <dc:creator>abhinavmishra14</dc:creator>
    <dc:date>2019-08-22T12:35:59Z</dc:date>
    <item>
      <title>Upgrade AMP to latest SDK 4.0 version. Issues if artifact name is changed?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/upgrade-amp-to-latest-sdk-4-0-version-issues-if-artifact-name-is/m-p/108547#M30490</link>
      <description>I need to upgrade from Alfresco SDK 2.0 to SDK 4.0. I need to change, the artefact name of the project, because the in the SDK 4.0 included Docker Containers do not allow, capital letters in the image name, which is produced by the maven artefact name. I will install it on a normal tomcat instance a</description>
      <pubDate>Thu, 22 Aug 2019 10:04:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/upgrade-amp-to-latest-sdk-4-0-version-issues-if-artifact-name-is/m-p/108547#M30490</guid>
      <dc:creator>kaffi</dc:creator>
      <dc:date>2019-08-22T10:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade AMP to latest SDK 4.0 version. Issues if artifact name is changed?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/upgrade-amp-to-latest-sdk-4-0-version-issues-if-artifact-name-is/m-p/108548#M30491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As i understand, you are upgrading to SDK 4 from SDK 2.x. Changing the artifact id should not be a problem in your existing code as long as you have used&amp;nbsp;&lt;STRONG&gt;${project.artifactId}&lt;/STRONG&gt;&amp;nbsp;in all the path mappings.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have hardcoded the artifact ID anywhere then it may fail. Try looking into your code and cross check all paths.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Examples&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recommended -&amp;nbsp;alfresco/module/&lt;EM&gt;&lt;STRONG&gt;${project.artifactId}&lt;/STRONG&gt;&lt;/EM&gt;/messages/bootstrap-patch-messages&lt;/P&gt;&lt;P&gt;Not Recommended: -&amp;nbsp;alfresco/module/&lt;EM&gt;&lt;STRONG&gt;my-alfresco-project&lt;/STRONG&gt;&lt;/EM&gt;/messages/bootstrap-patch-messages&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the &lt;EM&gt;&lt;STRONG&gt;module.properties &lt;/STRONG&gt;&lt;/EM&gt;as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Recommended:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module.id=&lt;STRONG&gt;${project.artifactId}&lt;/STRONG&gt;&lt;BR /&gt;module.title=${project.name}&lt;BR /&gt;module.description=${project.description}&lt;BR /&gt;module.version=${project.version}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Not Recommended:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;module.id=&lt;STRONG&gt; my-module&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;module.title=my-project&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;module.description=some description&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;module.version=1.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also, you might face issue with already installed module. Once the modules are installed, the value is persisted in DB. You might have to fix the already installed modules.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or use the already installed module id in the module.properties as hardcoded value (not recommended but it would be a workaround).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2019 12:35:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/upgrade-amp-to-latest-sdk-4-0-version-issues-if-artifact-name-is/m-p/108548#M30491</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2019-08-22T12:35:59Z</dc:date>
    </item>
  </channel>
</rss>

