[jboss-user] [JBoss jBPM] - Re: JBPM 3.1.4 tutorial examples not working in JBPM 3.2b2?

2008-11-13 Thread [EMAIL PROTECTED]
you could try using the jbpm.cfg.xml found in org/jbpm in the jbpm-jpdl.jar within the jbpm-consolein the deploy folder of the jbpm suite. The file is actually named default.jbpm.cfg.xml so rename it and replace your jbpm.cfg.xml with it. Make sure you clean your build folder and retry. View

[jboss-user] [JBoss jBPM] - Re: JBPM 3.1.4 tutorial examples not working in JBPM 3.2b2?

2007-03-28 Thread sunchaohui_koko
just like this: | jbpm-context | service name=persistence factory=org.jbpm.persistence.db.DbPersistenceServiceFactory / | service name=tx factory=org.jbpm.tx.TxServiceFactory / | /jbpm-context | View the original post :

[jboss-user] [JBoss jBPM] - Re: JBPM 3.1.4 tutorial examples not working in JBPM 3.2b2?

2007-03-19 Thread gix
In case your problem is still unsolved: I think you have to define in your jbpm.cfg.xml, for the jbpm-context you have defined. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029287#4029287 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JBPM 3.1.4 tutorial examples not working in JBPM 3.2b2?

2007-03-19 Thread gix
In case your problem is still unsolved: I think you have to define lt;service name=tx factory=org.jbpm.tx.TxServiceFactory /gt; in your jbpm.cfg.xml, for the jbpm-context you have defined. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029288#4029288 Reply

[jboss-user] [JBoss jBPM] - Re: JBPM 3.1.4 tutorial examples not working in JBPM 3.2b2?

2007-03-07 Thread florian79
I have the same problem in this jbpm version: | 18:20:07,572 INFO [STDOUT] [2007.03.07][com.dooris.base.portal.BPMAction][org.jbpm.JbpmException: problem closing services {persistence=org.jbpm.JbpmException: no jbpm tx service configured}][ERROR]: | 18:20:07,572 ERROR [STDERR]

[jboss-user] [JBoss jBPM] - Re: JBPM 3.1.4 tutorial examples not working in JBPM 3.2b2?

2007-02-15 Thread efip10
efip10 wrote : Hi, | | I'm trying to run a proof-of-concept project using jBPM 3.2 beta2. | | When running an (included in 3.1.4 but omitted from 3.2b2) HelloWorldDbTest, I get the following exception: | | org.jbpm.JbpmException: no jbpm tx service configured | | at