Author |
Message |
Topic: Workflow? Why not using session bean? |
djharte
Replies: 3 Views: 3806
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Dec 19, 2002 7:22 am Subject: Workflow? Why not using session bean? |
With the Session Facade or any Java solution, you could add activities on the fly. Using decent dynamic design principals, all you would have to do is add the class and update the dB.
However, I am u ... |
Topic: Yet another issue - this time .... |
djharte
Replies: 9 Views: 4388
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Dec 19, 2002 7:01 am Subject: Yet another issue - this time .... |
John,
Thanks for the reply, I had already tried this option in fact, to no avail. I also tried setting "execution mode" as safe which didn't work either. Hmmm, not too sure what to do now.
Than ... |
Topic: Yet another issue - this time .... |
djharte
Replies: 9 Views: 4388
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Dec 19, 2002 6:14 am Subject: Yet another issue - this time .... |
John,
I tried killing the pea using the supplied command, as opposed to just killing the dos box. However, it still doesn't work, the PEA is killed but when I start the PEA as user X and user Y execu ... |
Topic: Yet another issue - this time .... |
djharte
Replies: 9 Views: 4388
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Dec 18, 2002 7:36 am Subject: Yet another issue - this time .... |
Thanks a lot John,
I don't think I was correctly killing my peas !
David |
Topic: Yet another issue - this time .... |
djharte
Replies: 9 Views: 4388
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Dec 18, 2002 2:48 am Subject: Yet another issue - this time .... |
John,
"Program activities can be checked out" is unchecked by default in my env. I haven't checked what effect changing this might have.
I don't suppose you know how the PEA is supposed to work, i ... |
Topic: Yet another issue - this time .... |
djharte
Replies: 9 Views: 4388
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Dec 16, 2002 8:31 am Subject: Yet another issue - this time .... |
For anyone else who falls victim to IBM's poor documentation, the following change was required to get this to work. The
StarterPEA=true
line must be in the servlet section of the webclient.pro ... |
Topic: Yet another issue - this time .... |
djharte
Replies: 9 Views: 4388
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Dec 16, 2002 7:10 am Subject: Yet another issue - this time .... |
Does anyone have experience of starting the PEA from the web client. I have followed the example in the docs to no avail. No error msgs either ......
WebClient.properties updated
CommandHandler ... |
Topic: Quick Pea Question |
djharte
Replies: 2 Views: 1998
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Dec 13, 2002 8:52 am Subject: Quick Pea Question |
Venny,
I have a cluster with two QM's one on the server and one on the Client (devel setup !). The idea is/was that I will do all jsp/java devel on my client machine, websphere is running local (clie ... |
Topic: Quick Pea Question |
djharte
Replies: 2 Views: 1998
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Dec 13, 2002 8:28 am Subject: Quick Pea Question |
When a PEA is started should it service activities generated by the username under which it was started (possible ?) or for all users. My PEA is servicing all requests which is not desired. I want eac ... |
Topic: [Solved]Development Setup |
djharte
Replies: 15 Views: 7980
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Nov 15, 2002 3:04 am Subject: [Solved]Development Setup |
Thanks a lot guys, I will be following your advice and sticking to local bindings, via a client concentrator config.
Venny, if you are ever in Dublin, Ireland send me a mail for a free drink or two.
... |
Topic: [Solved]Development Setup |
djharte
Replies: 15 Views: 7980
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Nov 14, 2002 11:42 am Subject: [Solved]Development Setup |
Well, RMI via JNDI which is not depreciated .... I am really getting confused now, I thought that was the job of the Java CORBA agent, to field requests from clients ...... Nearly ready to throw the t ... |
Topic: [Solved]Development Setup |
djharte
Replies: 15 Views: 7980
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Nov 14, 2002 10:53 am Subject: [Solved]Development Setup |
My Web Client log file gives the following, it looks like it can't find the system and group :
Servlet initialized.
2002-11-14 19:03:04.218 Servlet.Engine.Transports:10: logon called.
2002-11-14 ... |
Topic: [Solved]Development Setup |
djharte
Replies: 15 Views: 7980
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Nov 14, 2002 10:51 am Subject: [Solved]Development Setup |
Venny,
Maybe I have the wrong end of the stick, but I want my WebClient to run independent of MQSeries Workflow and MQSeries, from the docs :
The following components are needed on the Java API cl ... |
Topic: [Solved]Development Setup |
djharte
Replies: 15 Views: 7980
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Nov 14, 2002 9:57 am Subject: [Solved]Development Setup |
1) Devel Machine has
MQSeries (not running)
MQSeries WF with Web Client configured, the WebClient.properties file has the following entry :
AgentName=MQWFAGENT
AgentLocator=JNDI_LOCATOR
AgentNa ... |
Topic: [Solved]Development Setup |
djharte
Replies: 15 Views: 7980
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Nov 14, 2002 8:50 am Subject: [Solved]Development Setup |
Venny,
I have just got a basic WebClient configuration on my (devel) machine. I have MQSeries installed (from my prev setup), but its not running, (the jars are available to the webclient).
In fact ... |