[jboss-user] [jBPM Users] - Re: task & timers

2009-12-11 Thread jbosspnet
Thanks for the reply. The java code that I have supplied is in effect incorrect: the classes are not abstract. My processes are a little more complex, so I had simplified before post in the forum to avoid a lot of code. But the concept of the check executed in a specific range time in a manual

[jboss-user] [jBPM Users] - Re: task & timers

2009-12-11 Thread jbosspnet
Any idea for this? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4270133#4270133 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4270133 ___ jboss-user mailing list jbos

[jboss-user] [jBPM Users] - task & timers

2009-12-04 Thread jbosspnet
Hi. I am using Jbpm 3.2.3 on Jboss 4.2.3.GA. I have many processes where I have to check a condition in a manually or in a automatic way and the check have to be completed into a time range. For this target, I use the following task-node: | | | |

[jboss-user] [jBPM Users] - Re: Action associated with timer is not invoked

2009-10-26 Thread jbosspnet
Thanks for you reply. I also think that the problem is in configuration. Actually my jbpm.cfg.xml is | | | | | | | | | | | | | | | | | | | | | | As you see I have the entry: | Is it the same

[jboss-user] [jBPM Users] - Action associated with timer is not invoked

2009-10-26 Thread jbosspnet
Hi, I am using Jbpm 3.2.3 on Jboss 4.2.3.GA. I have the following simple process: | | | | | | | | | | | | | | | | | |

[jboss-user] [jBPM Users] - Re: Process archive classes:ClassNotFoundException

2009-10-13 Thread jbosspnet
But the EJB is already deployed into JBoss (in an ear) and so the EJB is already visible by clients (like NodeHandler class) with MANAGER_HOME_JNDI jndi name (I find it in the jmx-console). Why the process class loader finds NodeHandler class but not the ManagerHome class? Regards. View t

[jboss-user] [jBPM Users] - Process archive classes:ClassNotFoundException

2009-10-09 Thread jbosspnet
Hi all, I have installed JBpm 3.2.3 on JBoss 4.2.3.GA and I have created the following simple process: | | | | | | | | | | | | | | where NodeHandler is the delegatio

[jboss-user] [jBPM Users] - Re: Can JBPM manages more than one datasource?

2009-09-21 Thread jbosspnet
I try to change approach. Suppose I do not install JBPM in JBOSS (so I do not have the folder "jbpm" under the Jboss deploy directory but more important I have no dependicies with a datasource) and all the JBPM clients are web applications that can use a different datasource, deployed in JBOSS

[jboss-user] [jBPM Users] - Can JBPM manages more than one datasource?

2009-09-17 Thread jbosspnet
Hi all, I have installed JBPM 3.2.3 (with datasource hypersonic) on JBoss 4.2.3.GA. My goal is to have only one instance of JBPM under JBoss to manage more than one client, each with a different database (every database contains the JBPM_* tables and client specific tables). Can I deploy process a