[JBoss-user] [JBoss jBPM] - Re: timer not created in schema

2006-05-05 Thread guy.walker
Thanks Koen, but unfortunately moving the timer into the task appears to make no difference whatsotever. I still do not see any entries in the JBPM_TIMER table. I couldn't find anything in the docs to point out where I was going wrong. Guy View the original post : http://www.jboss.com/index.h

[JBoss-user] [JBoss jBPM] - timer not created in schema

2006-05-03 Thread guy.walker
Hi, I'm trying to get a timer working but I cannot spot what is wrong with this bit of proces definition. No entries are made into the JBPM_TIMER table, which I was expecting. I definitiely have a schedulerthread running, but since there are no timers in the table, none of them expire. Can someo

[JBoss-user] [JBoss jBPM] - No timers being executed

2006-05-02 Thread guy.walker
Hello, In my process definition I set up a couple of timers which never get executed. I think the reason for this is that I have no scheduler deployed to check the timers. I can't seem to find any documentation or examples of people that have done this (probably because it is very obvious and I

[JBoss-user] [JBoss jBPM] - subprocess doesn't pick up latest definition

2006-01-12 Thread guy.walker
Hi, I was just testing versioning of process definitions (using an oracle db), and in the tests I've done it seems that when I process instance is started as a subprocess of an earlier process the subprocess doesn't start using the latest version number. (not quite sure if it is deliberately usi

[JBoss-user] [JBoss jBPM] - process continuation following task completion

2006-01-04 Thread guy.walker
I have a process containing a task node with a single task instance. The task can complete in one of two ways (Pass/Fail) and I want process execution to continue down the appropriate transition. i.e. TaskInstance.end(TransitionName) How do a specify this in the process definition? Do I put an

[JBoss-user] [JBoss jBPM] - Re: sub process return

2005-12-15 Thread guy.walker
Not sure this is your problem but you might want to read http://jira.jboss.com/jira/browse/JBPM-457 which talks about some bug linking parent process to sub process. I *seem* to have got round that problem by using saveProcessDefinition (from a GraphSession) to deploy the process rather than th

[JBoss-user] [JBoss jBPM] - subprocess doesn't pick up parent's variables

2005-12-15 Thread guy.walker
Hi, I've got a process that starts a subprocess, and I'd like to copy all the variables in the parent's execution context into the subprocess. I've attemped to create a mapping to the variables but this doesn't seem to do anything: i.e. I had hoped this would start a new instance of subpr

[JBoss-user] [JBoss jBPM] - Re: ProcessArchiveDeployerTask

2005-12-14 Thread guy.walker
I think it might be in org.jbpm.jpdl.par, the class is called ProcessArchiveDeployer Guy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912633#3912633 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912633 --

[JBoss-user] [JBoss jBPM] - Does jBPM 3 support oracle 8?

2005-12-14 Thread guy.walker
I've been trying to get jBPM 3 to work with an Oracle 8 database. It looks like the database schema on the WIKI for Oracle must be a jBPM 2 schema, as there are loads of tables missing in that document. Did the scema change significantly between 2 and 3? I've tried creating tables in line with t

[JBoss-user] [JBoss jBPM] - deploying process definition on oracle

2005-12-13 Thread guy.walker
I get an orcale error returned when trying to deploy a process definition. It seems to be attempting to do a select on a table called JBPM_PROCESSDEFINITION. However this table does not exist in the DB schema as outlined on the Wiki for oracle, in jbpm-ddl-updated.sql. Is that schema wrong for

[JBoss-user] [JBoss jBPM] - hibernate error on Tomcat with Oracle

2005-12-06 Thread guy.walker
I'm getting the following error with no other output in the Tomcat logs when my code attempts to buildjBPMSessionFactory. I assume I have something wrong in my hibernate.cfg.xml but don't know what. Here's the call chain: java.lang.NoClassDefFoundError: bsh/EvalError java.lang.Class.get