cancel
Showing results for 
Search instead for 
Did you mean: 

DoCASU for Alfresco 3.3

thestorm
Champ in-the-making
Champ in-the-making
is there already any solution to install DoCASU 1.6.2 for Alfresco 3.3 since they changed the webscript part there seems to be a problem, someone got it working already? quick solution would be nice
9 REPLIES 9

aman79
Champ in-the-making
Champ in-the-making
I am having problem installing DoCASU in Alfresco 3.3. I am getting the following error:

HTTP Status 404 -

type Status report

message

description The requested resource () is not available.
Apache Tomcat/6.0.18

Please help.

thestorm
Champ in-the-making
Champ in-the-making
thats cause the current version isnt working for Alfresco 3.3 since they changed the Web Scripts … tryed to compile it on a 3.3 system with 3.2 webscripts but failed ofc …. any work arounds so far?

aman79
Champ in-the-making
Champ in-the-making
Thanks, what other user interface  can be used instead of Docasu on Alfresco 3.3.

florian
Champ in-the-making
Champ in-the-making
You can download the DoCASU source from http://code.optaros.com/trac/docasu/changeset/355/trunk?old_path=%2F&format=zip
and change all occurences of:

import org.alfresco.web.scripts.servlet.WebScriptServletRequest;
import org.alfresco.web.scripts.DeclarativeWebScript;
import org.alfresco.web.scripts.WebScriptRequest;
import org.alfresco.web.scripts.Status;

to:

import org.springframework.extensions.webscripts.servlet.WebScriptServletRequest;
import org.springframework.extensions.webscripts.DeclarativeWebScript;
import org.springframework.extensions.webscripts.Status;
import org.springframework.extensions.webscripts.WebScriptRequest;

just adjust the docasu.properties.base, run the build-module.xml and voila: The docasu amp that works with 3.3   Smiley Very Happy

chriss2142
Champ in-the-making
Champ in-the-making
Hi,

i did a little patch for DocASU 1.6.3
You can download the patched AMP from Rapidshare
http://rapidshare.com/files/396987673/docasu-1.6.3.amp

Changes:
- Changed import Statements in Java Code to new Classpath
- Compiled with newest Alfresco SDK

I'll try to contact Optaros, so i can submit the changes to them.

I'll post news here, if available.

Greets Chriss

EDIT: @Florian: Seems, we did the same thing at the same time. Couldn't you just post one day earlier? Smiley Wink

bnice
Champ in-the-making
Champ in-the-making
Just installed patch with 3.3.0g and it's working fine! Thanks for this!

s_gilou
Champ in-the-making
Champ in-the-making
Just installed it on 3.4d and it seems to depoy fine!

Thanks a lot for the patch

Gilles S

bnice
Champ in-the-making
Champ in-the-making
Hi Gilles,

which URL do you use for DoCasu under Alfresco 3.4d?
I have the problem, that the resource is not found:


The Web Script /alfresco/wcs/docasu/ui has responded with a status of 404 - Not Found.

404 Description:   Requested resource is not available.

Message:   03070002 Script url /docasu/ui does not map to a Web Script.
   
Exception:   org.springframework.extensions.webscripts.WebScriptException - 03070002 Script url /docasu/ui does not map to a Web Script.

But it's registered as installed module:


/opt/alfresco/java/bin/java -jar /opt/alfresco/bin/alfresco-mmt.jar list /opt/alfresco/tomcat/webapps/alfresco.war
Module 'org_alfresco_module_dod5015' installed in '/opt/alfresco/tomcat/webapps/alfresco.war'
   -    Title:        DOD 5015 Records Management
   -    Version:      1.0
   -    Install Date: Fri Apr 01 14:04:58 CEST 2011
   -    Desription:   Alfresco DOD 5015 Record Management Extension
Module 'org.alfresco.module.vti' installed in '/opt/alfresco/tomcat/webapps/alfresco.war'
   -    Title:        Vti
   -    Version:      1.2
   -    Install Date: Fri Apr 01 14:04:20 CEST 2011
   -    Desription:   Alfresco Vti Extension
Module 'com.optaros.alfresco.docasu' installed in '/opt/alfresco/tomcat/webapps/alfresco.war'
   -    Title:        DoCASU - Optaros Alfresco Custom UI
   -    Version:      1.6.3
   -    Install Date: Thu Apr 07 13:00:41 CEST 2011
   -    Desription:   A Custom UI based on Web Scripts and ExtJS

Under 3.4b it was still working (with the patch)…

govinda
Champ in-the-making
Champ in-the-making
Hi,

I compiled the same and mapped it according to alfresco 3.x,3.4.x,4.x.x APIs and its working fine now.

For more information and to download , go to  https://addons.alfresco.com/addons/alfresco-webclient-ui

Govinda Roul