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

Forum Posts

Unpatched security vulnerabilities in Activiti

Hi AllOne of my colleagues recently discovered two security vulnerabilities in Activiti, but was unable to get a response from Alfreso and posted details on the oss-security list:http://www.openwall.com/lists/oss-security/2016/04/29/2I am making this...

dfj by Champ in-the-making
  • 428 Views
  • 3 replies
  • 0 kudos

Configuring ActivitiEventListener as managed bean (CDI)

Hi,I am using Activiti+CDI and need to register ActivitiEventListener. It works well if configured in activiti cfg xml:     <bean id="processEngineConfiguration" class="org.activiti.cdi.CdiStandaloneProcessEngineConfiguration">        ….        <prop...

miran by Champ in-the-making
  • 161 Views
  • 1 replies
  • 0 kudos

Workflow Implementation

Hello, Im new with activiti, i've installed activiti and i can create a process with the activiti modeler.But, i like to have an idea about the code behind, I like to implement a simple workflow with java .But with my researchers in google, i can not...

lobnakh by Champ in-the-making
  • 106 Views
  • 1 replies
  • 0 kudos

How to update a variable

Hi everyone I created a variable in a serviceTask. It's written Variables | 1 variables configured I want to update this variable when she pass in my serviceTask with the java code belowpublic class myAuthTest implements JavaDelegate{   @Autowired   ...

madn by Champ in-the-making
  • 1064 Views
  • 11 replies
  • 0 kudos

TaskQuery when using custom Group/User Manager

HiI've overridden the User/Group Manager and Factories similar to the LDAP example. This means that the DB tables ACT_ID_GROUP,USER, and MEMBERSHIP are empty.Essentially, I'd like to use the TaskQuery to grab a list of tasks for a given user; this wo...

stbill79 by Champ in-the-making
  • 429 Views
  • 7 replies
  • 0 kudos

java.lang.IllegalStateException when using JPA and TomCat

I have a simple application that uses a Spring beans. It works fine when I execute via JUnit Test, however, when I deploy it in TomCat I got a nasty exception (see attached file). I am using tomcat 9.0 and activiti 19.20.0

waltable by Champ in-the-making
  • 217 Views
  • 1 replies
  • 0 kudos

no processes deployed with key 'XYZ'

I have the following function in a java class called   to crate a Process XYZ. It goes fine for the first time and creates the process.  The key is XYZ. When called again i get a errorno processes deployed with key 'XYZ'. My BPMn sxml and the java co...

ad1 by Champ in-the-making
  • 453 Views
  • 2 replies
  • 0 kudos

Activi task not showing up in db/explorer

I have tried creating and assigning a  User Task  via 1. TaskService API.2. BPMN process flow.When created using the API I can see the data  in the database, but i do not  see the data in the DB table (act_hi_taskinst) when BPMN process having the Us...

ad1 by Champ in-the-making
  • 184 Views
  • 3 replies
  • 0 kudos