<?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: Not able to edit feature dataset layers once accessed through Java add-in. in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/not-able-to-edit-feature-dataset-layers-once/m-p/358079#M9477</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dallas,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I'm actually using the Java SDK. I finally figured the problem out yesterday afternoon. I was using the arcengine license with my add-in. I used an out of the box sample for accessing the license. Even though we have desktop advanced, if you use an engine license, it downgrades the whole mxd for that session. I changed it to using the advanced license, and now I have no errors. Thank you for your response!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Oct 2014 12:56:54 GMT</pubDate>
    <dc:creator>ArjunDongre</dc:creator>
    <dc:date>2014-10-21T12:56:54Z</dc:date>
    <item>
      <title>Not able to edit feature dataset layers once accessed through Java add-in.</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/not-able-to-edit-feature-dataset-layers-once/m-p/358077#M9475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created an add-in to that takes in a unique ID, searches through the TOC for the appropriate layer and then zooms to feature with that ID. However, once that action is performed, I am not able to start editing any of the features in that Feature Dataset without warnings and errors. How do I release locks on these objects so that the main ArcMap thread can have access again?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="21138" alt="" class="jive-image image-1" height="418" src="https://community.esri.com/legacyfs/online/21138_pastedImage_0.png" style="max-width: 1200px; max-height: 900px; width: 695px; height: 418.158px;" width="695" /&gt;&lt;/P&gt;&lt;P&gt;Arjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 13:49:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/not-able-to-edit-feature-dataset-layers-once/m-p/358077#M9475</guid>
      <dc:creator>ArjunDongre</dc:creator>
      <dc:date>2014-10-15T13:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to edit feature dataset layers once accessed through Java add-in.</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/not-able-to-edit-feature-dataset-layers-once/m-p/358078#M9476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you using the ESRI.ArcGIS.ADF.ComReleaser to marshal&amp;nbsp; the search objects. If not that's likely your problem. Check out these to links they have examples and instruction on how to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//0001000002rs000000" title="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//0001000002rs000000"&gt;ArcObjects 10 .NET SDK Help&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//0001000004tm000000" title="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//0001000004tm000000"&gt;ArcObjects 10 .NET SDK Help&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 12:53:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/not-able-to-edit-feature-dataset-layers-once/m-p/358078#M9476</guid>
      <dc:creator>DallasShearer</dc:creator>
      <dc:date>2014-10-21T12:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to edit feature dataset layers once accessed through Java add-in.</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/not-able-to-edit-feature-dataset-layers-once/m-p/358079#M9477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dallas,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I'm actually using the Java SDK. I finally figured the problem out yesterday afternoon. I was using the arcengine license with my add-in. I used an out of the box sample for accessing the license. Even though we have desktop advanced, if you use an engine license, it downgrades the whole mxd for that session. I changed it to using the advanced license, and now I have no errors. Thank you for your response!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 12:56:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/not-able-to-edit-feature-dataset-layers-once/m-p/358079#M9477</guid>
      <dc:creator>ArjunDongre</dc:creator>
      <dc:date>2014-10-21T12:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to edit feature dataset layers once accessed through Java add-in.</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/not-able-to-edit-feature-dataset-layers-once/m-p/358080#M9478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;I'd like to try and integrate more java for addins and engine, but I always run into strange problems - the last engine app I tried to write in Java gave me 'cannot find main class' errors (I was using jre1.6, but have java 1.8 installed, perhaps that is an issue).&amp;nbsp; Also, I have problems where my buttons don't show up in the Java Commands or any other category I enter. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you experienced anything like this with Java?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 17:21:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/not-able-to-edit-feature-dataset-layers-once/m-p/358080#M9478</guid>
      <dc:creator>KevinYanuk</dc:creator>
      <dc:date>2014-10-21T17:21:33Z</dc:date>
    </item>
  </channel>
</rss>

