[JBoss-user] [JBoss jBPM] - Re: How to invoke a business process in JBoss

2006-07-07 Thread brado
"cpob" wrote : The thing is, you HAVE to do one of those. You have to deploy a process definition to the jBPM engine for it to be available. Once it is deployed, it is forever in the database, which will never have to be deployed again (even between server restarts). cpob, Thanks for the rep

[JBoss-user] [JBoss jBPM] - Re: How to invoke a business process in JBoss

2006-07-07 Thread brado
Ronald, First off, thank you for the reply. Any help I can get is appreciated. Second, with regards to your comment: > To be honest without wanting to offend you, I think you do not (yet) > have a pretty good understanding of the components of jBPM. I'd just ask you to consider your motivati

[JBoss-user] [JBoss jBPM] - How to invoke a business process in JBoss

2006-07-07 Thread brado
I've gone through most of the examples, which address primarily the manual loading of a process definition and invocation (signaling) of processes. I also have successfully executed tests for using an Oracle db for the jBPM schema. What I would like to do now is actually invoke a business proces

[JBoss-user] [JBoss jBPM] - Re: JBPM without starter kit

2006-07-07 Thread brado
"[EMAIL PROTECTED]" wrote : If you copy the .sar remember also to setup your database as per chapter 8 of the guide. Once you've done that everything should work - you will still need to write your own facade into the jBPM engine. There are no out of the box session beans provided. Can you ex

[JBoss-user] [JBoss jBPM] - Re: How do I complete switch of JBPM db to Oracle from Hyper

2006-07-06 Thread brado
Roy, Thank you so much for your reply. I'm going through this now and I'll let you know how it goes. Brad View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956026#3956026 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [JBoss jBPM] - jbpm.sar deployment from ant file lost when server is restar

2006-07-05 Thread brado
I am using the jbpm starters kit. When I invoke the deploy.service.archive target from the build.deploy.xml ant file, I successfully deploy my sar (service archive). However, if I then stop and restart jboss, the deployed service is no longer there. If I then go check the server configuration's

[JBoss-user] [JBoss jBPM] - Database configuration confusion in the starter's kit

2006-07-05 Thread brado
Presently I am opening up generated jar files in the starter's kit (jbpm directory) to try to figure out how to change JBoss to use another database (Oracle) instead of the default Hypersonic db. The documentation is incomplete and doesn't completely address this, unless there is some part of th

[JBoss-user] [JBoss jBPM] - How do I complete switch of JBPM db to Oracle from Hypersoni

2006-07-05 Thread brado
I have downloaded the jBPM starter's kit, read the user guide, and all jBPM and jBPM-db readmes. It seems that the subject of configuring jBPM and the subsequent deployment to an actual JBoss server instance is an uncovered topic. The only documentation I can find seems to only address how to ru

[JBoss-user] [JBoss jBPM] - Re: Database script creation not working

2006-07-03 Thread brado
See this post for a solution: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=86076 Brad View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955139#3955139 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955139 Us

[JBoss-user] [JBoss jBPM] - Re: Bug in org.jbpm.db.JbpmSchema / jbpm-db build.xml which

2006-07-03 Thread brado
Sorry about this crummy post -- see the real one at: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=86076 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955138#3955138 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[JBoss-user] [JBoss jBPM] - Bug in org.jbpm.db.JbpmSchema / jbpm-db build.xml which brea

2006-07-03 Thread brado
Sorry about the first post...forgot to dilineate the code: There is a bug in the functionality of the jbpm-db's build.xml in conjunction with its interaction with the org.jbpm.db.JbpmSchema class. In this class, the conditional test which determines whether scripts should be generated expects e

[JBoss-user] [JBoss jBPM] - Bug in org.jbpm.db.JbpmSchema / jbpm-db build.xml which brea

2006-07-03 Thread brado
There is a bug in the functionality of the jbpm-db's build.xml in conjunction with its interaction with the org.jbpm.db.JbpmSchema class. In this class, the conditional test which determines whether scripts should be generated expects exactly 3 arguments: ... } else if ( (args!=null)

[JBoss-user] [JBoss jBPM] - Database script creation not working

2006-07-03 Thread brado
I am trying to run the database creation script target to create Oracle database scripts for jBPM, in the jbpm-db of the jbpm starters kit distribution, specifically using: ant oracle.scripts The execution of this target says that it succeeds, with the following output: -- $ ant oracle

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: IllegalAccessError initializing ehcache.CacheManager

2006-07-02 Thread brado
Did you find a solution to this? I am having the same issue on a vanilla installation of the jBoss 4.0.4.GA and a vanilla build of jbpm 3.0.3. Let me know...thanks! Brad View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954926#3954926 Reply to the post : htt

[JBoss-user] [JBoss jBPM] - Re: How to invoke a deployed business process

2006-05-23 Thread brado
Can anyone help me with this? What is the proper way to invoke a business process deployed in JBoss from Java code (like a servlet). Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945836#3945836 Reply to the post : http://www.jboss.com/index.html?m

[JBoss-user] [JBoss jBPM] - Re: Process skipping Node during execution

2006-05-23 Thread brado
Thanks Ronald! Brad View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945833#3945833 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945833 --- All the advantages of Li

[JBoss-user] [JBoss jBPM] - How to invoke a deployed business process

2006-05-20 Thread brado
>From the JUnit test classes that comes with the samples, I can see how to >invoke a stand-alone business process. But once a business process is >deployed, how do I invoke a deployed business process from a Java class? Basically the use case I have is this: I would like to have the jbpm engine

[JBoss-user] [JBoss jBPM] - Re: Process skipping Node during execution

2006-05-20 Thread brado
Does the Action handler defined as a part of the event child of the Node count? If not, then what purpose do these events serve? Thanks, Brad View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945112#3945112 Reply to the post : http://www.jboss.com/index.html?

[JBoss-user] [JBoss jBPM] - Re: Process skipping Node during execution

2006-05-19 Thread brado
Oops...sorry about that...here's my process definition again. | | | | | | | | | | | | | | Brad View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945011#3945011 Reply t

[JBoss-user] [JBoss jBPM] - Process skipping Node during execution

2006-05-19 Thread brado
I have a simple process definition that looks like this: Start -> NodePingNode -> End The NodePingNode contains a custom handler, and I am trying to use a simple JUnit TestCase to trace through the execution of the process. During execution, the only nodes that appear to be executing are the St