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

Forum Posts

CIFS for mass import from Sharepoint

Hi everybody,I'm currently testing the Alfresco use with the community edition 5.0.C.I'd like to import many documents in the Alfresco repository from Sharepoint sites with CIFS.Did anybody improve that method ?How to install and configure CIFS on Al...

hroux by Champ in-the-making
  • 191 Views
  • 1 replies
  • 0 kudos

ERROR on Deploy proccess

Hi, am try deploy process but the app generate the next error:### Error updating database.  Cause: org.postgresql.util.PSQLException: ERROR: no existe la columna «has_graphical_notation_» en la relación «act_re_procdef»  Position: 161### The error ma...

Eclipse Update Site - expired certificate

Hello activiti team,recently I tried to use the activiti designer plugin for Eclipse. I followed the guide:http://www.activiti.org/userguide/#eclipseDesignerInstallation orhttp://docs.alfresco.com/4.1/tasks/wf-install-activiti-designer.htmlthis is th...

krulls by Champ in-the-making
  • 371 Views
  • 2 replies
  • 0 kudos

Activiti Process engine is null

When I run my java web application on eclipse luna, I'm having a null pointer on process engine. My activiti.cfg.xml file in my classpath. Note that the same project when I run it my eclipseforspring,it works fine. I'm having this issue only in eclip...

techy by Champ in-the-making
  • 1033 Views
  • 4 replies
  • 0 kudos

sobre workflows y validaciones

estoy haciendo un webscript que le muestra al usuario los workflows del area(site en el alfresco) al que pertenece. pero no se como validarlos o se que solo mueste los workflows de esa area. porque los que muestro son todos los workflows que tiene el...

davehp by Champ in-the-making
  • 751 Views
  • 1 replies
  • 0 kudos

unable to create site alfresco share

Hi,This is the problem in my Alfresco when try to create new site:02180111 Wrapped Exception (with status template): 021818751 Failed to execute script classpath*:alfresco/templates/webscripts/org/alfresco/repository/site/sites.post.json.js': nullThi...

Implement Entity Group for IdentityService

Hi all,I'm developing my own implementation of GroupIdentityManager, but i see that the saveGroup method of the IdentityServiceImpl class executes the SaveGroupCmd command with the GroupEntity implementation. This forces me to inherit of GroupEntity ...

guerreroje by Champ in-the-making
  • 305 Views
  • 2 replies
  • 0 kudos

What is the best way to add email attachments?

Hello All,I have looked at proposed solutions for this and nothing is really what I want. I understand that I could write my own custom code to send an email with attachments, but I would really like to have a Mail Task in the process and use that as...

ms1 by Champ in-the-making
  • 563 Views
  • 2 replies
  • 0 kudos

Nombre y ubicación de los espacios de usuairio

Tengo alfresco 4.2 con autenticación por LDAP, cuando creo usuarios o grupos en el ldap me los sincroniza con alfresco y cuando me crea los usuarios les crea automaticamente su carpeta personal, me gustaría saber sonde puedo definir yo los parametros...

javi by Champ in-the-making
  • 1058 Views
  • 2 replies
  • 0 kudos

Ayudame plis

Plis solucionarPor que no se ha podido crear un docmuneto google docs?

ds1988 by Champ in-the-making
  • 2353 Views
  • 8 replies
  • 0 kudos

Get embedded subprocess start form data

Hi,In a process, using the formService.getStartFormData(processId) to retrieve initial form data is working smoothly, but I want to retrieve the initial form data within an embedded subprocess, is this possible using something like FormService.getSta...

elozada by Champ in-the-making
  • 267 Views
  • 2 replies
  • 0 kudos

Roadblocks while learning Activiti BPM - Help!

Hi Guys,I am a new user to Activiti BPM ( 1 week Old) and I have got a bit lost while creating my first dummy process. I have tried to follow various tutorials that I could get my hands on but still have some issues!I come from a background where we ...

kunalsuri by Champ in-the-making
  • 641 Views
  • 5 replies
  • 0 kudos

change db.properties to mysql issue

Hi all,I'm trying to convert the db from h2 to mysql, so I change the db.properties file.db=activiti  jdbc.driver=com.mysql.jdbc.Driver  jdbc.url=jdbc:mysql://localhost:3306/activiti  jdbc.username=root  jdbc.password=welcome1But when I restart the T...

chaoqun by Champ in-the-making
  • 1403 Views
  • 5 replies
  • 0 kudos

Reg. Actviti History tables that need to be purged

Hi,We are using activiti engine in our clustered prod env and a number of processes get run on day to day basis. We have our history logging set to 'full', so that we have enough data to investigate any workflow related issues, we are trying to bump ...

hepcibha by Champ in-the-making
  • 798 Views
  • 1 replies
  • 0 kudos

Basic concepts about users and tasks

Hi,Could you please explain the different relationships between users and tasks?- Owner- Assignee- Candidate- InvolvedI also don't understand the difference between reassign, transfer and delegate a task.Related topics:- http://forums.activiti.org/en...

andregs by Champ in-the-making
  • 1971 Views
  • 12 replies
  • 0 kudos

Accessing form property data into service task delegaate

Hi,I am creating one process diagram. start event –> UserTask(accepting form parameter) –> service task(delegate in java) –> end event.I want to access parameters from usestask into service task…is it possible ?if yes, please help me.Regards,Ashay

ashay by Champ on-the-rise
  • 702 Views
  • 4 replies
  • 0 kudos

Using expressions in Time Cycle of Timer Start Event

Hi,  I tried to define the Time Cycle property of a Timer Start Event as an expression calling a bean method.  The purpose is to avoid hard-coding the cron expression in the diagram but also to read the configuration at Activiti startup, so that it w...