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

Forum Posts

Y ahora esto ...

Saludos:Resulta que lo que antes funcionaba, ahora no. Y no he tocado nada.Antes, enviaba a Alfresco un documento docx hecho con word 2013 y la previsualización funcionaba bien. Ahora, de pronto ocurre que la previsualización no funciona. En vez de a...

adolfopa by Champ on-the-rise
  • 1218 Views
  • 3 replies
  • 0 kudos

ERROR - deleting live reader

Hi !I think I have a big problem. [Alfresco 4.2.c - Windows server 2008 r2]Alfresco is currently restarting since 30 minutes !I have seen that in my alf_data I have only three directories (keystore, postgresql, solr)But it was running! I think it is ...

PDF Conversion Rules

Hi GuysI have successfully created a PDF conversion rule, that creates a PDF copy of a Word document, as it enters a folder.What I would also like to do is add security to this process.For example, I would like Alfresco to automate making the PDF pas...

mnbrecher by Champ on-the-rise
  • 463 Views
  • 1 replies
  • 0 kudos

upgrade an Alfresco running without contentStore ?

HiI have an Alfresco 4.2.c. It Often has problems as Tomcat is running, but Alfresco Share and Explorer can't be launched (as if the navigator was waiting a server answer)-> Alfresco Share and Explorer is lauched, but it is impossible to add or edit...

ProcessDiagram Font defaults to Times New Roman

Hello,When running Activiti in our OSX development environments, ProcessDiagrams are rendered with the default Arial font and look quite nice. When running on our RHEL7 servers, the ProcessDiagrams for some reason render with Times New Roman fonts - ...

Wrong flow label layout for process definition image

Hi Actitiviti community,i have following simple process definition:<process id="myProcess" name="My process" isExecutable="true">    <startEvent id="startevent1" name="Start"></startEvent>    <manualTask id="manualtask1" name="Manual 1 Task"></manual...

bkonrad by Champ in-the-making
  • 452 Views
  • 3 replies
  • 0 kudos

Task Proirity

Hello thereCan you tell my why Task interface has cancelled the priorities (PRIORITY_MINIUM, PRIORITY_NORMAL, PRIORITY_MAXIMUM) and replaced them with priority (DEFAULT_PRIORITY)?

bassemadas by Champ in-the-making
  • 274 Views
  • 1 replies
  • 0 kudos

get values fields a form from table of database

hii have a form in my projectin my form , is some listSelect or menu or … !how to get values of listSelect from table of  database ????!i work with vaadin …any answer about this , can help thank u a lot for your answers …

mghb2009 by Champ in-the-making
  • 328 Views
  • 1 replies
  • 0 kudos

Search in shared files instead of sites/repository

Hi everyone,I've been going through the documentation regarding the search functionality in Share, but I can't seem to find what I'm looking for, so here I am.When I type something in the search bar, the results displayed by default are the matching ...

alexw by Champ on-the-rise
  • 1319 Views
  • 5 replies
  • 0 kudos

Scheduled Workflows in Activiti

There is an option in activiti to schedule workflows using Timer Start Event .  They allow scheduling at one particular time or based on certain time period. So in case of workflows that are scheduled to run in specific time intervals , what is the i...

Encoding error using Chinese character in form properties

Encoding error using Chinese character in form properties when invoked by API or activiti-explorer, it works fine in Modeler, Can you help me about this issue? the BPM file as follows:<?xml version='1.0' encoding='UTF-8'?><definitions xmlns="http://w...

guoweizhan by Champ in-the-making
  • 616 Views
  • 2 replies
  • 0 kudos

Error with UserCash

Once the activiti explorer starts the following exception appears### Error querying database.  Cause: org.apache.ibatis.reflection.ReflectionException: Could not set property 'pictureByteArrayRef' of 'org.activiti.engine.impl.persistence.entity.UserE...

bassemadas by Champ in-the-making
  • 373 Views
  • 2 replies
  • 0 kudos

Error creating bean with name 'avmRemoteService'

hi,After configure LDAP Authentication I am getting error 15:25:26,836 INFO  [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework15:25:37,195 INFO  [org.alfresco.config.SystemPropertiesFactoryBean] Loading properties file fr...

Modifying due date of timer boundary event

Is it possible to modify the due date of a timer boundary event once the timer is started?There is a setDueDate method on the TimerEntity but how to persist the TimerEntity?

arc by Champ in-the-making
  • 287 Views
  • 1 replies
  • 0 kudos

ClassNotFound Exception for a service task after timer task

Hi,I have been trying to create a process that has a timer task followed by a service task.The entire process before the timer task executes fine, but as soon as the timer exhausts, the java class for the service task after the timer does not get ini...

Activiti db id generation

Hi; to migrate from one database to another, I am forced to copy the line of activiti tables, my problem is the generation of id in activiti.is what activiti uses the sequence to generate id or verified it in the database ?

habib1 by Champ in-the-making
  • 662 Views
  • 1 replies
  • 0 kudos

Clairty on Asyc usage in task level

Hi,I have a processes,  as below mentioned Process ATART->UserTask1->ServiceTask1->ReceiveTask->ServiceTask2->UserTask2->ENDProcess B:TIMER->ServiceTask->ENDNOTE : None of the task or process has Async set as truein Process A: user takes a decision a...