[jboss-user] [JBoss jBPM] - How to cleanup jbpm database

2007-10-10 Thread sparklehorse
I would like to know which is the standard procedure to cleanup a jbpm database instance after a period of working. We are still in the testing phase and, for example, jbpm_byteblock has grown to 12522579 rows for a total size of 14 GB Main questions are: - The list of table which stores

[jboss-user] [JBoss jBPM] - Re: jBPM in Websphere 6.0

2007-09-28 Thread sparklehorse
I've tried the approach of deploying jbpm-console.war under websphere 6.1.0.3 (previously i've modify WEB-INF/classes/hibernate.cfg.xml changing the db driver for my needs) i've added hibernate jars which was a documented suggestion Then i get [9/28/07 8:52:39:493 CEST] 001e WebApp

[jboss-user] [JBoss jBPM] - Re: Why my condtion doesn't get evaluated?

2007-06-27 Thread sparklehorse
sparklehorse wrote : kukeltje wrote : Remaining question: did you upgrade from a 3.1 version: | | | | http://jira.jboss.com/jira/browse/JBPM-854? | | | | Or use mysql 5.0? | | | | debugging the decisioncode requires adding a debug statement in the source to see what

[jboss-user] [JBoss jBPM] - Re: Why my condtion doesn't get evaluated?

2007-06-26 Thread sparklehorse
kukeltje wrote : did you search the forum (e.g. with google or the search above on the left, small blue text)) | | Has been discussed lots of times... first see if there is some info in there. | | Besides that ALWAYS report you jboss version, db used, jdk etc...etc...etc... i'm a

[jboss-user] [JBoss jBPM] - Re: How to activate log in jbpm (3.2.GA)

2007-06-26 Thread sparklehorse
sparklehorse wrote : I can't find out how to see what jbpm is doing | When i use jbpm-enterprise.ear and test my process i see log detailed | on stdout, but when i embed the engine in my ear jbpm | does not log nothing. | | I have unpacked jbpm-enterprise.ear to find some | log4j.xml

[jboss-user] [JBoss jBPM] - Re: Why my condtion doesn't get evaluated?

2007-06-26 Thread sparklehorse
I've tried without luck also a simplified scenario with all possible conditon syntax | decision name=CheckState | transition name=tr2 to=node2 | conditionstatus=='DO NOT GO HERE'/condition | /transition

[jboss-user] [JBoss jBPM] - Re: Why my condtion doesn't get evaluated?

2007-06-26 Thread sparklehorse
jboss 4.0.5.GA JBPM 3.2.GA JDK 1.5 thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057632#4057632 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4057632 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: Why my condtion doesn't get evaluated?

2007-06-26 Thread sparklehorse
kukeltje wrote : Remaining question: did you upgrade from a 3.1 version: | | http://jira.jboss.com/jira/browse/JBPM-854? | | Or use mysql 5.0? | | debugging the decisioncode requires adding a debug statement in the source to see what gets evaluated. no upgrade, just fresh install

[jboss-user] [JBoss jBPM] - How to activate log in jbpm (3.2.GA)

2007-06-23 Thread sparklehorse
I can't find out how to see what jbpm is doing When i use jbpm-enterprise.ear and test my process i see log detailed on stdout, but when i embed the engine in my ear jbpm does not log nothing. I have unpacked jbpm-enterprise.ear to find some log4j.xml or whatever without luck any hints? View

[jboss-user] [JBoss jBPM] - Why my condtion doesn't get evaluated?

2007-06-23 Thread sparklehorse
I have this snippet process definition | decision name=CheckState |transition name=tr2 to=node2 | condition#{JBpmService.status=='DELETED'}/condition | /transition | transition name=tr3 to=node3 |

[jboss-user] [JBoss jBPM] - jbpm 3.2.GA and mysql

2007-06-22 Thread sparklehorse
Hello, I've downloaded the starter kit 3.2.GA I was able to run it on my localhost but i need to make it run on a jboss 4.0.5GA with mysql which will be my production environment. I read this thread http://www.jboss.com/index.html?module=bbop=viewtopicp=4031188#4031188 but i can't understand

[jboss-user] [JBoss jBPM] - Re: jbpm 3.2.GA and mysql

2007-06-22 Thread sparklehorse
I was able to make it run using this approach: - execute in mysql the incomplete jbpm.jpdl.mysql.sql provided in the starter kit - manually create the missing tables create table JBPM_ID_GROUP ( | ID_ bigint not null auto_increment, | CLASS_ char( 1) not null, | NAME_

[jboss-user] [JBoss jBPM] - Re: jbpm 3.2.GA and mysql

2007-06-22 Thread sparklehorse
it could be but it's very diffucult to understand that instruction to setup mysql are under jbpm on tomcat while i'm installing on jboss Anyway thanks for the suggestion View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057088#4057088 Reply to the post :