[jboss-user] [JBoss jBPM] - Re: Problem with a decision node in a fork, join construct.

2008-12-22 Thread janvandeklok
Hi all, Although the lock="UPGRADE" without the session.flush() solves the problem in 3.3.0.GA, the same solution in version 3.2.3 does not work. For our company this is not a problem, we can switch to 3.3.0.GA easily since we do not run production right now. I thought this was valuable

[jboss-user] [JBoss jBPM] - Re: process variable not persisted when changed in sub proce

2008-12-19 Thread janvandeklok
The problem is fixed! It was caused by an programming error and had nothing to do with the JBPM framework. My humble appologies to the people who spend time on this. We are new to JBPM so we make some mistakes now and then :-)) Jan View the original post : http://www.jboss.com/index.html?

[jboss-user] [JBoss jBPM] - Re: Problem with a decision node in a fork, join construct.

2008-12-18 Thread janvandeklok
Ronald, i've send you an email using ron...@jbpm.org. Do you still use that email address?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197520#4197520 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197520 ___

[jboss-user] [JBoss jBPM] - Re: Problem with a decision node in a fork, join construct.

2008-12-18 Thread janvandeklok
To All, Specifying the lock="UPGRADE" on the join node does the trick!! Even without the call to session.flush() in the join class. I want to thank all of you for your great support!!! Hopefully the fix for this bug can be included in the next release. Thanks again! Jan View the origin

[jboss-user] [JBoss jBPM] - Re: Problem with a decision node in a fork, join construct.

2008-12-17 Thread janvandeklok
Martin, can we set the lock attribute in the processdefinition.xml?? Not according to the documentation imho. Jan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197124#4197124 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss jBPM] - Re: No auto-id for jbpm when running on Oracle

2008-12-16 Thread janvandeklok
Ai Martin shame on me!!! We have 2 hibernate.cfg.xml deployed in the jboss server: 1 that comes with the JBPM installation and 1 that was generated by SEAM for our application. Since JBPM did create-drop the jbpm tables and that behaviour was NOT specified in the JBPM hibernate.cfg.xml

[jboss-user] [JBoss jBPM] - No auto-id for jbpm when running on Oracle

2008-12-16 Thread janvandeklok
Hello, We are running seam/jbpm on oracle. The jbpm version is 3.3.0 GA We ran into several problems that we did not experience when running the stuff on HSQLB. One of the problems (and this is probably also the cause for other oracle related problems) is that oracle does not have auti-id f

[jboss-user] [JBoss jBPM] - No auto-id generation for JBPM running on Oracle

2008-12-16 Thread janvandeklok
Hello, We are running seam/jbpm on oracle. The jbpm version is 3.3.0 GA We ran into several problems that we did not experience when running the stuff on HSQLB. One of the problems (and this is probably also the cause for other oracle related problems) is that oracle does not have auti-id f

[jboss-user] [JBoss jBPM] - Process deployment from eclips plugin fails when running on

2008-12-16 Thread janvandeklok
Hello, we're using seam / jbpm running on a oracle 10g database. Among some other problems (see ohter threads) we cannot hot deploy a process from the jpdl designer eclipse plugin. (This hot deployment does work OK when jbpm is running on HSQLDB) I suspect it is related to the problem that

[jboss-user] [JBoss jBPM] - Re: Problem with a decision node in a fork, join construct.

2008-12-16 Thread janvandeklok
Ronald, I will post some new treads about the other oracle related problems soon. But the main issue there is (as far as I can see) that the oracle implementation does not auto increment the id fields. Apart from creating a hibernate-sequence, the jbpm (or hibernate) does not seem to use tha

[jboss-user] [JBoss jBPM] - Re: Problem with a decision node in a fork, join construct.

