[jboss-user] [JBoss jBPM] - Re: jBPM or pages.xml overloading / extending / composition

2007-07-04 Thread kukeltje
"utiba_davidr" wrote : Does this mean that there is not as yet a solution to my problem? Yes "utiba_davidr" wrote : Or does it mean I should tackle my problem differently in the mean time?Yes "utiba_davidr" wrote : If so, would you be able to kindly provide an example of how you would tackle

[jboss-user] [JBoss jBPM] - Re: jBPM or pages.xml overloading / extending / composition

2007-07-03 Thread utiba_davidr
Hey, Any feedback on this? I don't really need examples, just to know what I want to do is possible and a pointer in the right direction. But if it's not possible, anyone with ideas of how best to tackle it for now would be great as well. Thanks so much for your help, David View the origin

[jboss-user] [JBoss jBPM] - Re: jBPM or pages.xml overloading / extending / composition

2007-07-01 Thread utiba_davidr
Also, thanks for being so helpful and responsive. Sorry to have taken so long to respond, things have been a little hectic. Cheers, David View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059489#4059489 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss jBPM] - Re: jBPM or pages.xml overloading / extending / composition

2007-07-01 Thread utiba_davidr
Does this mean that there is not as yet a solution to my problem? Or does it mean I should tackle my problem differently in the mean time? If so, would you be able to kindly provide an example of how you would tackle based on the following scenario: At the product layer we have say, a page that

[jboss-user] [JBoss jBPM] - Re: jBPM or pages.xml overloading / extending / composition

2007-06-28 Thread kukeltje
uhmm... one thing... this is only for subprocesses in jpdl... not for pageflow yet!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058733#4058733 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058733

[jboss-user] [JBoss jBPM] - Re: jBPM or pages.xml overloading / extending / composition

2007-06-28 Thread kukeltje
This is all due to the very flexible design of jbpm (and it will be even better for the 4.0 release). Docs still need updating though... (but that is also true for the late binding etc.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058732#4058732 Reply to

[jboss-user] [JBoss jBPM] - Re: jBPM or pages.xml overloading / extending / composition

2007-06-28 Thread damianharvey
Thanks. Speedy stuff. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058728#4058728 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058728 ___ jboss-user mailing list jboss-use

[jboss-user] [JBoss jBPM] - Re: jBPM or pages.xml overloading / extending / composition

2007-06-28 Thread kukeltje
ahh... what the h already committed, INCLUDING a testcase View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058722#4058722 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058722

[jboss-user] [JBoss jBPM] - Re: jBPM or pages.xml overloading / extending / composition

2007-06-28 Thread kukeltje
if you want it now, apply this patch to the source of 3.2.1 | ### Eclipse Workspace Patch 1.0 | #P jbpm.3-clean | Index: jpdl/jar/src/main/java/org/jbpm/graph/node/ProcessState.java | === | RCS file: /cvsroot/jbpm/jbpm.3/j

[jboss-user] [JBoss jBPM] - Re: jBPM or pages.xml overloading / extending / composition

2007-06-28 Thread kukeltje
But see http://jira.jboss.com/jira/browse/JBPM-1004 I already implemented this... committing will be tonight View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058714#4058714 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss jBPM] - Re: jBPM or pages.xml overloading / extending / composition

2007-06-28 Thread kukeltje
Correction there is something like a customsubprocessresolver... that can be used to achieve this. Look at the testcases in the source!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058680#4058680 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss jBPM] - Re: jBPM or pages.xml overloading / extending / composition

2007-06-28 Thread kukeltje
"damianharvey" wrote : Dynamic process composition would be very useful. Is this something that is being worked on? No "damianharvey" wrote : | Is there any way to achieve the same effect with the current release? No, not as far as i know Please file a jira issue for this. View the original

[jboss-user] [JBoss jBPM] - Re: jBPM or pages.xml overloading / extending / composition

2007-06-28 Thread damianharvey
Dynamic process composition would be very useful. Is this something that is being worked on? Is there any way to achieve the same effect with the current release? Thanks, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058622#4058622 Reply to the po

[jboss-user] [JBoss jBPM] - Re: jBPM or pages.xml overloading / extending / composition

2007-06-28 Thread kukeltje
Don't know about extending and overloading but pageflow composition (http://jira.jboss.com/jira/browse/JBSEAM-157 ?) would be an option. What I personnaly would like is a dynamic processcomposition. This way you can have one big main process, but runtime decide which subprocess to load for a sp

[jboss-user] [JBoss jBPM] - Re: jBPM or pages.xml overloading / extending / composition

2007-06-28 Thread avbentem
Oops, excuse me for my previous reply. I did not yet dive into the posts in the Seam forum, and apparently in that specific topic you and Gavin King decided that this question was better asked in the jBPM forum -- and you even linked here. Good! So: I hope you'll find your answer here. At least

[jboss-user] [JBoss jBPM] - Re: jBPM or pages.xml overloading / extending / composition

2007-06-28 Thread avbentem
utiba_davidr | Joined: Sat Jun 23, 2007 08:52 AM First of all: welcome to the JBoss forums. The subject of your question is promising! But... I don't know about the other members, but in general I have a strong objection against posting the very same question in multiple forums. A usenet-like