Alfresco Archive
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Problem of sending email within try block

I wrote a javascript to invoke after a document is created in a folder (through the rule). In this script, I tried to send an email. I put "mail.execute(document)" in the try block, so that it can catch the exception when sending an email (like conne...

Hook points

Hi - I have the following code in  a jar file under lib folder of tomcat that hosts activiti-app.war (Alfresco 1.3)When I login into Alfresco Activiti, I do not see the log messages (I could/should have used log4j logger or something else ).This is w...

maxbaba by Champ in-the-making
  • 162 Views
  • 3 replies
  • 0 kudos

Ticket authentication using new OpenCMIS URLs in Alfresco 4

Starting with Alfresco 4, the web script based CMIS implementation (http://localhost:8080/alfresco/service/cmis) is deprecated. Where possible, you should use the OpenCMIS implementation instead (http://localhost:8080/alfresco/cmisatom).In a quick te...

amitp85 by Champ in-the-making
  • 1527 Views
  • 9 replies
  • 0 kudos

Disable site delete button.

Dear all,Can i custom site/site-finder dashboard page for hiding delete site button except for Alfresco Admin ? I've tried to modify site-finder.js but it's seems there is no change on site-finder page.

Workflow does not seem to start following official tutorial

Dear all,I'm trying to follow the guide found in http://ecmarchitect.com/alfresco-developer-series-tutorials/workflow/tutorial/tutorial.html (really great by the way :-)). I have created myself an Alfresco Maven SDK environment beforehand as my Alfre...

theseus by Champ in-the-making
  • 106 Views
  • 2 replies
  • 0 kudos

Process Invite Acceptance Falied

Hello,I have been setting up new sites, and inviting people, both internally createed users for the site, as well as External users…… the emails goes out fine, but when the user accepts the invite, I get the error above mentioned, and I just don´t se...

stevec by Champ in-the-making
  • 95 Views
  • 1 replies
  • 0 kudos

Alfresco Community 5.0 with AD

Hi , i am new to Alfersco , right now i install Alfresco Community 5.0 in my machine and testing to integerate my AD user with it , but i try some link which available in site, now its confused , can any one pls share some documentation for this curr...

Create content of custom type Tutorial not working

Hi,  I was trying out the tutorial "Create content of custom type". When I run the sample I get the following error. I have community edition ver 5.When I go to the URL "http://localhost:8080/alfresco/service/modeltest/MyWhitepaper  "  I get the belo...

anujcb by Confirmed Champ
  • 486 Views
  • 6 replies
  • 0 kudos

try/catch in javascript

Hi,I am using an action to execute a java script which extracts/import a zip to a location xyz. If the zip is corrupted i need to log the same in a log file.In the positive case it is working properly. But in the negative scenatio (if the zip is corr...