[JBoss-user] [JBoss jBPM] - Re: Migrating jbpm.varmapping from 3.0.1 to 3.1

2006-04-27 Thread fallow
I had was the class name used in varmappings. It should be [Ljava.lang.Long; not just [L Fallow View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939957#3939957 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[JBoss-user] [JBoss jBPM] - Re: Migrating jbpm.varmapping from 3.0.1 to 3.1

2006-04-27 Thread fallow
For more reference following is my jbpm.varmapping.xml that contains a second byte[] mapped to a random class letter ([Z) that throws the error: couldn't parse 'list' into a 'org.jbpm.configuration.ListInfo':

[JBoss-user] [JBoss jBPM] - Migrating jbpm.varmapping from 3.0.1 to 3.1

2006-04-27 Thread fallow
file and pointing jbpm.cfg.xml at that, but that threw SAXParser errors. Any thoughts? Do I need to update another property file somewhere? Thanks, Fallow View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939937#3939937 Reply to the post : http://ww

[JBoss-user] [JBoss jBPM] - Re: How do I retrieve Tasks for all Actors?

2006-03-10 Thread fallow
Mike, we have solved a number of these types of problems by creating our own SQL call and returning the data. You can easily get this list through direct SQL or HSQL. Something like the following I think gets you what you need. select * from JBPM_TASKINSTANCE where end_ is not null Eric Vi

[JBoss-user] [JBoss jBPM] - Re: GraphSession.deleteProcessInstance taking over 10 minute

2006-03-10 Thread fallow
Tom, Thanks for the response. We are currently using 3.0.1, is there a similar capability? The closest file I can locate to jbpm.cfg.xml is hibernate.cfg.xml, which does not map the services the same way. Thanks, Fallow View the original post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [JBoss jBPM] - GraphSession.deleteProcessInstance taking over 10 minutes pe

2006-03-09 Thread fallow
the data integrity of the other tables? Is there a way to disable creating these log entries? We are currently running JBPM 3.0.1. Any help would be appreciated. Thanks, Fallow View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929089#3929089 Reply t