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

Forum Posts

Issues with creating user inside Java task

Hello,I'm implementing "Create user process" - at first step initiator enters some user details and at second stet Java service task is called: <java>public class CreateUser implements ActivityBehavior {  private static final long serialVersionUID = ...

butik by Champ in-the-making
  • 463 Views
  • 2 replies
  • 0 kudos

Dynamic selectone in alfresco share

Hi, I want to make dynamic selectone in alfresco share. Anybody knows how to do that ? I found that i have to create customSelectone.ftl and there I will write some code which will create this content. Is there some good tutorial for this ?Thanks

_jan by Champ on-the-rise
  • 1410 Views
  • 3 replies
  • 1 kudos

Code javascript qui marche une fois sur deux

Bonjour à toute l'équipe,J'ai un problème avec mon code java script intégré à mon Workflow, il ne marche pas à chaque fois. Je souhaite ajouter à mon package un fichier qui se génère dans l'entrepôt malheureusement celui-ci s'ajoute une fois sur deux...

sims by Champ in-the-making
  • 887 Views
  • 1 replies
  • 0 kudos

outbound smtp

Bonjour,j'ai mis en place l'envoi d'email lors de l'ajout d'un fichier. J'ai mis les confis de notre serveur mail :### SMTP Configuration ###mail.host=192.168.1.191mail.port=25mail.protocol=smtpmail.username=mail.password=mail.from.default=jeremy.dub...

jey10 by Champ in-the-making
  • 1185 Views
  • 2 replies
  • 0 kudos

Im getting exceptions on mail task

Hi,I've created a mail service task that is supposed to send an email.When I run my code I get a lot of error messages.I've set the properies; mailServerPort, mailServerHost, mailServerUseTLS in both my activiti.cfg.xml and applicationContext.xml fil...

Cannot access activiti explorer after changing database

Hi,I wanted to use a mysql database instead of the default h2 database so I changed the db.properties file in "C:\apache-tomcat-7.0.54\webapps\activiti-rest\WEB-INF\classes" and "C:\apache-tomcat-7.0.54\webapps\activiti-explorer\WEB-INF\classes"to:db...

Get Activiti explorer in english

Hi,I deployed activiti on tomcat. The activiti on Firefox is always in french instead of English.For information, i configured language english in my firefox.Any idea please ?Thank's

mtail by Champ in-the-making
  • 307 Views
  • 1 replies
  • 0 kudos

Extended user task

Hello,I have searched in the forum how to add a custom task. All I have read about it, is that you can achieve it by implementing a custom ActivityBehavior. So, as far as I understand this are the steps:1) Create your own behaviour.package org.acme.r...

yahekia by Champ in-the-making
  • 517 Views
  • 1 replies
  • 0 kudos

requirement for config assignee mode

I am a new developer for Activiti, I have a requirement for some kind of assignee  configuration:suppose customer has a group “GM" which has three user : gm0, gm1, gm2when we design process, we have a user task for the GM Audit node, our customer wan...

woodfox by Champ in-the-making
  • 558 Views
  • 4 replies
  • 0 kudos

designer's kepler compatibility

hi, i can't get my custom service task to show up in activiti designer palette, which brings up these questions:is it possible to create custom service tasks in kepler? on mac?is org.activiti.designer.integration 5.14.1 compatible with 5.15.1 activit...

gomedya by Champ in-the-making
  • 284 Views
  • 1 replies
  • 0 kudos

Activiti-explorer and Vaadin

Hello community,I'm doing the first steps with Vaadin in activiti-explorer. I want insert in my form a button that if is clicked show a new window. This is my codeublic class CongressButton extends VerticalLayout{   private static final long serialVe...

variag by Champ in-the-making
  • 682 Views
  • 3 replies
  • 0 kudos

Web service wrapper on Activiti

Hello there,We have decided to use Activiti as workflow tool in our new project. Application is in design phase right now. I need some things to clarify here.1) We have decided to develop our own Wrapper (REST-Web service) which would give users cust...

Activiti JVM recycled due to MQ listener stopped.

We received alerts twice so for. We are running Activiti in WebSphere 7.0. We communicate between our core application and Activiti using MQ. The MQ listener stopped twice in the last few days.Here is what we observed in the log.[7/9/14 8:47:46:491 E...

thnagi by Champ in-the-making
  • 293 Views
  • 1 replies
  • 0 kudos

Lots of timer tasks, slow lock acquisition times

Id like to know if this approach is feasible and I'll try to keep this first post simple. Requirements call for recurring processes which wait and trigger at configurable intervals (weekly, monthly, yearly, etc). 10M+ active processes exist, with 50-...

kirkb75 by Champ in-the-making
  • 482 Views
  • 3 replies
  • 0 kudos

Duplicate content pop-up message

What I want to do is, when a user uploads a file that have duplicates in the site,the file will be deleted and a pop-up message will appear saying that there is a duplicate.How do I display the pop-up message?Thanks in advance!

e-no91 by Champ in-the-making
  • 438 Views
  • 2 replies
  • 0 kudos

Blog post about accessing aspects via CMIS, feedback needed

Hello all,I have been reading the CMIS 1.1 spec a lot lately, and found a point which is not talked about much on the web, so I decided to write a blog post about it, taking Alfresco as an example:http://aegif-labo.blogspot.jp/2013/04/cmis-what-are-s...

Any Post explaining various directories?

Hi All,I apologies if this is a redundant question. But even after developing with alfresco and share (version 4.2-c ) for 4-5 months I am still not sure about exact purpose of various directories. After following various examples(THNKS FOR THAT) I d...

Camel tasks and Concurrency issues

Hi all,I am using the Camel tasks heavily in a proof of concept for a workflow solution and I have a couple issues that I would like to know if there are best practices in Activiti for overcoming.1.  The Apache Camel engine does not seem to deal well...

brianok by Champ in-the-making
  • 490 Views
  • 1 replies
  • 0 kudos

Form property coercion

HiI'd like to create a process that would need 2 input parameters. Both parameter are ComboBox type. Here are my questions.Is it possible to enable the second combo box after the first one is selected?Is it possible to use the value from the first co...