[jboss-user] [JBoss jBPM] - Re: process-end behavior

2008-09-09 Thread greenHand
Firstly, the process instance was associated with the old definition so it was correct that the email was sent. My bad. Now I have a new process instance associated with the new definition (below). Now even both node A and B complete successfully, the email was never sent. The reason is the eve

[jboss-user] [JBoss jBPM] - process-end behavior

2008-09-08 Thread greenHand
I am wondering event type process-end does. I have two nodes (A and B) forked from a parent node and joined back to a subsequent node. Node A has an action to send email notification. A is not JBPM email node. It just sends through a regular smtp service. Node B has an action to execute some

[jboss-user] [JBoss jBPM] - Process Escalation

2008-06-06 Thread greenHand
I am not sure if this is achievable. Hopefully someone here can give me some advice. The idea is to have a pool of actors. When a request comes, anyone in the pool can pick up the task and approve this request. Since none of them will be monitoring the request, I need to send an email to only o

[jboss-user] [JBoss jBPM] - Email Bcc adn attachment

2008-06-06 Thread greenHand
Can jBPM support putting email address in the CC and BSS field, as well as attach files to the email? The MailNode does not seem to support it. Or it has to be done by programtically in an action? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4156397#4156397

[jboss-user] [JBoss jBPM] - Timer never stop

2008-06-05 Thread greenHand
I ran into a situation like this when I try a test process. I have a very simple process: | | | | | | | | | | | | |

[jboss-user] [JBoss jBPM] - Re: Could not instantiate TransactionManagerLookup

2008-05-30 Thread greenHand
Found the problem. It's a typo of upper case L. Should be WeblogicTransactionManagerLookup instead of WebLogicTransactionManagerLookup in the hibernate.cfg.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4154695#4154695 Reply to the post : http://www.jb

[jboss-user] [JBoss jBPM] - Could not instantiate TransactionManagerLookup

2008-05-28 Thread greenHand
I have the jbpm-enterprise.ear deployed in Weblogic 9.2.3. The jndi to the data source is also setup. I wrote a message driven bean to invoke jbpm with the following onMessage() method: public void onMessage(Message msg) { | try { | InitialContext ctx =

[jboss-user] [JBoss jBPM] - jBPM 3.2.2 on Weblogic 9.2

2008-05-12 Thread greenHand
Please bear with me. I am new to not only jBPM but also J2EE. I have been struggling and working on a proof of concept to use jBPM on Weblogic. I need to find out if I am on the right course. If I use the downloaded jbpm-enterprise.ear and manage to swap out jboss.xml with weblogic specific dep