<?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: deployment amp in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/deployment-amp/m-p/56200#M20412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should put your alfresco-global.properties, that one you are using to test your project on Maven, inside the following folder:&lt;/P&gt;&lt;P&gt;project-platform-jar/src/test/properties/local&lt;/P&gt;&lt;P&gt;In this way the properties file will not be included in the AMP artifact when you build the project.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Mar 2018 14:26:18 GMT</pubDate>
    <dc:creator>openpj</dc:creator>
    <dc:date>2018-03-02T14:26:18Z</dc:date>
    <item>
      <title>deployment amp</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/deployment-amp/m-p/56197#M20409</link>
      <description>Hi,- i have installed alfresco-communauty with msi and it works fine.- i added my project-platform-jar-1.0-SNAPSHOT.amp file in amps repository and my project-share-jar-1.0-SNAPSHOT.amp file in amps_share directory :- i have executed apply_amps in bin directoty and started tomcat :But when i type my</description>
      <pubDate>Fri, 02 Mar 2018 10:16:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/deployment-amp/m-p/56197#M20409</guid>
      <dc:creator>anakin59490</dc:creator>
      <dc:date>2018-03-02T10:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: deployment amp</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/deployment-amp/m-p/56198#M20410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You probably have included a new alfresco-global.properties that overrides the current one.&lt;/P&gt;&lt;P&gt;Please try to be sure to build an AMP without any alfresco-global.properties inside.&lt;/P&gt;&lt;P&gt;From the log file is clear that Alfresco is trying to use a wrong properties file because it does't find the correct DBMS dialect as mentioned here:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Caused by: org.apache.ibatis.builder.BuilderException: Failed to get resource: alfresco/ibatis/#resource.dialect#/activities-insert-SqlMap.xml&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 11:59:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/deployment-amp/m-p/56198#M20410</guid>
      <dc:creator>openpj</dc:creator>
      <dc:date>2018-03-02T11:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: deployment amp</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/deployment-amp/m-p/56199#M20411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thank you !&lt;/P&gt;&lt;P&gt;exact i use an alfresco-global-properties file because i develop on an embedded tomcat so i need one&lt;/P&gt;&lt;P&gt;how can i generate amp without it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mine is located in project-platform-jar /src/main/resources/alfresco/module/project-platform-jar repository&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 12:30:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/deployment-amp/m-p/56199#M20411</guid>
      <dc:creator>anakin59490</dc:creator>
      <dc:date>2018-03-02T12:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: deployment amp</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/deployment-amp/m-p/56200#M20412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should put your alfresco-global.properties, that one you are using to test your project on Maven, inside the following folder:&lt;/P&gt;&lt;P&gt;project-platform-jar/src/test/properties/local&lt;/P&gt;&lt;P&gt;In this way the properties file will not be included in the AMP artifact when you build the project.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 14:26:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/deployment-amp/m-p/56200#M20412</guid>
      <dc:creator>openpj</dc:creator>
      <dc:date>2018-03-02T14:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: deployment amp</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/deployment-amp/m-p/56201#M20413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it works ! I have changed, i use JAR, it's easier to manage for deployment.&lt;/P&gt;&lt;P&gt;But now when i us my embedded tomcat it doesn' work. I even if i move it in&amp;nbsp;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;project/src/test/properties/local folder.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;The most important was the deployment ! Thank's&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 17:57:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/deployment-amp/m-p/56201#M20413</guid>
      <dc:creator>anakin59490</dc:creator>
      <dc:date>2018-03-02T17:57:30Z</dc:date>
    </item>
  </channel>
</rss>

