• jBPM and caching

    Does anyone have any experience enabling Hibernate second-level caching with jBPM? Things like User, Deployment and more are practically never changed in our application, and could easily be cached to reduce the amoun...
    Profile Photo
    last modified by eivindbw
  • jBPM 4.3 on Websphere 6.1?

    Hi,   Can someone let me know the steps to install jBPM 4.3 on Websphere 6.1.   What API's I should use for generating KPIs and to monitor/manage process instances.   Thanks in advance, Puneet
    Profile Photo
    last modified by pkk4jbpm
  • ClassCastException: JpdlProcessDefinition cannot be cast to ProcessDefinitionImpl

    Hello everybody,   I have a curious problem when I try to get all ProcessDefinitions of the RepositoryService. I execute this few lines:     {code:java} ... RepositoryService repositoryService = pro...
    Profile Photo
    last modified by jelies
  • Calling TaskService.CompleteTask from inside a Java callback

    After a task is assigned, I would like to use a Java callback to run some code and then call TaskService.CompleteTask() on the task.  I tried calling CompleteTask from both an AssignmentHandler class and an Event...
    Profile Photo
    last modified by joegottman
  • Process Image Problem in JBPM4.3

    Hello, I am starting in use of JBPM 4.3. I need to show the process image generated in my webProject, but the image is not showing the process correctly. It is showing only one line. Can somebody help me?   Here...
    Profile Photo
    last modified by lucas.lopes
  • Error: execution is not active: OBSOLETE

    Has anyone ever seen this error before or know what causes it? I think it is happening when terminating processes from the console. A search through the code reveals that the only place "OBSOLETE" is referenced is in ...
    Profile Photo
    last modified by gubespam
  • how to override mail configuration ?

    Hi,   It is a stupid configuration question in jbpm 4 !   I have in my classpath a jbpm.mail.properties and it works !   For test purpose, I have an other properties file to switch to an other mail s...
    Profile Photo
    last modified by newbeewan
  • Deploying jbpm 4.4 snapshot on tomcat issue

    Hi,   I'm experimenting jbpm4.4 (build for svn commit 6420) and I have serious problem at deployment on tomcat.   My unit tests works as usual after correcting some comportments due to evolution of jbpm. &...
    Profile Photo
    last modified by newbeewan
  • NPE in Payload2XML.convert for console "instance data"

    Has anyone seen this before? It happens sometimes, sometimes not, when I click "Instance Data" in the console.   org.jboss.resteasy.spi.UnhandledException: java.lang.NullPointerException     &...
    Profile Photo
    last modified by gubespam
  • jbpm4.3 - NumberFormatException on validateRepositoryCache

    Hi,   I am working with Wicket, Spring 3.0 and jBPM 4.3. I've successfull deploy a two processdefinitions but when it comes to start a process it throws a number  NumberFormatException :   2010-01-25...
    Profile Photo
    last modified by themulti
  • Unable to set the mail configuration properties in JBPM 4.0

    Hai!   I am using jbpm 4.0 with jboss 5.0 and i am unable to configure jbpm.mail.properties in my application I have created new file called jbpm.mail.properties and in that i have written my configuration set...
    Profile Photo
    last modified by akstifr
  • Adding some function in EL ?

    Hi,   As jbpm 4.3 is using juel to solve it's EL, I will be interested to add some function in the context.   Basically to access some i18n resources in mail activity to send some messages according to loc...
    Profile Photo
    last modified by newbeewan
  • Tasks with assignment handlers in Fork doest not work

    Hi   Tasks with assignment-handlers inside a fork does not end in join, It seems the control does not goes beyond the task.   Following is my jpdl. The control stops at "parallel Queue"   Is this the...
    Profile Photo
    last modified by janashanmug
  • Form Edit Process Modeling help

    We are using JBPM4 as the workflow engine to handle our process applications.   There is one use case we are not sure how to model using jbpm.   The use case is of the following:   User A:  ...
    Profile Photo
    last modified by gujade
  • jBPM 4.3 - job is not released when the transaction is marked as rollback only

    Job is not released when the exception occurred during job execution and transaction is marked as rollback only because synchronization cannot be registered in transaction (according to javax.transaction.Transaction#r...
    Profile Photo
    last modified by adam.laczynski
  • Manual reroute in Jbpm 4.3

    Hi,   I need to implement manual rerouting between tasks in jbpm4. I know that this is not the best thing to do in process world, but from time to time we get some exceptional state (e.g. wrong input in one of ...
    Profile Photo
    last modified by mpradny
  • Injected hibernate SessionFactory is not used by jBPM 4.3?

    Hi there,   I'm using jBPM 4.3 and I want jBPM to use my own SessionFactoryImpl object, instead of creating its own. I'm doing the following to inject my SessionFactory into jBPM:   new Configuration().setR...
    Profile Photo
    last modified by helmers
  • BusinessCalendar use case

    Hi,   I can't find some docs to use business calendar form JBpm 4.3...   My use case is quite simple, one of my process purpose is create some vacancy request.   I would provide some information to c...
    Profile Photo
    last modified by newbeewan
  • Possible bug in JBpm JPDL4 editor

    Hi,   I'm using eclipse JPDL editor with JBPM4.3 (jBPM 4 Graphical Editor and Tools v4.0.0.v201003041939-795-8s7353393B5L9L) on eclipse 3.5r2.   When I'm trying to put some field into a custom task, this t...
    Profile Photo
    last modified by newbeewan
  • All processInstance variables into a java activity ?

    Hi,   I looking for something to permit the injection of all variables as method arg in java activity in jbpm 4.3...   My java activity needs all the current process variables to generate a document... is ...
    Profile Photo
    last modified by newbeewan