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

Forum Posts

expression to pass activiti variable to spring method

I am trying to pass the processInstanceId and TaskDefinitionKey to a spring Bean using expression.  If I call ${springBean.sendMessage("Hello World")} it works great!When I call ${springBean.sendMessage(" ${task.getTaskDefinitionKey()} ")} my message...

billbert by Champ in-the-making
  • 615 Views
  • 4 replies
  • 0 kudos

How to search on Discussion/Topics?

Hi,I want to add a search function on Discussion/Topics. From forumModel.xml  the fm:toopic type is a child type of cm:folder. The out-of-the-box implementation saves topic title to fm:topic type and saves topic content to fmost type. Here comes my q...

alex_chew by Champ in-the-making
  • 238 Views
  • 1 replies
  • 0 kudos

JavaScript to move content to a folder

Hi,I've written JavaScript to move content to a folder like this.var activeFolder = companyhome.childByNamePath("Content_Expiry");var archivedFolder = companyhome.childByNamePath("Content_Expiry/ExpiredContent");if(activeFolder != null){var i=0;activ...

davix by Champ in-the-making
  • 811 Views
  • 7 replies
  • 0 kudos

100% Open Source Alfresco including Enterprise Features

Open source as a business model is still evolutionary and it is true for Alfresco too. Having had an opportunity to distribute and sell services to enterprise customers, we have come to the conclusion it is not necessary to withhold functionality to ...

johnn by Champ in-the-making
  • 3632 Views
  • 33 replies
  • 0 kudos

List users shortcutc

Hello , how to access all users shortcuts in java script?Also need to manage shortcuts in webscripts …tx.

Change content type and parameters

Hello everyone,I want to create custom content type with custom properties in Alfresco Share.I have followed the procedure described in this book:http://www.amazon.com/Alfresco-3-Cookbook-Snig-Bhaumik/dp/184951108XI have changed some files in tomcat/...

messner by Champ in-the-making
  • 349 Views
  • 2 replies
  • 0 kudos

Unable to create Web Project in SHARE

Web Projects are working fine in alfresco explorer .. But Web projects in share is merely treated as Folder… How to create a web projects in alfresco share ??? Please help.. I am using alfresco community 3.4d on windows (installed by .exe)Detailed de...

anik by Champ in-the-making
  • 931 Views
  • 8 replies
  • 0 kudos

Cannot (Re)Start Alfresco 4

Being my first post here, I'd like to say a big Hello to all members.I have just installed the latest version of Alfresco, and tried to use it. By the way, installation wen OK in a new Windows 2008 server, using all defaults of the Easy Installation....

ethanasi by Champ in-the-making
  • 262 Views
  • 2 replies
  • 0 kudos

can not deserialize my POJO object

Hello *,does anybody also had this problem before, i put my object in the process, when i tried to get this object again, i got this exception. please help me with this.. thanks.Greetins, Jamesorg.activiti.engine.ActivitiException: coudn't deserializ...

jaiwo99 by Champ in-the-making
  • 366 Views
  • 2 replies
  • 0 kudos

Change Users Default Site

Hello,I would like to know if it is possible to change a Users default site after login . To clarify, say I have site X, Y and Z and I set up a user Joe Smith, normally he would go to his own dashboard. How ever I would like him upon login to be dire...

sdooley by Champ in-the-making
  • 442 Views
  • 3 replies
  • 0 kudos

How to start a process?

Hi,I created an activiti process in the eclipse designer. It's only one Script task with Syste.out.println("Hello"); .Now I want to run this process. But I don't know how? Run as java class and run as java applet wasn't sucessfull. What I have to do ...

kg86 by Champ in-the-making
  • 337 Views
  • 2 replies
  • 0 kudos

Expression variable names in delegates

Why is it that the Expression variable names in the delegates have to be exactly the same as in the xml?The user guide just shows how the delegate is supposed to look like but does not explain why or anything.for exampleublic class HelloWorldDelegate...

afshad by Champ in-the-making
  • 378 Views
  • 1 replies
  • 0 kudos

Alfresco Upgrade 3.4e to 4.0.a DB scheme update [URGENT]

Can someone please help me with the DB upgrade process. I've been struggling to upgrade the MySQL database which results in Alfresco failing to start. I've attached the alfresco.log for reference.I understand there are additional errors here which I'...

nickbsd by Champ in-the-making
  • 551 Views
  • 3 replies
  • 0 kudos

workflow web client exposes unwanted elements

I'm trying to port a jBPM workflow (from Packt Alfresco developer guide)  to activiti workflow guided by http://ecmarchitect.com/archives/2011/04/27/1357 After defining the definition, model and adjusting the web-client-config-custom.xml I end up wit...

kay_be_ by Champ in-the-making
  • 288 Views
  • 2 replies
  • 0 kudos

delete completed tasks

Hi,I am trying -through the console- to delete all workflows and i expected that also the completed tasks would be deleted.I have tried delete all workflows‍ and delete all workflows imeanit‍, but both did not give me the desired result.Because when ...

ronald by Champ in-the-making
  • 1432 Views
  • 6 replies
  • 0 kudos

Resize the Image preview

I am trying to igure out how to make the the image preview larger but I can't  find out how. (Using alfresco 4.0b).There seems to be a lot of free spac wasted when viewing the document details of an image and all images I store are quite small as wel...

kriton by Champ in-the-making
  • 368 Views
  • 1 replies
  • 0 kudos

localisation alfresco.log

Bonjour je suis sous windows 7, administrateur de ma machineje cherche actuellement à debuggé un module (bcepg) que j'ai voulu installé et qui ne marche pasdans ce cadre on me demande le fchier alfresco.log mais je ne l'ai pas de disponibleune iddée?...

gaetan by Champ in-the-making
  • 1065 Views
  • 2 replies
  • 0 kudos

Send Email on Transfer Completion

Hi All,I am using alfresco share and file transfer receiver server for publishing contents on file system.I have requirement where in I need to send email when my file transfer receiver system finishes off complete transfer of file.Is there some plac...

Workflow de création de Site

BonjourJ'ai le besoin de créer un workflow en plusieurs étapes pour finalement aboutir à la création d'un site Share.L'environnement est le suivant : - workflow en activiti- alfresco 4.0.0 EE.Mon problème (sinon je ne serai pas là  :wink: ) est que d...