Hi all,
I'm new to Seam+Jbpm.
I have to start a simple workflow (a few nodes long), that contains a task for
each user that the workflow initiator has chosen amongst a list of users.
All I have is their username. The number of selected users is variable.
I thought of generating the Jpdl definit
ava.lang.Thread.run(Thread.java:534)
|
Thanks for your help
JBaton
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970957#3970957
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970957
See
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=90365
if you want to disable DBLogging.
HIH
JBaton
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970949#3970949
Reply to the post :
http://www.jboss.com/index.html?module=bb
return new NothingLoggingService();
| }
|
| public void close() {
| }
|
| }
|
3/ Cut and paste default xml config (from jar) into jbpm.cfg.xml
4/ Link the "logging" service, to your own implementation
|
|
JBaton
View the original post :
http://www.
Hi all,
I'm facing a problem with the DBLogging feature.
It seems not to get a working jbpmcontext.
However, I can make it without this feature, I have not found in the
documentation how to disable it. I tried to comment the "(DbLoggingService.java:39)
| [java] at
org.jbpm.logging.db.Db
Hi all,
I have custom objects that I have added to the jbpm schema.
Those objects are hibernatable. My app is multithreaded.
What is the prefered way to save the custom objects ?
When I get the hibernate session from a newly created jbpmcontext, I get an
exception like this
org.jbpm.JbpmExcep