[jboss-user] [JBoss Seam] - [Beginner] launching a non-predefined workflow. Is my approa

2008-01-04 Thread jbaton
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

[jboss-user] [JBoss jBPM] - Re: saving own objects with Hibernate in jbpm

2006-09-12 Thread jbaton
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

[jboss-user] [JBoss jBPM] - Re: Error in compositeLog

2006-09-12 Thread jbaton
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

[jboss-user] [JBoss jBPM] - Re: Disabling DBLoggingService

2006-09-12 Thread jbaton
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.

[jboss-user] [JBoss jBPM] - Disabling DBLoggingService

2006-09-11 Thread jbaton
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

[jboss-user] [JBoss jBPM] - saving own objects with Hibernate in jbpm

2006-09-08 Thread jbaton
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