setRollbackOnly was invoked while configuration specifies user managed transactions
by Sudhir N
I am getting setRollbackOnly was invoked while configuration specifies user managed transactions. when trying to do jbpmcontext.close
configuration
<jbpm-context>
<service name='persistence'
factory='org.jbpm.persistence.db.DbPersistenceServiceFactory' />
<service name='tx' factory='org.jbpm.tx.TxServiceFactory' />
</jbpm-context>
Whats going wrong ! How can I fix this ?
its jbpm3
Sudhir
13 years, 3 months
Human Task Handler and BPMN 2.0
by mehdi shahdoost
hi
i have 3 human task notation [user task] on BPMN 2.0 diagram , i set name
and taskName for each user task but when add Handler for
each user task , i get this error :
org.drools.WorkItemHandlerNotFoundException: Could not find work item
handler for Human Task
when i change my custom name to "Human Task" only one handler work
correctly.
how can i register multiple handlers to different user task notation ?
thanks for your halp
13 years, 3 months
jbpm_console_integration(ProcesswithPojoClass)
by Orhun YILMAZ
Hi,
I have installed JBPM 5.1 final version.I had developed a simple process
with pojo class (I try to create class and set data) and build it through
Guvnor "I have create pojo model with jar file to using my pojo class". But
however I am not able to view my process in JBPM console.Is the Integration
between guvnor and JBBPM console not working?If it is not working then how
do I deploy my process so that it is visible in JBPM console when I want to
create a jar package that is include pojo class and copy bpmn file to
jpmn_console_directory, I can view my process. Could you help me at this
case?
Orhun YILMAZ
Computer Engineer - GIS Software Developer
Universal Information Technologies
Tel : +90 216 456 28 00
Fax: +90 216 456 55 15
mailto: <mailto:oyilmaz@uni-yaz.com> oyilmaz(a)uni-yaz.com
<blocked::http://www.uni-yaz.com/> http://www.uni-yaz.com
Ataturk Mah. Bilgi Sk. No:2
Atasehir / Istanbul / Turkey
13 years, 3 months
How to integrate permissions in jbpm5 and permissions module in my business system
by jiacc@gillion.com.cn
HI,
In my business system ,there's the permission module , include own user table and role table in my database.
I need config my business user id to the value of 【ActorId】property in【user task】node .
but in jbpm5 There is a foreign key association with【TASK】 table and 【ORGANIZATIONALENTITY】 table.
so need to repeat to store business users data in the JBPM user table.
But I do not want to do this.
How to integrate permissions in jbpm5 and permissions module in my business system.
this is my other thinking: assign default jbpm user such as 'john' to 'ActorId' propery value to execute jbpm task,at the same time use the other property such as 'Business ActorId' to save the business user , and add a new todolist table to save the relation with task and my business user .
what's the best way?
13 years, 3 months
Need help with jBPM 5.1
by Hrushikesh Chidley
Hi,
I need some help on development with jBPM 5.1. I am currently working on
creation of the business processes. I am stuck at following problem.
I have a process with a work item handler associated with it. I have
attached timer to the work item handler so as to make sure that the work
item handler does not take more than some stipulated time to complete. If
the timer expires, I intend to execute some piece of code.
Currently my piece of code to be executed if timer expires, is throwing a
runtime exception. As such the process stops there.
I know that I can put the complete code inside try catch and handle the
runtime exception, but that way if I have, let's say, 6 different work
item handler, each would have it's try catch block.
Is there any way in which I can avoid this and handle all runtime
exceptions getting thrown anywhere in complete process at some common
place? Could you point me to some APIs to achieve this?
Any help would be greatly appreciated.
Thank you.
Regards,
Hrushikesh Chidley
+91 9970424889
13 years, 3 months