Author |
Message |
Topic: Workflow |
jet
Replies: 4 Views: 2496
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Aug 21, 2003 9:22 am Subject: Workflow |
that is under assumption that you are working with a good MQWF resource with rich experience |
Topic: best practice on integration of EJB in MQ workflow process |
jet
Replies: 3 Views: 2343
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Aug 21, 2003 9:19 am Subject: best practice on integration of EJB in MQ workflow process |
in your EJB, invoke MQWF actions(login, show worklist, check in/out work items etc....) using MQWF Java APIs. |
Topic: create and start instance from a JSP |
jet
Replies: 5 Views: 3116
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Jun 11, 2003 1:39 pm Subject: create and start instance from a JSP |
What u can do is the following:
- Log in as the user automatically
- QueryProcessTemplateList
- get the template associate to the process model
- set input container and vlaues
- Create t ... |
Topic: MQWf 3.4 Web-client with WebLogic |
jet
Replies: 4 Views: 3222
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Jun 11, 2003 1:32 pm Subject: MQWf 3.4 Web-client with WebLogic |
Yeah, I will think you need to modify the webclient properties file. The Webclient EAR file was developed using WebSphere. I dont think that both of Websphere and Weblogic implement the same J2EE sp ... |
Topic: customizing web client |
jet
Replies: 11 Views: 20244
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Jun 10, 2003 11:04 am Subject: customizing web client |
That exactlly the problem I am having with WebClient. Too much effort to customize it -- got to understand the servlet first, which is written by someone you dont know, and when you make any change i ... |
Topic: MQWf 3.4 Web-client with WebLogic |
jet
Replies: 4 Views: 3222
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Jun 10, 2003 7:59 am Subject: MQWf 3.4 Web-client with WebLogic |
Did u add the MQWF java Agent jar file to the runtime classpath in weblogic?
What exactly the API errors are? wat is the error messages? |
Topic: customizing web client |
jet
Replies: 11 Views: 20244
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Jun 10, 2003 7:56 am Subject: customizing web client |
I dont like the web client. The Jsp page contains more Java code than the HTML code. The person who designed and developed the servlet need to study the Model-View-Control application design. I wi ... |
Topic: Crossworlds or interchange server |
jet
Replies: 0 Views: 1407
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Jun 10, 2003 7:31 am Subject: Crossworlds or interchange server |
I think we need to have a forum for Corssworlds as well since some projects I work on use both MQWF and Crossworlds...and I have seen the trend to combine both products in many solutions. |
Topic: Upgrade documentation |
jet
Replies: 3 Views: 2255
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri May 16, 2003 12:17 pm Subject: Upgrade documentation |
No impact on ur Holosofx...
go to IBM MQWF site see if u can get the installation guide in PDF format...check the quick server setup in appendix. |
Topic: Setting up a webclient from workflow 3.4 for WSAD v5 |
jet
Replies: 2 Views: 2105
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri May 16, 2003 12:14 pm Subject: Setting up a webclient from workflow 3.4 for WSAD v5 |
WSAD has its own class loader. You might need to add the Web Client main Servlet jar and the java agent API jar to the build classpath. Try that and see if that works. |
Topic: MQWorkflow Main servlet (WebClient) |
jet
Replies: 1 Views: 2151
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri May 16, 2003 12:12 pm Subject: MQWorkflow Main servlet (WebClient) |
do u have MQWF programming guide 3.4? It has a chapter about how to customize the Web Client. May be you can find something there.
Personally, I am not a big fan of Web Client. I think it is a s ... |
Topic: FmcNoDefaultConfigException Java Code |
jet
Replies: 6 Views: 2991
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed May 14, 2003 3:53 pm Subject: FmcNoDefaultConfigException Java Code |
is ur MQWF installation & configuration right in UNIX box? |
Topic: Webclient Question |
jet
Replies: 2 Views: 2156
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Apr 17, 2003 9:52 am Subject: Webclient Question |
u r right...It is hard (may be impossible) to extend the MQWF web client main servlet....we ended up developing our own custom STRUTS servlet using MQWF java APIs (wrap around it) in our workflow web ... |
Topic: MS-Word Document Workflow !!! |
jet
Replies: 8 Views: 5253
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Apr 16, 2003 7:51 am Subject: MS-Word Document Workflow !!! |
what I will do is to store the word in DB2.....use JDBC to access it when u need it....
if u do that, u need to use MQWF java APIs to perform some workflow related tasks(such as activity implementa ... |
Topic: Webclient setup in WSAD 5.0 |
jet
Replies: 13 Views: 6639
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Apr 16, 2003 7:46 am Subject: Webclient setup in WSAD 5.0 |
cant use fmczutil to automatically configure web client using WAS 5.0...but u can do it manually just like how u deploy any WAR or EAR file |