Tagged Questions
jBPM is a flexible Business Process Management (BPM) Suite. http://www.jboss.org/jbpm
10
votes
3answers
2k views
Which workflow engine to choose?
We are currently in the process of evaluating a BPM engine and I'd really appreciate the community input. I am doing my own due diligence but would also like to hear on the suggestion based on ...
5
votes
4answers
236 views
Is jBPM what I need?
Hello all fellow forum users,
I have a question to you. We have some kind of complex project here which will needs to have a workflow process also where the user can put these kind of functionalities ...
5
votes
1answer
501 views
Can .hbm files be used in a JPA application with Hibernate as JPA provider?
I'd like to replace custom BPM implementation with Activiti or jBPM-5 in a product which uses Hibernate (No JPA) with Spring for persistent layer implementation. Unfortunately, both Activiti and jBPM5 ...
4
votes
1answer
314 views
jBPM with websphere
All,
I am new to jBPM.
I did a very basic example run using the link below
http://www.jorambarrez.be/blog/2010/02/01/updated-hello-world-tutorial-for-jbpm-4-3/
Though I got the example running, I ...
4
votes
1answer
657 views
Hibernate, getting duplicate values
I am writing a very simple query, but I am getting duplicate values for some reason.
Criteria cr = session.createCriteria(ProcessInstance.class, "p")
.add(Restrictions.isNull("end"));
...
3
votes
1answer
483 views
jbpm questions before project start
I need to evaluate the jbpm workflow engine at this time, after read the documentation I got following questions, if someone can point me any hints will be greatly appreciated(sample code for these ...
3
votes
4answers
3k views
What are the differences between jBPM and Activiti Bpmn
It is clear in the title, I would be glad to hear the main differences between them. Thanks.
3
votes
3answers
3k views
Is Jbpm dying? What is the future of Jbpm and Activity Bpmn? --Jbpm vs. Bpmn--
I have heard that the developers of "Jbpm" have transferred to "Activiti Bpmn 2" in recent times (ex: Tom).
I am wondering about is whether the support for Jbpm will be over or not.. Besides, I would ...
3
votes
3answers
1k views
What are the differences between Spring integration and JBoss jBPM?
What are the differences between Spring integration and JBoss jBPM?
Thank you.
3
votes
3answers
2k views
Free and Open Source BPMS for .NET
Have there been any free and open source BPMS released which run under .NET which are comparable (if not fuller) in functionality and maturity as JBPM?
3
votes
4answers
1k views
How would you develop a workflow application in Java?
I want to develop an application that allows its users to define workflows and then executes them.
My environment is JBoss so naturally I'm considering jBPM.
I can NOT use the jBPM graphic workflow ...
3
votes
3answers
1k views
How do I generate sql scripts for process definition deployment in jBPM?
I'm looking into integrating jBPM with my current project, so far so good just including the jpdl jar in my ear and using the spring modules 0.8 jbpm module, however I've got to have a reasonable way ...
2
votes
2answers
118 views
Signaling BPM process from PL/SQL
I am fairly new to BPM world. So i might miss basic parts of the topic, so forgive me if I do so.
What I need to do is , trigger/signal/request ( I don't know the best verb:) ) a BPM process from ...
2
votes
3answers
335 views
Introduction to jBPM
Part of the existing system at work uses jBPM, and a new module I need to put together needs it. However, I have no idea where to start on learning how to work with it.
I have access to JBoss 4 on ...
2
votes
1answer
234 views
JBPM - Get the list of all the tasks
I'm trying to fetch the list of all the tasks within the JBPM database. I'm using the following code :
List<Task> liste = taskService.createTaskQuery().list();
But it gives me a list of the ...
2
votes
1answer
97 views
how to obtain spring context reference in jpbm 4.2 EventListener?
How to obtain spring context from within EventListener instance which gets notified following this transition of process:
<transition g="-36,11" name="A" to="B">
<event-listener ...
2
votes
1answer
120 views
de-serialization problems
We have a production system that uses a lot of Serialization. What be basically do is store an object called ProcessData in the jbpm database as byte array. Thus this is serialized.
Consider the ...
2
votes
1answer
168 views
How do I represent concurrent actions in jBPM, any of which can end a process?
An example: a permit must be examined by two lawyers and one engineer. If any of those three reject it, the process enters a "rejected" end state. If all three grant the permit, it enters a "granted" ...
2
votes
2answers
2k views
Need help with workflow in Alfresco
Hello SO community,
I haven't had any luck getting help in the Alfresco forums, and I'm hoping for more here. We are building an application based on Alfresco and jBPM and I have defined a workflow, ...
2
votes
1answer
890 views
advanced workflow sample example
some sample examples to develop advanced workflow deploying it in alfresco server using jbpm and connectivity to database
Regards,
2
votes
0answers
1k views
Problem using two xa-datasources with Jbpm
I'm using Seam, JBoss Jbpm and Resteasy. I have a very simple process definition:
<start-state name="create">
<transition name="send" to="inbox" />
</start-state>
<node ...
2
votes
1answer
529 views
Simple solution needed for jBPM asynchronous continuations in Seam environment
I have a Seam application that kicks off business processes. At the moment there is no other application or component that needs to co-ordinate, there is just the one web app.
I'd like to use ...
2
votes
2answers
1k views
How do I listen to all Seam contextual events with parameterized names?
Seam will fire different kinds of events that relate to particular scopes, tasks, or processes and appends the name of the scope, task or process to the end of the event.
How do I listen to all the ...
2
votes
2answers
2k views
jBPM, concurrent execution and process variables
When a process in jBPM forks into concurrent paths, each of these paths gets their own copy of the process variables, so that they run isolated from each other.
But what happens when the paths join ...
1
vote
2answers
15 views
Are there any workflow engines in existence that don't use BPMN and BPEL?
Our business is planning on building a rather large business application with about 2000 or so users.
Many objects in the system require a mildly complex series of approvals, notifications, etc.
For ...
1
vote
1answer
46 views
JBoss ESB, JBRMS and JBPM
Can anyone suggest books to understand writing rules looking upon business process and integrating that into ESB? I know how to write a rule and run a java application. That is where I reached for ...
1
vote
0answers
48 views
examples of web sites that use jBPM? [closed]
I'd like to see some examples of web sites that are using jBPM. Can anyone point me to some live web sites that use jBPM?
I'm not looking for a jBPM tutorial (at the moment at least), simply want to ...
1
vote
1answer
71 views
Integration of JBPM 3.2.3 sample project with MAVEN
I am facing the problem while integrating the jbpm 3.2.3 with Maven.
I wrote some testcases in jbpm. These test cases are failed while running the mvn clean install.
I found that in my root ...
1
vote
2answers
727 views
bonitasoft bpm vs jBPM vs Activiti
I am evaluating BPM offerings to be used within our application. I wanted to find out
a) the differences between Bonitasoft / jBPM and Activiti
b) Some of these products provide forms generation ...
1
vote
1answer
148 views
Does Drools/JBPM5 support data flow?
Does Drools/JBPM5 support data flow?
Or is it only control flow?
1
vote
1answer
189 views
IdentityService jbpm: Cannot create group, error while validating
This is what I get when debugging at my IdentityService variable ident:
ident -> commandService = null
-> commandService = RetryInterceptor(id=68)
In my jbpm.cfg.xml I have:
...
1
vote
1answer
72 views
i want to make an automatic signal according to it's task date in JBPM
i want to make an automatic signal according to it's task date in JBPM. Can i use decision node for implementing this situation? if no any suggestion
1
vote
4answers
230 views
Suggest a persistent strategy for a workflow system
I am in the process of creating a UI configuration tool for my pet project. One aspect of this tool lets the end user DEFINE his orchestration. I then need to save this orchestration definition into a ...
1
vote
1answer
275 views
JBPM to Drools Flow - Is there a documented migration path?
I'm currently using a fairly old version of JBPM for workflow processing as part of a larger project. I'm investigating the possibility of moving to the Drools Flow library as a replacement to JBPM.
...
1
vote
0answers
348 views
config Realm on Tomcat 6, Oracle 11g exception
I need to config realm on tomcat 6 for oracle 11g to work for jBPM workflow.
So I created a file: jbpm-console.xml under Catalina/localhost like this:
<Context>
<Realm ...
1
vote
1answer
441 views
jbpm process instance save
Hi all
i am new to JBPM. i am using jbpm4.4
this is my basic example code:
ProcessEngine processEngine = new Configuration()
.buildProcessEngine();
NewDeployment ...
1
vote
0answers
70 views
Jump to a state not defined on the jbpm pageflow
I have a pageflow with 4 steps,
And I want to add a rule/state in the page flow so that if I return a navigation that is not defined in the page ...
1
vote
1answer
391 views
JBoss jBPM console web application
I have installed jbpm-4.4, connected jboss-5.0.0.GA to JBOSS- JBOSS-CONSOLE WEB APPLICATION through MSSQL SERVER 2005 and
for some strange reason I had this message "createQuery is not valid without ...
1
vote
1answer
379 views
How to deploy a process from Signavio into jBPM?
I've installed jBPM 4.4 and it looks neat. I've edited a little example process using Signavio, and I'd like to deploy it on the demo server (ant demo.setup.jboss) so that I can see how it works. ...
1
vote
0answers
78 views
How to wire a custom MailProducer with jBPM 4.3?
I have a custom mail producer implementation that creates Multipart MimeMessages with "alternative" contentType.
But how can I wire my implementation instead of the default one ? ...
1
vote
0answers
338 views
Jbpm console3.3.1 on jboss web server3.0.0 beta-1
I've deployed jbpm-console on jboss-web successfully, but now I'm getting the following error:
**2010-01-26 20:59:21,969 嚴重的 [facelets.compiler] (http-127.0.0.1-8080-1) Error Loading Library: ...
1
vote
1answer
578 views
How to deploy jbpm-console 3.3.1 on jboss web server3.0.0 beta-1
I want to deploy jbpm-console on jboss web server,
but the following error message appears.
Can anyone tell me what's wrong?
2010-01-22 08:11:21,416 ERROR ...
1
vote
1answer
305 views
What is the difference between bendpoints in JBPM 3 plugin for Eclipse and JPBM 4 plugin for Eclipse?
In JBPM 3 plugin for Eclipse, bendpoints are represented using four integers:
<transition name="">
<label x="5" y="-10"/>
<bendpoint w1="36" h1="-37" w2="43" h2="39"/>
...
1
vote
1answer
1k views
jBPM + Spring transactions sharing and scope
I've inherited an app using jBPM and Spring and am trying to figure out if it is configured the way it should be.
First question: Does jBPM span a single JTA (JDBC and/or Hibernate) transaction ...
1
vote
3answers
817 views
Should JBPM tables be in separate database?
There are two options when setting up your JBPM session.
You can put your JBPM mappings in the same Hibernate session, and as a result, have their tables in the database with the applications ...
1
vote
1answer
457 views
is there any similar jtrac ticketing system?
is there any free java ticketing system like jtrac with workflow feature? jira is not free thou.
1
vote
2answers
1k views
jBPM Standalone App with SWT
According to the whitepaper on the jBPM page [1], jBMP can be easily used in a standalone app. However I could not find any information about how to actually do this. I want to create a simple java ...
1
vote
1answer
944 views
How to integrate jBPM and Spring via scripts and EL
I'm using/anticipating the following technology stack:
JSF
Seam
jBPM
Spring
Of course, I'd like Seam to access Spring beans directly and have got this much to work fine. I'd now like to move down ...
1
vote
5answers
1k views
JBPM: Multiple transitions going out from a Task Node
in JBPM, can I have (technically) multiple transitions going out from a Task Node?
If Yes, is it a good practice?
Any help would be useful.
1
vote
1answer
320 views
JBPM Workflow patch generation
I have been using JBPM workflow in my project and I have a small question regarding generating the database patches or sql statements to apply JBPM workflow modifications.
Currently JBPM workflow ...