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
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
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
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
I ran into a situation like this when I try a test process. I have a very
simple process:
|
|
|
|
|
|
|
|
|
|
|
|
|
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
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 =
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