<?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: Java-backed web script in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/java-backed-web-script/m-p/305371#M258501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for the tutorial. I got it working right away. I will use this as an example for my own web script. Thanks a lot!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Mar 2015 11:16:49 GMT</pubDate>
    <dc:creator>sihnu</dc:creator>
    <dc:date>2015-03-30T11:16:49Z</dc:date>
    <item>
      <title>Java-backed web script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/java-backed-web-script/m-p/305367#M258497</link>
      <description>Hey,I've been working now with java-backed web script because I need some data manipulation I can't achieve with JavaScript. I followed these instructions https://wiki.alfresco.com/wiki/Java-backed_Web_Scripts_Samples#SimpleWebScript.java. So I've tried to implement SimpleWebScript with Java. I impl</description>
      <pubDate>Mon, 30 Mar 2015 06:57:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/java-backed-web-script/m-p/305367#M258497</guid>
      <dc:creator>sihnu</dc:creator>
      <dc:date>2015-03-30T06:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Java-backed web script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/java-backed-web-script/m-p/305368#M258498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The description in my starting post refers to when files are deployed according to Alfresco Share Standalone. Now I'm not sure if my Alfresco is really Share Standalone but it is version 4.2f so it's newer than 3.3 (in the documents it says 3.3 or greater). However, I've tried to deploy the files according to the other instruction also. But when I start my server I get this error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockquote&amp;gt;SEVERE: Allocate exception for servlet apiServlet&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'webscripts.authenticator.basic' is defined&amp;lt;/quote&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looks like Alfresco is reading my context file but something is going wrong. I think Alfresco can't load my bean and then stops loading all the other beans as well and throws that error because can't find the bean used for authentication. Just a guess it might be like this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 07:14:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/java-backed-web-script/m-p/305368#M258498</guid>
      <dc:creator>sihnu</dc:creator>
      <dc:date>2015-03-30T07:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Java-backed web script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/java-backed-web-script/m-p/305369#M258499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Maybe it does need the template to render any GET response…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try the newer tutorial - I've used it on 4.2f, and works good.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://docs.alfresco.com/4.2/tasks/ws-folderListing-Java-scripting.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/4.2/tasks/ws-folderListing-Java-scripting.html&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 10:05:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/java-backed-web-script/m-p/305369#M258499</guid>
      <dc:creator>pkie</dc:creator>
      <dc:date>2015-03-30T10:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Java-backed web script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/java-backed-web-script/m-p/305370#M258500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, it doesn't need a template but still it asking for one. I think it's because it's not running the execute method of the Java Class. Alfresco finds new web script from description file but not the execute method and that's why it's asking for the template. Anyway, I'm now trying out the tutorial you linked. I'll tell here how it goes. Thanks for the reply.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 10:31:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/java-backed-web-script/m-p/305370#M258500</guid>
      <dc:creator>sihnu</dc:creator>
      <dc:date>2015-03-30T10:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Java-backed web script</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/java-backed-web-script/m-p/305371#M258501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for the tutorial. I got it working right away. I will use this as an example for my own web script. Thanks a lot!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 11:16:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/java-backed-web-script/m-p/305371#M258501</guid>
      <dc:creator>sihnu</dc:creator>
      <dc:date>2015-03-30T11:16:49Z</dc:date>
    </item>
  </channel>
</rss>

