<?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 Running SimpleExample.java and MixedExample.java in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/running-simpleexample-java-and-mixedexample-java/m-p/21223#M9996</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using the 11-11-2005 nightly build and have found that in order to run SimpleExample and MixedExample, I had to make the following changes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Change the user used for login:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;Session session = repository.login(new SimpleCredentials("superuser", "".toCharArray()));&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;becomes&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;Session session = repository.login(new SimpleCredentials("admin", "admin".toCharArray()));&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Change the name of the "Company Home" node:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;Node companyHome = root.getNode("app:Company_Home");&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;becomes&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;Node companyHome = root.getNode("app:company_home");&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are these bugs in the examples or am I missing something?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Erik&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Nov 2005 14:11:33 GMT</pubDate>
    <dc:creator>elangenbach</dc:creator>
    <dc:date>2005-11-17T14:11:33Z</dc:date>
    <item>
      <title>Running SimpleExample.java and MixedExample.java</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/running-simpleexample-java-and-mixedexample-java/m-p/21223#M9996</link>
      <description>I am using the 11-11-2005 nightly build and have found that in order to run SimpleExample and MixedExample, I had to make the following changes:1. Change the user used for login&lt;IMG id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;ession session = repository.login(new SimpleCredentials("superuser", "".toCharArray()));‍becomesSession session = reposit</description>
      <pubDate>Thu, 17 Nov 2005 14:11:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/running-simpleexample-java-and-mixedexample-java/m-p/21223#M9996</guid>
      <dc:creator>elangenbach</dc:creator>
      <dc:date>2005-11-17T14:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Running SimpleExample.java and MixedExample.java</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/running-simpleexample-java-and-mixedexample-java/m-p/21224#M9997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, they're bugs.&amp;nbsp; Thanks.&amp;nbsp; They'll be fixed for next build.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FYI - We're working on level 2 support right now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2005 14:48:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/running-simpleexample-java-and-mixedexample-java/m-p/21224#M9997</guid>
      <dc:creator>davidc</dc:creator>
      <dc:date>2005-11-17T14:48:47Z</dc:date>
    </item>
  </channel>
</rss>