2008-12-15 Thread janvandeklok
Ronald, Excuse me, you are right about the code snippet. I pasted the the wrong code in here. This is the correct code: | if ( parentToken != null ) { | | JbpmContext jbpmContext = executionContext.getJbpmContext(); | Session session = (jbpmContext!=null ? jbp

[jboss-user] [JBoss jBPM] - Re: Problem with a decision node in a fork, join construct.

2008-12-15 Thread janvandeklok
Ronald, the code snippet came from the source code that was shipped with the 3.3.0 GA release download. I assumed that this is 3.3.0. code!!! Martin, your stripped version exposes the problem correctly I think although such a situation is hypothetical. But I think a fork that transitio

[jboss-user] [JBoss jBPM] - Re: Problem with a decision node in a fork, join construct.

2008-12-15 Thread janvandeklok
The version 3.2.3 has the same (faulty) result. We switched to 3.3.0 in the hope that this problem was fixed in that version. :-(( Jan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196594#4196594 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss jBPM] - Re: process variable not persisted when changed in sub proce

2008-12-15 Thread janvandeklok
Ronald, Wat let je? Leuke tent, goede voorwaardes, uitdagende projecten. Goede mensen altijd welkom. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196592#4196592 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss jBPM] - Re: Problem with a decision node in a fork, join construct.

2008-12-15 Thread janvandeklok
The lockMode = "FORCE". This is what the debugger says. I don't know where to look for in the database for the lock mode in the join table??? the parentToken that will be locked has a node attribute that called Fork !! The token that is referred to in the exception has a node reference to the Fo

[jboss-user] [JBoss jBPM] - Re: Problem with a decision node in a fork, join construct.

2008-12-15 Thread janvandeklok
Martin, The token for which the update fails belongs to the fork and not the join according to the database. Mayby this will help you solving the problem. Jan[/img] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196561#4196561 Reply to the post : http://

[jboss-user] [JBoss jBPM] - Re: Problem with a decision node in a fork, join construct.

2008-12-15 Thread janvandeklok
Martin, Just posted the test result before your last response Jan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196560#4196560 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196560 ___

[jboss-user] [JBoss jBPM] - Re: Problem with a decision node in a fork, join construct.

2008-12-15 Thread janvandeklok
The session.flush() does not seem to make any difference! Changed the code in class Join as follows: 109 if (session!=null) { | 110 LockMode lockMode = LockMode.FORCE; | 111 if (parentLockMode!=null) { | 112 lockMode = LockMode.parse(parentLockMode); |

[jboss-user] [JBoss jBPM] - Re: Problem with a decision node in a fork, join construct.

2008-12-15 Thread janvandeklok
Yes, I will do that and let you know about the result. Thanks for your quick response guys! Jan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196537#4196537 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196537

[jboss-user] [JBoss jBPM] - Re: process variable not persisted when changed in sub proce

2008-12-15 Thread janvandeklok
forget my previous response, wrong thread! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196535#4196535 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196535 ___ jboss-user m

[jboss-user] [JBoss jBPM] - Re: process variable not persisted when changed in sub proce

2008-12-15 Thread janvandeklok
Martin, It certainly looks like a deja vu! In the current code of 3.3.0. ther is no flush before the session.lock method. Was the calling the flush before taking the lock the solution to the problem?? If so, will this be fixed soon?? Jan View the original post : http://www.jboss.com/in

[jboss-user] [JBoss jBPM] - Re: Problem with a decision node in a fork, join construct.

2008-12-15 Thread janvandeklok
Martin, I think it looks like the same problem, will ther be a fix for this soon?? Jan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196529#4196529 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196529 _

[jboss-user] [JBoss jBPM] - Re: Problem with a decision node in a fork, join construct.

2008-12-15 Thread janvandeklok
Ronald, We use transaction level Read-committed as adviced in the documentation. | JbpmDS | TRANSACTION_READ_COMMITTED | | We also tried an XA datasource but that gave the same result. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss jBPM] - Problem with a decision node in a fork, join construct.

2008-12-15 Thread janvandeklok
Hello, I'm using jbpm 3.3.0. and we noticed a problem with the following process construction: a fork that splits into 3 decision nodes, these decision nodes transition to either a task node or directly toi the join. Transitions from the decision to the task node are OK, transitions from th

[jboss-user] [JBoss jBPM] - process variable not persisted when changed in sub process

2008-12-15 Thread janvandeklok
Hello. We have installed JBPM 3.3.0 for evaluation purposes. During testing we ran into some problems when using subprocesses. According to the documentation, a variable defined in a subprocess should be saved in the "main"process when the subprocess ended. This does not seems to be the case i

[jboss-user] [JBoss jBPM] - Re: JBPM-3.3.0 login issues

2008-12-14 Thread janvandeklok
They are missing in the 3.3.0 version. I took them from the 3.2.3 version: create table JBPM_ID_GROUP (ID_ number(19,0) not null, CLASS_ char(1 char) not null, NAME_ varchar2(255 char), TYPE_ varchar2(255 char), PARENT_ number(19,0), primary key (ID_)); create table JBPM_ID_MEMBERSHIP (ID_ numb

[jboss-user] [JBoss jBPM] - Re: jBPM-3.3.0.GA Released

2008-12-03 Thread janvandeklok
That great! But. I have some problems with running the console of 3.3.0 How do I provide the users and passwords ? In previous versions we added a users.properties and roles.properties file to the consoles war classpath, but this does not work in this version. I could not find how to so

[jboss-user] [JBoss jBPM] - Re: Problem with JBPM running on Oracle

2008-11-05 Thread janvandeklok
Since the jboss seam console (jbpm-enterprise.ear) does not contain a hibernate.cfg.xml file, it is my assumption that seam/hibernate takes the dialect from the in the jbpm-ds.xml which contains in my case : Oracle9i I can see in the log file that the oracle 10G dialect is used for datasource

[jboss-user] [JBoss jBPM] - Re: Problem with JBPM running on Oracle

2008-11-02 Thread janvandeklok
Thanks for the hint. I'll check it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186304#4186304 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186304 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Problem with JBPM running on Oracle

2008-10-31 Thread janvandeklok
Hi, I'm a newbie for JBPM so bear with me... We had JBPM 3.2.3 running on JBOSS app server using Hypersonic as db. We had cdeployed som processes, tested them with the jbpm-console and everything seemed to work fine. Then we replaced the hypersonic db by an Oracle 10g database. When starting t