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

Forum Posts

Email Config (For live Domain)

So I have read the docs and many of the various posts covering this topic… and they have all helped.The Initial Problem: I need to get Alfresco to Send Email Invites, and I do not want to use gmail.So I setup my CENTOS 6 Minimal x64 ServerRunning Apa...

oi_tpayne by Champ in-the-making
  • 300 Views
  • 1 replies
  • 0 kudos

disabling the dropdown bar of sites in alfrecso

Hi Team,can any one please help me with disabling the drop down bar of sites in the header .I have tried the previous post answers but doesn't work.It would be great if some one gives me the working code.Thanks&Regardssrikanth

srik by Champ in-the-making
  • 674 Views
  • 4 replies
  • 0 kudos

Can't embed a Alfresco webscript in a Share custom page

I've been trying to include the result of an Alfresco Explorer webscript in a Share custom page, but to no avail.Basically, what I've done is to create a page (with its corresponding configuration XMLs somewhere else) in an alfresco/web-extension/tem...

JavaDelegate - local Variables

I am using Java Serice Task to get and set some processing variables. something like this.public class CustomDelegate implements JavaDelegate {    public void execute(DelegateExecution execution) throws Exception { //Counter         int    i= (Intege...

rangoo by Champ in-the-making
  • 486 Views
  • 2 replies
  • 0 kudos

Update value on aspect properties not persisted

I've created a custom aspect and add it to site model.Then in my JS webscript i try to update the values but they do not persist . Am using them wrong?here is the code in questionsiteNode.node.properties["my:aspectProp1"]="new value";siteNode.node.pr...

acorona by Champ in-the-making
  • 638 Views
  • 2 replies
  • 0 kudos

alfresco renditions(thumbnail)

How can I achieve thing that are shown in this video:http://www.youtube.com/watch?v=V1R08Ba3uo4see at 1:13 time of the video,specificaly the convert to pdf on demand using Alfresco renditions.

leftright by Champ on-the-rise
  • 343 Views
  • 1 replies
  • 0 kudos

Access content ony by 'creator'

Hi allJust a quick question, we would like to create a space in Alfresco with access to serveral users of a group, but allowing each user to see ,search or get access to content created or attached by them.Is this possible in Alfresco?Thanks a lot

jlabuelo by Champ on-the-rise
  • 245 Views
  • 1 replies
  • 0 kudos

SERVICE alfrescoPostgreSQL Erreur

Bonjour,Au cours de l'installation de la version Community 4.2.C sous Windows 7 en 32 bits, j'ai rencontré l'erreur suivante :Un problème est survenu lors de l'exécution de l'étape post-installation. ….. Le service alfrescoPostgreSQL n'est pas lancé....

henri93 by Champ in-the-making
  • 1499 Views
  • 2 replies
  • 0 kudos

Backup old content

HiIs there any way to migrate old content to history?I mean, i want to "delete" the old content, more than one year, from repository, but previously of "delete" i want to get the content and the metadata and export all of that into some other databas...

cmarguello by Champ in-the-making
  • 539 Views
  • 3 replies
  • 0 kudos

Web Services API

I see RESTFUL webservices API reference in Alfersco Help section. But for me Im getting 405 error is coming and says WebScriptException.Could some help me hoe to proceed on this to use API

problema con i tag

ho un problema su una nuova installazione di alfresco e non so cosa fare. Purtroppo sono abbastanza ignorante su questo software, lo avevo installato tempo fa per usarlo per condividere documenti di progetto, ma l'ho usato in modo piuttosto superfici...

mproject by Champ in-the-making
  • 1938 Views
  • 6 replies
  • 0 kudos

process diagram

Hi;I want to see "the call activity process diagram" and "tasks that are in progress" when I clicked the call activity from main process. To check this, I designed a new process including call activity  (on version 5.13)When I run the process, I can...

nemesis1 by Champ in-the-making
  • 482 Views
  • 2 replies
  • 0 kudos

Custom activity with custom attribute for service task

Hi,I want to create a service task which has a custom attribute like activiti:customTask which is similar to activiti:class but implementing my custom interface instead of JavaDelegate. I went through parsing and behavior part of the code and think b...

shishirg by Champ in-the-making
  • 692 Views
  • 4 replies
  • 0 kudos

Issue of rest api about startprocessinstance with form property

hi,i want to start process with rest api, i take vacationrequest as example.post requestOST runtime/process-instancesrequest body:{   "processDefinitionKey":"vacationRequest",     "variables": [      {        "name":"employeeName",        "value":"ke...

davidzhang by Champ in-the-making
  • 434 Views
  • 3 replies
  • 0 kudos

emtying trashcan does not work 4.2.c

I am trying to empty trashcan which has over 5000 items. it does not work. i get following error2013-08-30 14:08:53,862  ERROR [extensions.webscripts.AbstractRuntime] [http-apr-8080-exec-10] Exception from executeScript - redirecting to status templa...

sharifu by Confirmed Champ
  • 648 Views
  • 4 replies
  • 0 kudos

Compensation flow design

Hi,Maybe my question is not connected directly with activiti, but here it goes…How could I manage a compensation task that could fail?For example, I have a compensation handler task associated to a compensation boundary event. I know that this handle...