Author |
Message |
Topic: Touched the boundary of code reusability in WBIMB Toolkit? |
DaveCanto
Replies: 9 Views: 6477
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 10, 2011 1:55 am Subject: Touched the boundary of code reusability in WBIMB Toolkit? |
It's a normal usertrace, not a debug one. I'm sorry for that.
Actually I finally found the rootcause of this exception. I'm using 2 messageflow projects:
- 'MSF_atlascopco_ACCB_MESSAGING_v3_0' ( ... |
Topic: Touched the boundary of code reusability in WBIMB Toolkit? |
DaveCanto
Replies: 9 Views: 6477
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 09, 2011 7:54 am Subject: Touched the boundary of code reusability in WBIMB Toolkit? |
Thanks for your quick replies, gents.
Have you tried following on the flows?
Recompile (including sub-flows), rebuild (bar file), redeploy?
Yes, I did several clean operations, rebuilds and re ... |
Topic: Touched the boundary of code reusability in WBIMB Toolkit? |
DaveCanto
Replies: 9 Views: 6477
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 08, 2011 7:33 am Subject: Touched the boundary of code reusability in WBIMB Toolkit? |
Hi,
Recently our newly deployed messageflows started acting strange. In debug mode, we always get the following exception when a message passes through a messageflow:
"String '%1' is not ... |
Topic: Is Numeric in ESQL |
DaveCanto
Replies: 9 Views: 28052
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 10, 2010 5:29 am Subject: Is Numeric in ESQL |
Hi,
whats wrong with this code?
CREATE FUNCTION isNumeric(IN aValue CHARACTER)
RETURNS BOOLEAN
BEGIN
IF (CAST(aValue as DECIMAL DEFAULT 0)) = 0 THEN
RETURN FALSE;
ELSE
... |
Topic: Http Request node and soap message |
DaveCanto
Replies: 6 Views: 5149
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 18, 2008 2:12 am Subject: Http Request node and soap message |
I try to use Environment.WSRequest to store my request xml message. I've defined both Environment.WSRequest and Environment.WSReply on the advanced properties of my HTTPRequest node. When the flow exi ... |
Topic: Http Request node and soap message |
DaveCanto
Replies: 6 Views: 5149
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 17, 2008 7:29 am Subject: Http Request node and soap message |
Did you load the Sample from the Samples Gallery?
Under the Help menu.
I'm also struggling with the HTTPRequest node. I don't know how the request itself should look like. I looked at the samples ... |
Topic: WBIMB 5.0 - ESQL level is undetermined message on deploy. |
DaveCanto
Replies: 8 Views: 9378
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 07, 2008 1:26 am Subject: WBIMB 5.0 - ESQL level is undetermined message on deploy. |
Yesterday I've had the same error message when creating a new .bar-file and adding my messageflow and 2 messagesets.
This problem is caused by the fact I'm using a subflow in my messageflow which ... |
Topic: Regular expression in ESQL |
DaveCanto
Replies: 6 Views: 12883
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 04, 2008 7:52 am Subject: Regular expression in ESQL |
Why do regular expressions have to be difficult per definition? There are many useful tools around on the net.
I started to use "The Regulator" from Roy Osherove for building .NET-relate ... |
Topic: Regular expression in ESQL |
DaveCanto
Replies: 6 Views: 12883
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 01, 2008 5:57 am Subject: Regular expression in ESQL |
This is my original question:
I'm asking myself: "Is it possible to use regular expressions in the ESQL-code of a Compute-node?"
This would be a very powerful feature of the broker. T ... |
Topic: Regular expressions in ESQL |
DaveCanto
Replies: 2 Views: 14995
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 01, 2008 5:51 am Subject: Regular expressions in ESQL |
Ok, thanks for the useful tip Vitor. I will keep this in mind for future posts. |
Topic: Regular expressions in ESQL |
DaveCanto
Replies: 2 Views: 14995
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 01, 2008 4:34 am Subject: Regular expressions in ESQL |
I'm asking myself: "Is it possible to use regular expressions in the ESQL-code of a Compute-node?"
This would be a very powerful feature of the broker. Today you can use regular expressi ... |