<?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 Alfresco Reserved Words ???? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-reserved-words/m-p/254919#M208049</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Alfresco Product Technical Team/Alfresco Partners/All Alfresco Folks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have recently come across one &lt;/SPAN&gt;&lt;STRONG&gt;weird/uncanny &lt;/STRONG&gt;&lt;SPAN&gt;scenario. I have created one webscript in which I am fetching some values from personService and also using nodeService of Alfresco. I have given webscript name as &lt;/SPAN&gt;&lt;STRONG&gt;SendUserMail&lt;/STRONG&gt;&lt;SPAN&gt; and files' name for that is as below :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1)SendUserMail.java&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2)sendUserMail.get.xml.ftl&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3)sendUserMail.get.desc.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am also making one proper entry in web-scripts-application-context.xml too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now When I have deployed and restarted the server then it wouldn't have worked and server went out of memory too. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know why it is so ?!&amp;nbsp; For time being forget about server &lt;/SPAN&gt;&lt;STRONG&gt;CACHE/MEMORY&lt;/STRONG&gt;&lt;SPAN&gt; issue but why this didn't work ????&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Okie,Hold on before you quip that webscipt might have a issue, no it has not..!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just changed the name and it worked. I am getting all the values perfectly when I tested the same code of that webscript and also send a mail from that !!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[size=125]&lt;/SPAN&gt;&lt;STRONG&gt;Now bunch of questions/quests arises in my mind is :&lt;/STRONG&gt;&lt;SPAN&gt;[/size]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Is there issue with the name ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Is this issue with Alfresco ? (If yes, how to resolve it ?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Are there any reserved words in Alfresco ? (If yes, please guide and name them or pass some links please)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Are there any reserved names for webscript ? (If yes, please guide and name them or pass some links please)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5) Are there any limitation in names ? (I suppose no !!!) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6) Are there any limitation in putting your javaclass to (say) X level down(inside) in package ? (I suppose no !!!)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Nirvan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Sep 2012 18:12:07 GMT</pubDate>
    <dc:creator>nirvanvjain</dc:creator>
    <dc:date>2012-09-01T18:12:07Z</dc:date>
    <item>
      <title>Alfresco Reserved Words ????</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-reserved-words/m-p/254919#M208049</link>
      <description>Hi Alfresco Product Technical Team/Alfresco Partners/All Alfresco Folks,I have recently come across one weird/uncanny scenario. I have created one webscript in which I am fetching some values from personService and also using nodeService of Alfresco. I have given webscript name as SendUserMail and f</description>
      <pubDate>Sat, 01 Sep 2012 18:12:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-reserved-words/m-p/254919#M208049</guid>
      <dc:creator>nirvanvjain</dc:creator>
      <dc:date>2012-09-01T18:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Reserved Words ????</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-reserved-words/m-p/254920#M208050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;without knowing your package structure and custom web scripts context file, it is hard to answer all of your questions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Is there issue with the name? – Can't say based on information&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Is this issue with Alfresco? – Can't say based on information, but would not expect it to be.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Are there any reserved words in Alfresco? – None that I know of or have encountered in all the years I am working on Alfresco projects full time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Are there any reserved names for webscript? – None that I know of or have encountered in all the years I am working on Alfresco projects full time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5) Are there any limitation in names? – You mean length, complexity or creativity / weirdness? Seriously, none that I know of or have encountered in all the years I am working on Alfresco projects full time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6) Are there any limitation in putting your javaclass to (say) X level down(inside) in package? – None imposed by Alfresco. Based on your operating and / or file system, you may encounter issues with deep packages&amp;nbsp; and / or long package names, but only if you don't distribute classes in JARs (in my opinion, you should never put class files into /WEB-INF/classes - there should be a court for "crimes against the profession" like this).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Sep 2012 11:56:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-reserved-words/m-p/254920#M208050</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2012-09-02T11:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Reserved Words ????</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-reserved-words/m-p/254921#M208051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is probably case sensitive.&amp;nbsp;&amp;nbsp; Try without the mismatched case.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 09:02:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-reserved-words/m-p/254921#M208051</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2012-09-03T09:02:18Z</dc:date>
    </item>
  </channel>
</rss>

