Java-backed Web Scripts Samples

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2009 07:40 AM
Hi,
I just tried to test the java backed web scripts as in http://wiki.alfresco.com/wiki/Java-backed_Web_Scripts_Samples#Download_Scripts.
The issue appear that I cannot find the imported class org.alfresco.repo.web.scripts.Repository imported within AbstractRepositoryWebScript.
Does anyone faced the same issue?
thanks
xavi
I just tried to test the java backed web scripts as in http://wiki.alfresco.com/wiki/Java-backed_Web_Scripts_Samples#Download_Scripts.
The issue appear that I cannot find the imported class org.alfresco.repo.web.scripts.Repository imported within AbstractRepositoryWebScript.
Does anyone faced the same issue?
thanks
xavi
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2009 09:36 AM
Fixed. The example had typo error. The package for the class should be: org.alfresco.repo.model
