<?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: Namespace prefix is not mapped to a namespace URI in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/namespace-prefix-is-not-mapped-to-a-namespace-uri/m-p/253469#M206599</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm afraid that isn't the case. After renaming the custom-context.xml, I still get the errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I searched the shared/classes/alfresco - folders, but there are no other custom models being loaded. And I never work outside this folder.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Aug 2012 11:48:36 GMT</pubDate>
    <dc:creator>ebogaard</dc:creator>
    <dc:date>2012-08-29T11:48:36Z</dc:date>
    <item>
      <title>Namespace prefix is not mapped to a namespace URI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/namespace-prefix-is-not-mapped-to-a-namespace-uri/m-p/253463#M206593</link>
      <description>Hi there,I've developed several custom aspects and workflows, but now I keep on running into the really annoying 'Namespace prefix is not mapped to a namespace URI', and I can't solve it myself. Maybe I'v looked at the code so much, that I can't see the error anymore.Because of the error, I can't st</description>
      <pubDate>Wed, 29 Aug 2012 09:11:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/namespace-prefix-is-not-mapped-to-a-namespace-uri/m-p/253463#M206593</guid>
      <dc:creator>ebogaard</dc:creator>
      <dc:date>2012-08-29T09:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Namespace prefix is not mapped to a namespace URI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/namespace-prefix-is-not-mapped-to-a-namespace-uri/m-p/253464#M206594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you have any other custom content model file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There could be a case where in other model also you are using same prefix example with different URI&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 09:51:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/namespace-prefix-is-not-mapped-to-a-namespace-uri/m-p/253464#M206594</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2012-08-29T09:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Namespace prefix is not mapped to a namespace URI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/namespace-prefix-is-not-mapped-to-a-namespace-uri/m-p/253465#M206595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the only custom model in this Alfresco-installation, so it shouldn't be the cause. To be sure, I did a thorough search and found nothing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So that's not the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But maybe there is a model dynamically loaded in the data dictionary. Is there some way to startup Alfresco by continuing, even when the namespace-error shows up?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 09:56:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/namespace-prefix-is-not-mapped-to-a-namespace-uri/m-p/253465#M206595</guid>
      <dc:creator>ebogaard</dc:creator>
      <dc:date>2012-08-29T09:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Namespace prefix is not mapped to a namespace URI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/namespace-prefix-is-not-mapped-to-a-namespace-uri/m-p/253466#M206596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;also check that you do not have two copies of same model one under the file system&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;another in alfresco under Data Dictionary/Models&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As it should be at any one of the location only.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to load it dynamically you can place it under second location and no need of context file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And just reload it from the admin-repo console&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 11:15:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/namespace-prefix-is-not-mapped-to-a-namespace-uri/m-p/253466#M206596</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2012-08-29T11:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Namespace prefix is not mapped to a namespace URI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/namespace-prefix-is-not-mapped-to-a-namespace-uri/m-p/253467#M206597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The funny thing is, that I can't start Alfresco anymore because of the problems in the first post. So there is no way to delete the model from the Data Dictionary. Or is there?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 11:18:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/namespace-prefix-is-not-mapped-to-a-namespace-uri/m-p/253467#M206597</guid>
      <dc:creator>ebogaard</dc:creator>
      <dc:date>2012-08-29T11:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Namespace prefix is not mapped to a namespace URI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/namespace-prefix-is-not-mapped-to-a-namespace-uri/m-p/253468#M206598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you remove the model entry from you context file you will be able to start the alfresco&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 11:43:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/namespace-prefix-is-not-mapped-to-a-namespace-uri/m-p/253468#M206598</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2012-08-29T11:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Namespace prefix is not mapped to a namespace URI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/namespace-prefix-is-not-mapped-to-a-namespace-uri/m-p/253469#M206599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm afraid that isn't the case. After renaming the custom-context.xml, I still get the errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I searched the shared/classes/alfresco - folders, but there are no other custom models being loaded. And I never work outside this folder.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 11:48:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/namespace-prefix-is-not-mapped-to-a-namespace-uri/m-p/253469#M206599</guid>
      <dc:creator>ebogaard</dc:creator>
      <dc:date>2012-08-29T11:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Namespace prefix is not mapped to a namespace URI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/namespace-prefix-is-not-mapped-to-a-namespace-uri/m-p/253470#M206600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;could you just removed the file temporary rather then rename?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And if you have renamed you need to change the extension from .xml to .sample&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 07:02:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/namespace-prefix-is-not-mapped-to-a-namespace-uri/m-p/253470#M206600</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2012-08-30T07:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Namespace prefix is not mapped to a namespace URI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/namespace-prefix-is-not-mapped-to-a-namespace-uri/m-p/253471#M206601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I renamed the extension, so the file isn't recognized.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, after a search, I found several other files where the namespace prefix is used. Amongst others the share-config-custom and a Solr-model, but after deleting/renaming those, the problem still persists.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So now I'm 100% sure that there is no file which refers to the namespace prefix mentioned in the logfile, but I still get the error.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 07:05:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/namespace-prefix-is-not-mapped-to-a-namespace-uri/m-p/253471#M206601</guid>
      <dc:creator>ebogaard</dc:creator>
      <dc:date>2012-08-30T07:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Namespace prefix is not mapped to a namespace URI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/namespace-prefix-is-not-mapped-to-a-namespace-uri/m-p/253472#M206602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem is just with namespace prefix called "example"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not think that this prefix "example" exist anywhere else.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You are missing something for sure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please check the namespace prefix related document for alfresco to get clarity on the funda.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 11:45:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/namespace-prefix-is-not-mapped-to-a-namespace-uri/m-p/253472#M206602</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2012-08-30T11:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Namespace prefix is not mapped to a namespace URI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/namespace-prefix-is-not-mapped-to-a-namespace-uri/m-p/253473#M206603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just one question (as I've read the Data dictionary- and Workflow-documentation several times): is it possible to add your own namespace?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I've used 'example' or 'abc' for example, as I always thought you should use your own to be sure the namespace is unique. But because of your remark, I'm not so sure anymore.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 13:23:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/namespace-prefix-is-not-mapped-to-a-namespace-uri/m-p/253473#M206603</guid>
      <dc:creator>ebogaard</dc:creator>
      <dc:date>2012-08-30T13:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Namespace prefix is not mapped to a namespace URI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/namespace-prefix-is-not-mapped-to-a-namespace-uri/m-p/253474#M206604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well you are right that we need to use the unique prefix and also a user define prefix like 'abc' of 'newpref' etc..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But the thing is you can use one prefix for one model only if you have more models you need to use other one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And as you have mentioned you have found it in solr model as well that confuse me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, just make sure that you have used the prefix in one model only.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And if you removed the context file it will not load model any more so you should not get error as well.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 06:06:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/namespace-prefix-is-not-mapped-to-a-namespace-uri/m-p/253474#M206604</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2012-08-31T06:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Namespace prefix is not mapped to a namespace URI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/namespace-prefix-is-not-mapped-to-a-namespace-uri/m-p/253475#M206605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;so in case if we changed prefix or uri , we would be left with only last option to reinstall alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i have one confusion in which file we add forms of workflow&amp;nbsp; in&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; tomcat\webapps\share\WEB-INF\classes\alfresco\share-workflow-form-config or&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; in tomcat\shared\classes\alfresco\web-extension\share-config-custom .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i m using share-workflow-form-config file and its working but where we use share-config-custom file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 05:45:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/namespace-prefix-is-not-mapped-to-a-namespace-uri/m-p/253475#M206605</guid>
      <dc:creator>himanshuk4u</dc:creator>
      <dc:date>2013-04-15T05:45:30Z</dc:date>
    </item>
  </channel>
</rss>

