[JBoss-user] [JBoss jBPM] - Re: Role of JbpmThreadsServlet & CommandExecutorThread

2006-05-24 Thread itsmeprash
Please HELP View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946393#3946393 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946393 --- All the advantages of Linux M

[JBoss-user] [JBoss jBPM] - Re: Create ProcessDefinition Manually

2006-05-24 Thread itsmeprash
Thank you Kevin. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946387#3946387 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946387 --- All the advantages of Linux

[JBoss-user] [JBoss jBPM] - Re: Role of JbpmThreadsServlet & CommandExecutorThread

2006-05-24 Thread itsmeprash
Since i did not get any reply i decided to plugin the jbpmConfiguration using | Changes to org.jbpm.web.JBPMThreadsServlet.java | | ApplicationContext ctx = | WebApplicationContextUtils.getRequiredWebApplicationContext(getServletContext()); | | JbpmConfiguration j

[JBoss-user] [JBoss jBPM] - Re: Create ProcessDefinition Manually

2006-05-23 Thread itsmeprash
Thanks for your reply kevin. I would like create the ProcessDefinition and Tasks as i go through the WebApplication using the 3rd option you mentioned. Program [has multiple]---Projects--[has multiple]Tasks. Projects is same as ProcessDefn. Program is basically used to group multi

[JBoss-user] [JBoss jBPM] - Create ProcessDefinition Manually

2006-05-22 Thread itsmeprash
Hi, I would like to create the ProcessDefinition xml file manually through a web interface instead of the graphical editor (as plugin for eclipse) provided by jbpm. Has anybody tried doing this? how did you approached this? Anybody using a different approach other than graphical editor. Tha

[JBoss-user] [JBoss jBPM] - Re: Role of JbpmThreadsServlet & CommandExecutorThread

2006-05-22 Thread itsmeprash
Should i modify the JbpmThreadsServlet to pass the JPBMConfiguration from the Spring appContext. Thanks Prashanth View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945318#3945318 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[JBoss-user] [JBoss jBPM] - Role of JbpmThreadsServlet & CommandExecutorThread

2006-05-21 Thread itsmeprash
Hi, I think i was able to plugin jbpm into my spring app. Curious about the role of JbpmThreadsServlet & CommandExecutorThread. Coz., since my session and transaction is defined in spring and also jbpmContext is defined in spring, should i modify JbpmThreadsServlet and pass the jbpmConfigura

[JBoss-user] [JBoss jBPM] - Re: Spring + jBPM 3.1 + Single Hibernate Session

2006-05-21 Thread itsmeprash
Sorry my mistake. So sad that i did not think Message.hbm.xml would be looking for other files coz., it does a join on another table. Once i mentioned all the hbm files it works now. Thanks Prash View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945161#3945161

[JBoss-user] [JBoss jBPM] - Re: Spring + jBPM 3.1 + Single Hibernate Session

2006-05-21 Thread itsmeprash
I am trying to work with Tomcat + Struts + Spring + JBPM. I am trying this simple thing and it fails. The context fails to start with an error "startup failed due to previous errors". If i comment just the reference to the hbm.xml file my context works fine. | | | |

[JBoss-user] [JBoss jBPM] - Integrate Spring and JBPM. PLEASE HELP!!!!

2006-05-21 Thread itsmeprash
Hi, I would like to integrate jbpm into my existing Spring + Struts + Hibernate application. I did look at the spring-jbpm module but i don't know how to configure this. I am using the jbpm webapp as an example to configure jbpm into my application. I am sure there must be many who were abl