<?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 I am using phoenix as dataSource for data models, while update ,statement which executes is like 'update table SET =? where ID= ?' , instead i want it to execute Upsert statement over phoenix to query Hbase. Please Help!! in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/i-am-using-phoenix-as-datasource-for-data-models-while-update/m-p/3061#M979</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using phoenix as dataSource for data models in alfresco activiti, while update ,statement which executes is like 'update table SET =? where ID= ?' , instead i want it to execute Upsert statement over phoenix to query Hbase. Also HBase uses column family with column name, If I map my variable with the table columns having column family in data model in activiti,it throws BAD SQL Grammar exception. Please Help!!#&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 14 Jan 2017 08:08:07 GMT</pubDate>
    <dc:creator>dharamjeet</dc:creator>
    <dc:date>2017-01-14T08:08:07Z</dc:date>
    <item>
      <title>I am using phoenix as dataSource for data models, while update ,statement which executes is like 'update table SET =? where ID= ?' , instead i want it to execute Upsert statement over phoenix to query Hbase. Please Help!!</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/i-am-using-phoenix-as-datasource-for-data-models-while-update/m-p/3061#M979</link>
      <description>I am using phoenix as dataSource for data models in alfresco activiti, while update ,statement which executes is like 'update table SET =? where ID= ?' , instead i want it to execute Upsert statement over phoenix to query Hbase. Also HBase uses column family with column name, If I map my variable wi</description>
      <pubDate>Sat, 14 Jan 2017 08:08:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/i-am-using-phoenix-as-datasource-for-data-models-while-update/m-p/3061#M979</guid>
      <dc:creator>dharamjeet</dc:creator>
      <dc:date>2017-01-14T08:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: I am using phoenix as dataSource for data models, while update ,statement which executes is like 'update table SET =? where ID= ?' , instead i want it to execute Upsert statement over phoenix to query Hbase. Please Help!!</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/i-am-using-phoenix-as-datasource-for-data-models-while-update/m-p/3062#M980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I understand what you are trying to do.&lt;/P&gt;&lt;P&gt;Can you provide a scenario and unit test?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/tag/bp3/tg-p"&gt;&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 23:12:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/i-am-using-phoenix-as-datasource-for-data-models-while-update/m-p/3062#M980</guid>
      <dc:creator>gdharley</dc:creator>
      <dc:date>2017-01-16T23:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: I am using phoenix as dataSource for data models, while update ,statement which executes is like 'update table SET =? where ID= ?' , instead i want it to execute Upsert statement over phoenix to query Hbase. Please Help!!</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/i-am-using-phoenix-as-datasource-for-data-models-while-update/m-p/3063#M981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="" data-display="https://community.alfresco.com/community/bpm/blog/2016/11/17/activiti-enterprise-developer-series-custom-data-models" data-sanitized="https://www.google.com/url?q=https%3A%2F%2Fcommunity.alfresco.com%2Fcommunity%2Fbpm%2Fblog%2F2016%2F11%2F17%2Factiviti-enterprise-developer-series-custom-data-models&amp;amp;sa=D&amp;amp;sntz=1&amp;amp;usg=AFQjCNFMYRl5EnYm8uSNWUIv_xF1PMzo-Q" dir="ltr" href="https://www.google.com/url?q=https%3A%2F%2Fcommunity.alfresco.com%2Fcommunity%2Fbpm%2Fblog%2F2016%2F11%2F17%2Factiviti-enterprise-developer-series-custom-data-models&amp;amp;sa=D&amp;amp;sntz=1&amp;amp;usg=AFQjCNFMYRl5EnYm8uSNWUIv_xF1PMzo-Q" rel="nofollow noreferrer noopener" style="color: #263238; font-size: 13px;" tabindex="-1" target="_blank"&gt;https://community.alfresco.com/community/bpm/blog/2016/11/17/activiti-enterprise-developer-series-custom-data-models&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This helped me.&lt;/P&gt;&lt;P&gt;what I wanted to do is to map my data model with my database, I defined the dataSource for my data model ,but It as internally creating queries internally and I wanted to execute my custom query since I had to execute an upsert statement. so what I did is defined custom model and implemented AlfrescoCustomDataModel Service.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 08:07:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/i-am-using-phoenix-as-datasource-for-data-models-while-update/m-p/3063#M981</guid>
      <dc:creator>dharamjeet</dc:creator>
      <dc:date>2017-01-20T08:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: I am using phoenix as dataSource for data models, while update ,statement which executes is like 'update table SET =? where ID= ?' , instead i want it to execute Upsert statement over phoenix to query Hbase. Please Help!!</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/i-am-using-phoenix-as-datasource-for-data-models-while-update/m-p/3064#M982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad to hear it, the developer series blog posts are very good and certainly worth following.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/tag/bp3/tg-p"&gt;&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 16:34:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/i-am-using-phoenix-as-datasource-for-data-models-while-update/m-p/3064#M982</guid>
      <dc:creator>gdharley</dc:creator>
      <dc:date>2017-01-20T16:34:40Z</dc:date>
    </item>
  </channel>
</rss>

