[jBPM] - JBPM5 production approach
by sagar dhumal
sagar dhumal [https://community.jboss.org/people/dsagar1234] created the discussion
"JBPM5 production approach"
To view the discussion, visit: https://community.jboss.org/message/805795#805795
--------------------------------------------------------------
Hi all,
After going through forums,blogs and tutorial for couple of days to get famalier with JBPM,I have couple
of questions before using JBPM as workflow solution
1. I had set up enviroment using JBPM INSTALLER.As per my understanding it uses ANT scripts to install
DB and other related web applications such as jbpm-console,GWT server.Also database schema gets created
through hibernate when web applications gets deployed.
My concern is in production enviroment DBA wont allowed to create DB schema through application or we can say ant script.
So is there any DDL script to install schema on diffrent database.
2.If DDL scripts are not there is below startergy is fine in production env.
a.create DDL scripts from dev DB installed through ant script and execute that scripts in production DB.
b.instead of creating DATASOURCE through ant scripts, create datasource manually and point it to DB created in step A.
c.Deploy 5 web applications manually on production JBOSS AP,since these applications are required for process managment e.g GWT serever required
to manage process through REST API and JBPM console is required checking process status and so on.
3.If above approach is not good for production can someone please tell me steps to deploy
processes in production with diffrent database and standalone JBOSS AS without ant script.
4.Also for process versioning or reository purpose it is recoomended to use GUVNOR repository.As per my understanding
we used to create process in eclipse and synch it to GUVNOR repository through plugin.But how could this approach is going to work in production.
Is there any way so we can build package from DEV repository and deploy it on production repository.
5.If anyone has deployed JBPM in production please let me know your suggestions and approach for it.
I will really appreciate your help guys.
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/805795#805795]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
13 years
[jBPM] - 'Timer' inside task is not running
by Farhan Masood
Farhan Masood [https://community.jboss.org/people/farhan.masood] created the discussion
"'Timer' inside task is not running"
To view the discussion, visit: https://community.jboss.org/message/805778#805778
--------------------------------------------------------------
Hi all,
I am new in the world of JBPM. I want task-node to be available to the user for a defined duration for e.g. 2 hours, 10 hours etc. If user sends response (using task-node) then its fine otherwise I want to end that task. I searched a lot over the net and got a few examples of 'Timers' inside task-node but I have got stuck here. The code is as follows,
I have following questions,
1. Do I need to add 'Timer' inside task-node (above task tag) or inside task tag ?
2. Why this 'Timer' is not running ? (Do I need to do any configuration in web.xml or jbpm.config.xml ? like making entry of JobExecutorLauncher servlet context listener in the web app deployment descriptor ?)
Waiting for your valuable reply.
Thanks.
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/805778#805778]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
13 years