Author |
Message |
Topic: WebService - WSMQ - WAS |
Liquid
Replies: 1 Views: 2026
|
Forum: General IBM MQ Support Posted: Wed Sep 22, 2010 7:02 am Subject: WebService - WSMQ - WAS |
Hello!
We'd like to use MQ as a webservice transport between a J2EE application running within WebSphere ApplicationServer and some proprietary backend systems. Currently the J2EE app use webservic ... |
Topic: Process starter specification with invocation task |
Liquid
Replies: 0 Views: 5722
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Wed May 27, 2009 6:57 am Subject: Process starter specification with invocation task |
Hello!
I'd like to control the authorization of a process. Thus I created a new invocation task by using the authorization tab of the process Receive activity.
The task was generated by WID and ... |
Topic: Characterset UTF-8 on WID/WPS 6.1.2 |
Liquid
Replies: 4 Views: 11444
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Thu May 07, 2009 1:50 am Subject: Characterset UTF-8 on WID/WPS 6.1.2 |
MQJE020: CCSID not supported by queue manager
I didn't have that issue with any of the other CCSIDs that I tried.
Indicating that the 852 is not installed on your machine. Speak to the admin.
... |
Topic: Characterset UTF-8 on WID/WPS 6.1.2 |
Liquid
Replies: 4 Views: 11444
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Mon May 04, 2009 12:22 am Subject: Characterset UTF-8 on WID/WPS 6.1.2 |
Try to use 852 as the queue manager CCSID (on windows, 852 contains eastern european language characters).
This works for me for iso-8859-2 and also for UTF-8 encoded messages. |
Topic: REST API |
Liquid
Replies: 0 Views: 5407
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Mon Apr 27, 2009 4:23 am Subject: REST API |
Hello!
Does anybody have any experiments with the HTM REST API?
Did anybody used the REST interface of PS for handling human interactions?
I'm planning to implement portlets which communicate ... |
Topic: MQ Function Selector |
Liquid
Replies: 3 Views: 11514
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Wed Jun 25, 2008 6:19 am Subject: MQ Function Selector |
name to handle that specific message type. The default XMLDataBinding then correctly casts the message as the BO
I tried to use XMLDataBinding as you mentioned instead of the my previously used ... |
Topic: MQ Function Selector |
Liquid
Replies: 3 Views: 11514
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Tue Jun 17, 2008 3:17 am Subject: Re: MQ Function Selector |
I've used a custom function selector for the same issue so far. It works fine, but as I'am also a newbe in WPS more appropriate sollutions
may exists too.
Yours,
Liquid
Newbie design questi ... |
Topic: RuleSet vs. BO arrays |
Liquid
Replies: 1 Views: 6145
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Fri Jun 13, 2008 12:34 am Subject: RuleSet vs. BO arrays |
hmm.. nobody had to do something silimar? Pls. help  |
Topic: RuleSet vs. BO arrays |
Liquid
Replies: 1 Views: 6145
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Wed Jun 11, 2008 7:23 am Subject: RuleSet vs. BO arrays |
Hello!
Maybe it'a lame problem but I can't find the sollution for the next issue in the PS RuleBuilder:
-There's a BusinessObject "AddItem" which contains a "Key" and a " ... |
Topic: Regional setting (log language) issue |
Liquid
Replies: 4 Views: 10317
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Thu Feb 14, 2008 7:35 am Subject: Regional setting (log language) issue |
Ok. I try it. Thanks,
Liquid |
Topic: Regional setting (log language) issue |
Liquid
Replies: 4 Views: 10317
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Thu Feb 14, 2008 6:19 am Subject: Regional setting (log language) issue |
Add the appropriate value to the startup command with "-nl <locale>".
Thanks, but still didn't work.
Now the WID starter shortcut looks like this:
<install_dir>\wid.exe -nl ... |
Topic: Regional setting (log language) issue |
Liquid
Replies: 4 Views: 10317
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Thu Feb 14, 2008 3:08 am Subject: Regional setting (log language) issue |
Hello!
I know it sounds like a pretty unimportant issue, but how can I change the language used by WID6.1 in the log files (eg. SystemOut.log std.)??
I've installed WID to WindowsXP, and as my r ... |
Topic: Check if the user is logged on |
Liquid
Replies: 3 Views: 8502
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Sep 13, 2007 4:04 am Subject: Check if the user is logged on |
There is an "isLoggedOn()" method on the com.ibm.workflow.api.ExecutionService class which is inherited from the Service class.
This method indicates what you need.
Liquid |
Topic: [SOLVED] Suspend workitem |
Liquid
Replies: 2 Views: 6406
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Sep 13, 2007 3:57 am Subject: [SOLVED] Suspend workitem |
Our goal was to keep the workitem at the owner user but "sleep" it until a certain date (I mean hide it from the owner's worklist). So, after the "wake up" date the workitem should ... |
Topic: [SOLVED] Suspend workitem |
Liquid
Replies: 2 Views: 6406
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Jul 27, 2007 3:58 am Subject: [SOLVED] Suspend workitem |
Hello!
Is there anybody who had to make a "suspendation" function for a workitem? The issue is to suspend ONLY the choosen workitem not the whole process.
I made some experiment on usi ... |