Author |
Message |
Topic: Reading XML Attribute with namespace |
frankies
Replies: 6 Views: 4653
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 18, 2005 11:52 pm Subject: About the namespace. |
Add
'' DECLARE xsi NAMESPACE 'http://schemas.xmlsoap.org/soap/envelope/';
"
before
"
InputRoot.XML.ArchMessage.PubSubService.Subscription.(XML.Attribute)xsi:type
" |
Topic: How can I execute the esql dynamic in java node programming? |
frankies
Replies: 3 Views: 2180
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 18, 2005 7:47 am Subject: How can I execute the esql dynamic in java node programming? |
I don't only execute the math ,but also query some config items from
table in database. Do you have any sample or meteria to share? |
Topic: How can I execute the esql dynamic in java node programming? |
frankies
Replies: 3 Views: 2180
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 18, 2005 5:18 am Subject: I have try my best to do that. |
I try to use com.ibm.broker.plugin.MbSQLStatement to achieve that.
But this class only support in using retrive data from database. I
execute a simple math expression. !!!!!!! |
Topic: How can I execute the esql dynamic in java node programming? |
frankies
Replies: 3 Views: 2180
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 18, 2005 5:09 am Subject: How can I execute the esql dynamic in java node programming? |
Hello ,everyone !
Now I'm trouble in how to execute the esql dynamic in java node programming.
For exmple :
"EVAL('SET Environment.Variables.ConvContent.Root.a.b[1] =9+8;'); "
,.This expr ... |
Topic: Debugging Java Plugin Node |
frankies
Replies: 12 Views: 12869
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 10, 2005 6:28 pm Subject: Hi , hallmark ! |
Hi , hallmark !
How to attach the java source to the java node in toolkite. In your words, you said that your node is not option to step into node code ,
in my option , you must choose either ... |
Topic: How can I debug the user-define Java Node in the WSAD ? |
frankies
Replies: 2 Views: 2972
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 09, 2005 3:25 am Subject: How can I debug the user-define Java Node in the WSAD ? |
Hi , Guys!
I am trying to make a user-define java node plugin . Now I have
complete the develp the node job and it can be pluged in the workbench
.However , it works failure in the message fl ... |