<?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 UniqueDesignation Message Property Not Working in 10.1.1 in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/uniquedesignation-message-property-not-working-in/m-p/118409#M339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can someone confirm that the Message object's property of "UniqueDesignation" that worked in version 1.0 no longer works? The Javadoc appears to state that it is suppose to. I executed an existing application that performed the following operation and displayed the symbol's label successfully prior to the upgrade, but no longer:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; message.setProperty("UniqueDesignation", "Mad dog");&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll be happy to submit a bug report if it's the case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]21000[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]21001[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jan 2013 13:29:35 GMT</pubDate>
    <dc:creator>CarlosColón-Maldonado</dc:creator>
    <dc:date>2013-01-23T13:29:35Z</dc:date>
    <item>
      <title>UniqueDesignation Message Property Not Working in 10.1.1</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/uniquedesignation-message-property-not-working-in/m-p/118409#M339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can someone confirm that the Message object's property of "UniqueDesignation" that worked in version 1.0 no longer works? The Javadoc appears to state that it is suppose to. I executed an existing application that performed the following operation and displayed the symbol's label successfully prior to the upgrade, but no longer:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; message.setProperty("UniqueDesignation", "Mad dog");&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll be happy to submit a bug report if it's the case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]21000[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]21001[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 13:29:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/uniquedesignation-message-property-not-working-in/m-p/118409#M339</guid>
      <dc:creator>CarlosColón-Maldonado</dc:creator>
      <dc:date>2013-01-23T13:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: UniqueDesignation Message Property Not Working in 10.1.1</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/uniquedesignation-message-property-not-working-in/m-p/118410#M340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: mbaird&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We will investigate to see what is happening...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 15:20:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/uniquedesignation-message-property-not-working-in/m-p/118410#M340</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-01-23T15:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: UniqueDesignation Message Property Not Working in 10.1.1</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/uniquedesignation-message-property-not-working-in/m-p/118411#M341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We've had a look at what is happening here and can confirm there is a bug.&amp;nbsp; The code you used at 1.0 for your Unique Designations will not display the label.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There is however a workaround.&amp;nbsp; If you change your line of code as follows it will work:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]message.setProperty("uniquedesignation", "Mad dog");[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It a case sensitivity issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This something we will consider carefully in terms of the fix we apply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps in the short term.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 20:27:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/uniquedesignation-message-property-not-working-in/m-p/118411#M341</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2013-01-25T20:27:02Z</dc:date>
    </item>
  </channel>
</rss>

