[Design of JBoss jBPM] - Re: process patch files
by brittm
Bernd, deploying a new process and migrating is not a feasible option for large, complicated, long running process.
When we take a new order, we don't have one process. Under one new order we spawn an order validation process, a credit check process, multiple service processes for each type of service on the order, each service process can spawn various vendor service order processes, etc., etc. Each new order can easily represent 15 processes of various types that are all interwoven together at some level. There is nothing unusual about our business; its typical telecom.
In this environment, it is rare that migration is an option. While late binding of subprocesses helps a lot, there are simply times when we must update processes in place. What Tom was proposing greatly helps us do that (what we're going to do anyway) in as safe a way as possible.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053594#4053594
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053594
18 years, 10 months
[Design of JBoss Build System] - Re: What is this circular dependency issue in common-core?
by pgier
"scott.stark(a)jboss.org" wrote : It still was not building for me:
|
|
| | [starksm@succubus common-core]$ mvn release:prepare -DdryRun=true
| | etc...
| |
|
| until I updated my local repository maven2/jboss/jboss-common location to pull in the new parent pom.
|
Sorry about that, I guess when it looked in the relative path, it only found the new snapshot version. And the common-core pom didn't have the jboss repository listed, so it didn't know to get it from there.
I changed the common projects so that they now extend directly from the jboss-parent. And they now have the appropriate repository configuration so that they can find the parent.
The common projects will also be getting a group ID of "org.jboss" now instead of just "jboss". This will follow the maven conventions a little better, and allow us to differentiate open source projects vs. commercial projects (com.jboss) in the future if we want to.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053581#4053581
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053581
18 years, 10 months