Author |
Message |
Topic: how to emit namespace independent fields to Business Monitor |
Gemz
Replies: 10 Views: 8393
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 08, 2015 2:37 am Subject: how to emit namespace independent fields to Business Monitor |
Hi,
We use below XPath in monitoring profile xmls to extract required value.
Can you check whether it gives what you need ?
$Root//*[local-name() = 'getPrime']/*[local-nam ... |
Topic: OSGI stack dump but everything working |
Gemz
Replies: 3 Views: 4871
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 13, 2015 7:55 am Subject: OSGI stack dump but everything working |
This is a multi-part answer as each step could resolve problem. You will typically see a message something like this: org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Anot ... |
Topic: IBM Integration Bus V9 |
Gemz
Replies: 95 Views: 140804
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 23, 2013 9:47 am Subject: IBM Integration Bus V9 |
Hi,
My laptop is pretty 4 years old with Vista 32 bit.
So thought of using the same system.
Now I need to go for new laptop for new IIBv9  |
Topic: IBM Integration Bus V9 |
Gemz
Replies: 95 Views: 140804
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 23, 2013 9:27 am Subject: IBM Integration Bus V9 |
Hi,
I was looking for Developer version of IIBv9 for windows 32 bit and I found only 64 bit.
Have we got IIBv9 Developer edition in 32 bit for windows? |
Topic: Clustering issue |
Gemz
Replies: 8 Views: 5649
|
Forum: Clustering Posted: Thu Feb 28, 2013 1:26 am Subject: Clustering issue |
Working as designed.
QM1 is a PR in which the qc has not yet been used.
Could you please clarify me...
But I can see those queue def in FR.
Do you know the difference between FR/PR? |
Topic: Namespace Wildcard in Route Node |
Gemz
Replies: 7 Views: 11287
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 26, 2013 6:50 am Subject: Namespace Wildcard in Route Node |
a) specify the namespace(s) and the prefix(es) that you want to use. The XPath builder should provide a way to specify these. Then use your chosen prefix(es) in the XPath expression.
or
b) Use this ... |
Topic: Namespace Wildcard in Route Node |
Gemz
Replies: 7 Views: 11287
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 26, 2013 5:21 am Subject: Namespace Wildcard in Route Node |
From Infocenter The XPath Expression Builder helps you to construct message processing expressions in either XPath or ESQL. You are free to enter expressions by hand, or use the XPath Expression Build ... |
Topic: Namespace Wildcard in Route Node |
Gemz
Replies: 7 Views: 11287
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 26, 2013 3:13 am Subject: Namespace Wildcard in Route Node |
Have you tried putting the wildcard in the XPath expression itself?
i.e.
$Body/*:Purchase/*:Header/*:ChannelId='Online'
Does that work?
Yes, I tried it. It did not work and I ... |
Topic: Namespace Wildcard in Route Node |
Gemz
Replies: 7 Views: 11287
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 26, 2013 2:38 am Subject: Namespace Wildcard in Route Node |
Hi,
I am using a ROUTE NODE in a flow and I would like to know the wildcard character to be defined in the filter table.
I will get different namespace for different kind of request. Based on a ... |
Topic: Extract Namespace Value from Input |
Gemz
Replies: 3 Views: 2906
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 25, 2013 2:23 am Subject: Extract Namespace Value from Input |
Hi Vitor/Nukalas2010,
FIELDNAMESPACE is the one I missed to look in InfoCenter
Thanks
You can try like this...
DECLARE cNs CHARACTER FIELDNAMESPACE(InputRoot.XMLNSC.(XML.Eleme ... |
Topic: Extract Namespace Value from Input |
Gemz
Replies: 3 Views: 2906
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 22, 2013 9:09 am Subject: Extract Namespace Value from Input |
Hi,
I think we can get the Namespace value from an element in InputRoot.
I tried to get with below esql, but it is not returning anything.
DECLARE ns1 NAMESPACE InputRoot.XMLNSC.*:Purchase;
Ac ... |
Topic: Rename an XML element |
Gemz
Replies: 8 Views: 7399
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 18, 2013 8:33 am Subject: Rename an XML element |
Thanks, mqjeff
Hi Vitor,
I agree your point but Copy & Delete or Delete & Copy are like Recycle.
Renaming is just like Reuse which I prefer  |
Topic: Rename an XML element |
Gemz
Replies: 8 Views: 7399
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 18, 2013 7:41 am Subject: Rename an XML element |
Hi Vitor,
Explain to me the difference between renaming an element, and creating a new element with the correct name then deleting the old one.
Both are almost same, but when we delete and copy to a ... |
Topic: Rename an XML element |
Gemz
Replies: 8 Views: 7399
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 18, 2013 7:03 am Subject: Rename an XML element |
Hi mqjeff,
FIELDNAME function provides the name of the elements.
If we are using Reference variable, then we can use this function to check the name of element to which Ref variable is referring.
... |
Topic: Rename an XML element |
Gemz
Replies: 8 Views: 7399
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 18, 2013 6:16 am Subject: Rename an XML element |
Hi,
I have an XML in which I want to change few XML Element names.
I can do that using SET statement from Input to Output.
Consider below XML
<root>
<header>
<msgid>12 ... |