Author |
Message |
Topic: bar v/s par |
mbmb
Replies: 2 Views: 2556
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 05, 2006 4:26 am Subject: bar v/s par |
If there are java nodes in the application, which is the better way to package - bar or par. If we expose java functionality thru java compute node, bar file creation brings in the java node's jar fil ... |
Topic: Convert xml tree to a string |
mbmb
Replies: 3 Views: 3141
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 23, 2006 2:52 am Subject: Convert xml tree to a string |
Actually it is a portion of the ExceptionList i want to attach in a soap fault's faultstring element as one single string for readability/etc. |
Topic: Convert xml tree to a string |
mbmb
Replies: 3 Views: 3141
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 23, 2006 2:32 am Subject: Convert xml tree to a string |
Trying to convert a xml subtree to a string to attach to another xml tag.
I covert it to a Blob using ASBITSTREAM. Then CAST to CHARACTER. But it still comes out as a blob or hex.
Pl advise. |
Topic: Java Plugin Node - Install/Deploy question |
mbmb
Replies: 5 Views: 3401
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 19, 2005 6:51 am Subject: Java Plugin Node - Install/Deploy question |
I am trying to find what i am missing but cant. At design time the node appears in the message flow pane with other nodes but doesnt compile/run.
What i have noticed about the 'Amit' plugin(CEP) whic ... |
Topic: Java Plugin Node - Install/Deploy question |
mbmb
Replies: 5 Views: 3401
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 19, 2005 2:03 am Subject: Java Plugin Node - Install/Deploy question |
When i try to deploy a flow with my node, i get this message
BIP2241E: LIL not found for message flow node type.........The broker does not have the capability to create nodes of this type because ... |
Topic: Java Plugin Node - Install/Deploy question |
mbmb
Replies: 5 Views: 3401
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 16, 2005 3:07 am Subject: Java Plugin Node - Install/Deploy question |
hi
I am trying to install a Custom Java Plugin Node on WBIMB5 csd2.
From what i have understood, the java classes go into the 'jplugin' directory under Broker installation dir as a jar file. Thi ... |
Topic: How to make/register your own message catalog |
mbmb
Replies: 4 Views: 3988
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 09, 2005 6:22 am Subject: How to make/register your own message catalog |
Background - building a message catalog for custom messages
I am not able to compile a Message Compiler file without errors. It errs on the last dot(period) which is a message definition separator. ... |
Topic: Namespaces & Environment |
mbmb
Replies: 2 Views: 1924
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 09, 2005 6:14 am Subject: Namespaces & Environment |
hi
Flow - i/p node - compute1 - compute2 - o/p node
Input comes in as xmlns.
Compute1 copies inputroot to Environment.
Compute2 copies Environment to outputroot.
What comes out has the NS* se ... |
Topic: Reference with OutputRoot doesnt work |
mbmb
Replies: 3 Views: 3100
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 08, 2005 6:18 am Subject: Reference with OutputRoot doesnt work |
What happens with 'IN' - if there are 2 headers, Properties and MQMD, then both get copied from InputRoot to OutputRoot fine within this proc.
But if this call is say in a compute node, then in m ... |
Topic: How to make/register your own message catalog |
mbmb
Replies: 4 Views: 3988
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 08, 2005 5:04 am Subject: How to make/register your own message catalog |
Thanks. Will try this out.... |
Topic: How to make/register your own message catalog |
mbmb
Replies: 4 Views: 3988
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 08, 2005 3:49 am Subject: How to make/register your own message catalog |
hi
In WBIMB5, how do i use a message catalog for my application which has messages specific to the application. There is a way to use messages 2949 tp 3000 from the WBIMB catalog WMQIv210,but i hav ... |
Topic: Reference with OutputRoot doesnt work |
mbmb
Replies: 3 Views: 3100
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 08, 2005 3:41 am Subject: Reference with OutputRoot doesnt work |
hi
i am working with WBIMB5.
The usual CopyMessageHeaders proc which comes with every ESQL module does not work for me if i move it to a common esql proc file and refer it from another esql. Inten ... |