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

Forum Posts

Help in executing a script task in activiti6

HiI've one very basic question. I'm not able to execute any script task. It just adds two numbers and  wants to dispaly/store the output. but i'm not getting it. Please helpPFB my XML file<?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http...

bond007 by Champ in-the-making
  • 503 Views
  • 2 replies
  • 0 kudos

Jboss .war Deployment Error

I am attempting to deploy Alfresco 4.2.c to an existing JBoss AS 7.1.1.Final server. I didn't see any instructions for deploying alfresco 4.2.c to JBoss, though I found a couple outdated instructions:http://wiki.alfresco.com/wiki/Deploying_Alfresco_o...

etech by Champ in-the-making
  • 11946 Views
  • 16 replies
  • 0 kudos

Maven SDK and configurations for specific environements

New to Maven so helpfully this makes sense..We're converting from an old ANT SDK to Maven - We've setup our ANT project to load specific property files per environment based on naming convention's (config.test, config.prod,etc) when packaging up the ...

jneeve by Champ in-the-making
  • 1030 Views
  • 3 replies
  • 0 kudos

Personalizar Alfresco Community v5.0.0

Hola1º No soy capaz de cambiar el fondo de la pantalla del inicio. (login)Si he cambio sin problemas el logo, cambiando la imagen en  \Alfresco\tomcat\webapps\share\themes\greenTheme\imageslogo.png y en en presentation.css la adapto sin problemas.El ...

kaciker by Champ in-the-making
  • 3622 Views
  • 4 replies
  • 0 kudos

HTTPS Community Version

Hallo Leute,ich hab da ein kleines Problem, vermutlich übersehe ich etwas ich bin leider so gut wie am ende mit meinem knowhow und meiner geduld.Ich möchte Alfresco, egal ob version 5.0 oder 5.1 in der Community variante nur unter HTTPS laufen lassen...

difrncex by Champ in-the-making
  • 1140 Views
  • 1 replies
  • 0 kudos

setting in alfresco-global.properties

Hello everyone,When usings this setting in alfresco-global.properties oo.exe="C:/Program Files/OpenOffice.org 3/program/soffice.exe"ooo.enabled=truejodconverter.officeHome=C:\\Program Files\\OpenOffice.org 3jodconverter.portNumbers=8102jodconverter.e...

aoulhent by Champ in-the-making
  • 850 Views
  • 1 replies
  • 0 kudos

Translate workflow task title

How can the title of a workflow task can be translated by the alfresco message property files?I use the following sampleWorkflow.properties file:    sampleWf.task.confirmTask.title=Confirm this, with a title which is different than the task name    s...

nicoo by Champ in-the-making
  • 907 Views
  • 2 replies
  • 0 kudos

Best way to handle looping service tasks to avoid StackOverflowError

Hi,I have a workflow as displayed in below link for a specific requirement esign : https://www.dropbox.com/s/t3k6tsmnanaziub/ServiceTaskLooping.png?dl=0Definition : attachedTest Class : attachedhere when 'status' is other than 1 or 2, workflow goes i...

jdp by Confirmed Champ
  • 1341 Views
  • 7 replies
  • 0 kudos

Error al conectar con Active Directoy Win 2012

Buenos dias,De antemano agradezco la ayuda en lo siguiente: tengo problemas al conectar alfresco 5.0.d a un directorio activo en windows 2012. Como dato adicional, se ha conectado herramientas de este tipo como GLPI a este dominio por el puerto 636 d...

integración con freeipa

Hola,Estoy tratando de integrar alfresco con freeipa (ldap)Siguiendo el tutorial aquí publicado: http://sgros.blogspot.com.uy/2012/07/integrating-freeipa-and-alfresco.html?m=1He armado este archivo de configuración:ldap.authentication.active=falselda...

delcar by Champ in-the-making
  • 1127 Views
  • 1 replies
  • 0 kudos

aikau-sample deployment

When deploying the aikau-sample war on my 5.1.e community alf (following https://github.com/Alfresco/Aikau/blob/master/tutorial/chapters/Tutorial1.md procedure), I got following error when login (seems to appear only if user/password are correct).Abs...

Build/deploy speed

What factors affect the build deploy and start up speed of Alfresco? I'm running Maven 3.3.9 from within Eclipse. Alfresco sdk 2.1.0 with the all in one archetype. Alfresco version is 5.0.1.14 enterprise and I have maybe a dozen or so amps, including...

georgera by Champ in-the-making
  • 367 Views
  • 1 replies
  • 0 kudos

HistoricActivityInstanceQuery missing a method

I need to collect end time from a service task. The table who has this information is ACT_HI_ACTINST.I'm trying to use the query API for collect this information, but i'm unable to do what i need. I need something like this:        List<HistoricActiv...

Visualisation de document excel 2010

Bonjour à toutes et à tous, je tente faire une intégration d'office 2010 dans alfresco avec word ça marche nickel mais mes doc excel n'apparaissent pas dans mon navigateur.j'utilise sharepoint protocol pour faire l'integration en suivant ce tuto http...

samir_6067 by Champ in-the-making
  • 4798 Views
  • 15 replies
  • 0 kudos

Metadatos obligatorios al subir un documento

Buenos dias gente,Tengo un problema con los metadatos. Quiero que al subir un archivo o documento se tenga que rellenar las propiedades como por ejemplo: El nombre del archivo, descripcion, etiqueta, categoria, etc… He intentado ver soluciones aqui e...

blackheart by Champ in-the-making
  • 1647 Views
  • 2 replies
  • 0 kudos

Override LDAPUserRegistry Failed

Hi All,I was trying to co-operate alfresco with LDAP-AD to implement the authentication and authorization.Currently I successfully use ldap-ad to implement the authentication, the ldap user can login, but I can't synchronize the user and group into t...

Assignement task from webservice

Hican I  assign User task to user  from result of web service ? i could assign user task  to user from java class but no Idea for this. please help me

Querying to find currently waiting receive tasks

Hi guys,I've taken this example from the activiti site:<receiveTask id="waitState" name="wait" />  ‍  To continue a process instance that is currently waiting at such a receive task, the runtimeService.signal(executionId) must be called using the id ...