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

Forum Posts

Got error WSSecurityEngine: Invalid timestamp The security..

When I run WebService Example, it always get error:Exception in thread "main" AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException faultSubcode: faultString: WSDoAllReceiver: security processing failed; nested exce...

echen by Champ in-the-making
  • 7639 Views
  • 13 replies
  • 0 kudos

EventSubscriptionQuery

Is it possible to expose EventSubscriptionEntityManager as a "EventSubscriptionQuery" interface?  The queries available in the EventSubscriptionEntityManager would allow me to discover what events subscriptions are available to an Execution.

timber725 by Champ in-the-making
  • 438 Views
  • 4 replies
  • 0 kudos

Mensajes Privados entre miembros de un Sitio

Hola gente, necesito encontrar alguna manera de poder realizar el envio de mensajes entre miembros de un sitio. Busqué si habia algun add-ons pero no encontré algo parecido.La necesidad sería que al buscar un miembro o encontrarlo en algún comentario...

juandress by Champ in-the-making
  • 768 Views
  • 1 replies
  • 0 kudos

How to add conditions to mail content

In my bpmn.xml file, I'm trying to send out email once a form is submitted, it works fine with one issue: sometimes there are empty fields in the form, and I don't want to send them out, is there any way to add conditions to the mail content?<acti...

onlinesun by Champ in-the-making
  • 319 Views
  • 2 replies
  • 0 kudos

Upload de arquivo via API REST

Boa tarde.Estou utilizando a seguinte abordagem para realizar upload de arquivos para o repositório do Alfresco:http://localhost:8080/alfresco/service/api/upload/?alf_ticket={ticket do usuario}parametros : [filedata, filename, description, siteid, co...

elimarcos by Champ in-the-making
  • 2807 Views
  • 2 replies
  • 0 kudos

Advanced Workflow Tutorials

If you are new to Alfresco advanced workflows using Activiti, please read the <a href="http://ecmarchitect.com/alfresco-developer-series-tutorials/workflow/tutorial/tutorial.html">Advanced Workflow Tutorial</a> available at ecmarchitect.com. The tuto...

jpotts by World-Class Innovator
  • 2760 Views
  • 17 replies
  • 1 kudos

Unable to connect alfresco cloud

Hi ,I recently switched to alfresco for maintaining documents of my website.have setup Alfresco community 4.2 on localhost and is working fine .Now my main task is to connect with alfresco cloud for that i have started working on alfresco api but til...

amyk by Champ in-the-making
  • 557 Views
  • 3 replies
  • 0 kudos

High cpu usage and extremely slow

HiI'm running alfresco community 4.2.e on a machine running Red Hat Enterprise Linux Server release 6.4.It's a default alfresco setup apart from openjdk 1.7 instead of the one in the installer.I am reading and writing documents form/to alfresco using...

vikhoho by Champ in-the-making
  • 1171 Views
  • 3 replies
  • 0 kudos

Deleting and sys:archived aspect

Hi,I've noticed this on 3.4c.Basically if I have a "test1" space node, and a "test2" content node inside of it (it's child), and if I proceed to delete the "test1" node, the following is true:- by looking at deleted items, you only have one node ther...

lista by Star Contributor
  • 498 Views
  • 2 replies
  • 0 kudos

Show numeric value in currency format

Hi,I would like to represent some numeric fields in a format similar to the currency one of Excel.I am using Alfresco Explorer interface.I did some research with no appreciable reszults.Have you some suggestion?Thanks in advance

sbixsbix by Champ in-the-making
  • 882 Views
  • 4 replies
  • 0 kudos

Search on custom property not returning results

I had modified the stock contentModel.xml by adding a custom property "mycustomprop1" to cm:content as follows:     <type name="cm:content">         <title>Content</title>         <parent>cm:cmobject</parent>         <archive>true</archive>         <...

heisenberg by Champ in-the-making
  • 629 Views
  • 3 replies
  • 0 kudos

In parallelGateway how to delete userTask?

<?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524...

yunlielai by Champ in-the-making
  • 537 Views
  • 3 replies
  • 0 kudos

Creating BAR File Without Modeler

Hi,I'm not using Eclipse Modeler. I need to create BAR files though. I've seen a post at this link:http://forums.activiti.org/content/how-create-bar-file-programmatically-activiti-59Here trademak says:A BAR file is just a ZIP file containing the proc...

gokceng1 by Champ in-the-making
  • 810 Views
  • 3 replies
  • 0 kudos

Activiti explorer tcp port

When I change the HTTP port of my tomcat server, Activiti Explorer continues to use the old port.http://localhost:2001/activiti-explorer/ui/APP/2/loginreturns a page with an absolute url reffering to the old port 8080<html><head><script type='text/ja...

wsalembi by Champ in-the-making
  • 483 Views
  • 2 replies
  • 0 kudos

Custom UserTaskXMLConverter

Hi everyone, I need to extend the class UserTaskXMLConverter and I would want to know if there is a way to override this converter by configuration (in the applicationContext.xml or similar), just like with custom parse handlers.I need to support mor...

mleonrivas by Champ in-the-making
  • 235 Views
  • 1 replies
  • 0 kudos

LDAP: how to invoke queryUserByFullNameLike

I'm using  LADP integration with Activiti-Rest 5.13, I invoked queryUserByUserId and queryGroupsForUser using Rest apis but I couldn't find the approriate api to invoke queryUserByFullNameLike.I'm wondering also if I could use other queries to get al...

hacendadda by Champ in-the-making
  • 227 Views
  • 1 replies
  • 0 kudos

Associate userId in ACT_RU_JOB table

Can i Associate each userId in ACT_RU_JOB table by adding one more column. Is it possible?So that based on the PROCESS_INSTANCE_ID_ i can have mapping with userId. Do we have any other option ?

demouser by Champ in-the-making
  • 202 Views
  • 1 replies
  • 0 kudos

Problem with CreateTaskQuery with multiple taskVariables

hi,My task contains certain local variables (String)Its getting stored in ACT_RU_VARIABLES table in DB.e.g.Name_                | Text_                | task_id_CustName1        | CustVal1           | 101CustName2        | CustVal2           | 101Cus...

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