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

Forum Posts

Questions about LDAP and Alfresco

I am trying to find some documentation on a couple of questions that I have about how Alfresco interacts with AD.When a user is created or deleted in Active Directory does Alfresco see those changes or does a restart need to be done in order for a re...

eswbitto by Confirmed Champ
  • 424 Views
  • 2 replies
  • 0 kudos

Iterating collections

having all sorts of problems with the backend JavaScript, it's not the JavaScript I know. So the method I have used to iterate a collection are not working for me.    for ( var i=0; i<context.properties.section.sections.length;i++){              x = ...

michaelc by Champ on-the-rise
  • 395 Views
  • 2 replies
  • 0 kudos

Create person api not working

Hi,Please help find out why the following not working. I tried to create a person and sure the auth is correct. The returned json is my own info, not the "test1" user I need to create.curl –data "userName=test1&firstName=Test&lastName=One&email=test1...

db9p by Champ in-the-making
  • 539 Views
  • 3 replies
  • 0 kudos

order a section list

This should be simple. I am pulling back a list of sections    model.sections = context.properties.section.sections; then showing them. <#list sections as section>       <a href="${url.context}${section.path}">${section.name}</a> </#list>     but...

michaelc by Champ on-the-rise
  • 660 Views
  • 4 replies
  • 0 kudos

Form.addSubmitElement

Hi,I'm trying to attach my own button I've created dynamically as a submit element for the Share form compoment. It does not seem to work for me.Going through the form.js file, I found this:YAHOO.Bubbling.on("addSubmitElement", this.onAddSubmitElemen...

zladuric by Champ on-the-rise
  • 420 Views
  • 1 replies
  • 0 kudos

Customized Business Rules in Alfresco Share 4.2.c

Hi Everyone,I have a situation here: "A user uploaded a document with no document type and that document must automatically go to the Unclassified Folder."Is it possible to hard code this functionality in Java? Or is there a way to just configure the...

Searching the content of xml files

Hi, I am reading for some time documentation an forums, but still I do not have a clear idea about it. I would like to search the content of some xml files (I already read similar questions about it). How can I achieve this?I would like to avoid SOLR...

user01 by Champ in-the-making
  • 448 Views
  • 2 replies
  • 0 kudos

Error al instalar alfresco

Hola a todos, he seguido este manual a partir de donde pone instalar alfresco: http://www.josedomingo.org/pledin/2011/11/instalacion-alfresco-en-debian-squeeze/Pero cuando quiero acceder al tomcat 127.0.0.1:8080 me da este error: No se puede conectar...

hani9 by Champ in-the-making
  • 1175 Views
  • 2 replies
  • 0 kudos

Error loading items on My Documents share dashlet

Recently experimented with implementing SSL.  After configuring the connector in server.xml and successfully logging in through HTTPS I noticed the My Documents dashlet on Alfresco Share returned "Error loading items."  I reverted the changes and the...

Getting property definitions through Dictionary Web Service

Hello,first of all I'm using C# and I'm trying to get properties definitions and properties values of my custom type using Web Services. I use Repository Service to get values and Dictionary Service to get property definitions, but it don't work the ...

8alery by Champ in-the-making
  • 1440 Views
  • 7 replies
  • 0 kudos

How to catch Email Task exceptions

I have a process that sends 10 emails in a loop with the email task. If the email task raises an exception for whatever reason (let say, because of a malformed email), the process ends. I want the process catch the exception and continue with the nex...

aparraga by Champ in-the-making
  • 1032 Views
  • 5 replies
  • 0 kudos

Obfuscating form data

I have created my own FormType for data fields that are sensitive, so that I can encrypt their values.   This works well for ACT_RU_VARIABLE and ACT_HI_VARINST.  What I can't figure out is how to have it encrypted in ACT_HI_DETAIL.  The FormPropertie...

geoffb by Champ in-the-making
  • 594 Views
  • 5 replies
  • 0 kudos

OSGi EL resolution cannot find methods and/or properties

Hi,the setup is this: I have a project A with predefined classes for data and project B with processes that uses data types from A, among others as variable types in process. I discovered an issue with evaluating EL when running an Activiti process i...

Capture Process Start and End Dates

Hi AllApologies for this simple question, but I'm just starting to look at Activiti.I'm using the Eclipse plugin to create my business processes and what I need to do is capture the process start/finish date and store them as a process variables.Can ...

pseymour75 by Champ in-the-making
  • 801 Views
  • 3 replies
  • 0 kudos

Resolved! Activiti HTML Form

HiActiviti provides two tasks: User Task and Manual Task.What I am trying to achive is creating a HTML form that can be embedded within an Activiti process. So when the processes starts the HTML form is displayed to the user to add some information. ...

rj1 by Champ in-the-making
  • 1761 Views
  • 5 replies
  • 0 kudos

how to update a process variable?

Maybe this question sounds very silly, but I can not find a solution and answer about it.I user a process variable through the whole process instance.So my question is can I change the process variable without compete a task?Below is my sample code1:...

wenweikun by Champ in-the-making
  • 1468 Views
  • 3 replies
  • 0 kudos

Getting completed tasks by Groups

Hi,I've a group Name (ex: administrators), and I want to check out the completed tasks of this group. How can I achieve such information?Thanks!

sfigueras by Champ in-the-making
  • 223 Views
  • 1 replies
  • 0 kudos

Limited amount of nodes or connections?

Hi,I am working in quite a big BPM diagram and to my surprise, after a while editing it I am not able to add any new connection between two nodes. Is there any limitation in the amount of links/nodes that a model can handle?Thanks a lot in advance fo...

cgarci by Champ in-the-making
  • 275 Views
  • 1 replies
  • 0 kudos

Designer moves executionListener out of the exclusiveGateway

Activiti Engine 5.13Activiti Designer 5.12Eclipse indigoSome items dragged and dropped with a help of designer, some items, like extensionElements added editting the xml directly through xml editor.  Here is the process.The process view:https://www.b...

btomas by Champ in-the-making
  • 435 Views
  • 2 replies
  • 0 kudos

Disaster Recovery Approaches

We have integrated the activiti engine into our existing application.  We are looking at disaster recovery approaches for this now as we now have 2 databases to keep in sync, our existing application database and the activiti data.  Obviously the DR ...

robbogd by Champ in-the-making
  • 494 Views
  • 3 replies
  • 0 kudos