01-28-2008 03:03 AM
java.lang.IllegalArgumentException: No enum const class org.alfresco.web.scripts.WebscriptDescription$RequiredTransaction.new
at java.lang.Enum.valueOf(Enum.java:192)
at org.alfresco.web.scripts.WebscriptDescription$RequiredTransaction.valueOf(WebScriptDescription.java:52)
<webscript>
<shortname>Folder Listing Sample</shortname>
<description>Sample demonstrating the listing of folder contents</description>
<url>/sample/folder/{path}</url>
<format default="html">argument</format>
<authentication>guest</authentication>
<transaction>new</transaction>
</webscript>
01-28-2008 03:16 AM
01-28-2008 08:53 AM
<bean parent="webscripts.repostore">
<property name="store"><value>workspace://SpacesStore</value></property>
<property name="path"><value>/${spaces.company_home.childname}/${spaces.dictionary.childname}/cm:extensionwebscripts</value></property>
</bean>
<bean parent="webscripts.repostore">
<property name="mustExist"><value>true</value></property>
<property name="store"><value>workspace://SpacesStore</value></property>
<property name="path"><value>/${spaces.company_home.childname}/${spaces.dictionary.childname}/cm:webscripts</value></property>
</bean>
01-29-2008 05:02 AM
01-29-2008 05:07 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.