[JBoss jBPM] - Re: JBPM console
by kukeltje
"kiranshenoy" wrote :
| Is the only access to kick off a process is via JBPM console ?
No, you can also use the api, or seam but that can be read on many places
"kiranshenoy" wrote :
| How can i change the look and feel of the console.
via CSS
"kiranshenoy" wrote :
| Are there any demos out there to check JBPM out ?
You just did... at least you mention below you did.
"kiranshenoy" wrote :
| I downloaded and setup JBPM suite, ran a sample. But when i click on next button, i was expecting to go to that screen. Instead, I had to go back to the task and them get back to see the next screen. This is often the case when one task has one screen. The next task is most likely for someone else. The console is rudimentary and not meant for end-users to be used. It's mainly for admins. and RAD purposes. Most people develop their own GUI and/or use it with Seam/JSF/...
"kiranshenoy" wrote :
| Some one please throw some light whether this is how it works ? 1 Lumen enough?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176676#4176676
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4176676
17 years, 6 months
[JBoss jBPM] - Re: jBPM 3.2.1 on AS 4.2.1
by xalperte
Well, it seems that i found the problem. The JBoss Portal has a module to manage the "CMS Approval" and "User Registration" as a jBPM processes. That module initializes and exposes the jBPM as a MBean service inside the portal.
Looking inside the "jboss-portal.sar/portal-workflow.sar/META-INF/jboss-services.xml" there are not way to configure those services in order to use the EJBs registered in the enterprise.ear file of the jPDL Distribution. I think that the JBoss Portal team could improve that behaviour in order to allow define and manage processes through the standard jbpm-console, and also share the BPM System with other applications.
Well, i'm going to do the following tasks and when I finish I will publish the results here.
Tasks:
|
| Create a JEE maven2 project (rudder-jbpm-enterprise.ear)
| - Add jbpm-console.war as a dependency.
| - Add the enterprise.jar source code. We need to do that because the enterprise.jar does not exposes the JbpmConfiguration instance, needed by the Portal services.
|
| Create a JAR maven2 project (to be deployed into the "server/default/jboss-portal.sar/lib directory")
| - Implements a new version of the "portal-workflow.sar" services. Those new versions will serve as a gateway between the Portal and the "jBPM MBean" instead of initialize the jBPM as an standalone application.
|
| Manual configurations:
| - sever/default/conf/login-config.xml: modify the application-policy for the "jbpm" in order to use the Portal Users tables.
| | - jboss-portal.sar/portal-workflow.sar/META-INF/jboss-services.xml: modify the services implementation classes reference.
|
| I hope this solve the problem.
|
| Regards,
| Javier
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176572#4176572
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4176572
17 years, 6 months