[jboss-dev-forums] [Design of JBoss jBPM] - Re: process deployment from WAR file
kukeltje
do-not-reply at jboss.com
Mon Aug 14 16:19:03 EDT 2006
"tom.baeyens at jboss.com" wrote : i'll rephrase to see if i get you correctly:
|
| You want to make a process archive a part of the deployment structure (=available to the classloader or in a deployment directory).
|
Yes
"tom.baeyens at jboss.com" wrote : Then, you want to discover all the deployed process archives on the deployment directory and deploy them to the jbpm db.
No, I was thinking to have a servlet configured in this specific war (the code of the servlet is in the generic jbpm.jar if that works, or a small jbpm-deploy.jar in the WEB-INF/lib). This startup servlet gets the pd from the WEB-INF and deploys it to the db. But if what you propose can be done in a generic (App server independent) way, I'm all for it.
"tom.baeyens at jboss.com" wrote : The hashing of process archives is the solution you propose for making the distinction between processes that are already deployed and processes that need to be (re)deployed. This to overcome the difference in lifecycle of a deployed process versus the java/webapp deployment lifecycle.
Correct
"tom.baeyens at jboss.com" wrote : right?
Most of it (or all if the second question goes in your favour)
"tom.baeyens at jboss.com" wrote : in the recent drools discussions, i realized that there are many ways to go from sources to deployments and developers are used to the different java deployment strategies. In more general terms: I'm still looking at how we can create a unified deployment model that would provide a similar picture to java, servlet, process, rules and other deployments.
|
| It seems that we're now trying to embed our deployment model in the known existing deployment models, rather then to try and unify all of them.
Correct, if rules come into play that is another level, and what to think of services on the ESB?
Configuration management only gets more and more difficult. Where is the good old one ear deployment. 20MB, everything in it. :-)))
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965105#3965105
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965105
More information about the jboss-dev-forums
mailing list