• redhat support for jbpm 4

    Is there an official support for jbpm 4 by RedHat?
    Profile Photo
    last modified by matrixpooh
  • Unable to deploy the examples of JBPM4.0 on JBOSS

    hi ..   i have been facing this problem from last two days….but still i could not solve this problem …..Please help in this problem   I am using with Eclipse Galleo jbpm4.0 jboss 5.0.0.GA ...
    Profile Photo
    last modified by akstifr
  • Determine type of event notification

    If I create a single event listener that is set up to listen for both "start" and "end" events, is there a way to determine, from within the notify() method, which event (start or end) actually occurred?
    Profile Photo
    last modified by gubespam
  • Converting a variable back

    I am working on jBPM 4.3. I wrote a converter to convert one of my classes into a Long (it's coming from JPA with the Long being its key). I added it to jbpm.variables.types.xml and using the following code I add th...
    Profile Photo
    last modified by jochen_mader
  • Repeat Timer Issue

    This happened on jBPM 4.0. Initially I defined a normal timer in my process definition, it worked well but after I changed it to a repeat timer (by adding repeat="30 seconds"), I encountered the following exception: &...
    Profile Photo
    created by seanmo
  • Injecting external object into custom activity

    In jbpm, you can use object references to have jbpm to dynamically inject objects into custom activities, like below:   {code} import org.jbpm.api.activity.ExternalActivityBehaviour; public class Custom implem...
    Profile Photo
    last modified by gubespam
  • How to skip an Activity?

    I am trying to skip an activity through my application where I am getting an error. I tried the following but its giving an error.   ProcessInstance procIns = executionService.findProcessInstanceById( id) ;Execut...
    Profile Photo
    last modified by yogitabartake
  • Create process instance without starting it

    Is there a way, through the public API, to create a process instance without starting it? The StartProcessInstanceInLatestCmd always starts it.   {code}     ClientProcessInstance processInstance = ...
    Profile Photo
    last modified by gubespam
  • jbpm installation error win 7

    I am trying to install jbpm 4.1/4.2 on jboss 5.0.0.GA/5.1.1.GA on a windows 7 machine, but in demo.setup.jboss target, when it comes to install.examples.into.jboss target there are errors and none of the examples are ...
    Profile Photo
    created by hakanm
  • Stop process from jBPM Console

    When I stop a process from jBPM console, is it any event, node or something I can implement to execute some code before end the process (to clean objects, etc.)? It is not intercepted by error nodes or something. Whe...
    Profile Photo
    last modified by vegamilano
  • Exception handling in JBPM4

    Hi, I have some questions about exception handling in JBPM4. 1) It seems we can't yet use exception handlers in JBPM4, we don't see any examples covering this and the JBPM4 documentation about exception handli...
    Profile Photo
    last modified by pweemeeuw
  • Using timers when integrating jBPM4.2 with Spring 2.5.6

    Hi,   I'm using JDK 1.6.0.18 and integrated jBPM 4.2 with Spring  2.5.6 in a web application that runs on Liferay portal. JBPM tables are in the same database with the tables for the application domain. The...
    Profile Photo
    created by andriusms
  • How to configure jbpm 4.0 on Tomcat 6.0 +Tomcat 5.5

    Hi,   I want to configure to jbpm4.0 into Tomcat Server 6.0. Is it possible to configure in it??   or   I have to choose other version to do that ( i.e in Both case Jboss, Jbpm) . Which are supported...
    Profile Photo
    last modified by akstifr
  • Deployment mechanism details

    Can anyone shed some light on how deployment (of business archives and process definitons) works in jbpm 4? There is an Ant task that can be used to deploy deployments into jBPM, which I have working fine. The user g...
    Profile Photo
    last modified by gubespam
  • JBPM 4.3 EL cannot read process property with null value

    Hi!   I don't know if this is expected behavior...   When I set some variable in running process to null value and then try to access it in EL expression javax.el.PropertyNotFoundException is thrown.  ...
    Profile Photo
    last modified by jsobolewski
  • Use Transition.getProperty(String key)

    Hi. In jBPM 4.1 a Transition class have method getProperty(String key). Where can I set values, which returns this method?
    Profile Photo
    last modified by igorpx
  • Usage of env-ref and ref types

    Is there documentation anywhere that describes how to use the "env-ref" and "ref" types in JPDL, and what exactly they do or inject?
    Profile Photo
    created by gubespam
  • Determine whether current Activity is custom or not

    Given a EventListenerExecution, what is the best way to determine whether the curent activity is a <custom> activity? I have an event listener (with propagation enabled) that listens for the start of activites a...
    Profile Photo
    last modified by gubespam
  • Add event listener through API

    Does anyone know if there is a way to programmatically add an event listener to a process instance? The idea is that external code could add such a listener when a process instance is started, so that the listener wou...
    Profile Photo
    created by gubespam
  • Finding and signalling custom behaviour

    === Environment ============================== - jBPM Version : tested on 4.1 through 4.3 - Database : HSQLDB - JDK : 1.6.0_14 - Container : No container , running as junit test - Configuration : No custom libs or cf...
    Profile Photo
    last modified by neshap