Author |
Message |
Topic: want to use java computer node to generate the xml problem |
blackwhites
Replies: 8 Views: 5781
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 21, 2009 9:11 pm Subject: want to use java computer node to generate the xml problem |
now I can add the <?xml version="1.0" standalone="no" ?> to the output. I am using XMLNSC.But the problem the output is add things like
<?xml version="1.0" sta ... |
Topic: want to use java computer node to generate the xml problem |
blackwhites
Replies: 8 Views: 5781
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 21, 2009 6:27 am Subject: want to use java computer node to generate the xml problem |
I want to the following requirement,through the java compute node to generate the following xml to the output
<?xml version="1.0" standalone="no" ?>
<abc>
<a&g ... |
Topic: Where can I find the Message Broker event log |
blackwhites
Replies: 1 Views: 1779
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 09, 2009 11:33 pm Subject: Where can I find the Message Broker event log |
Hi all, I developed the message flow , it used java compute node ,some times it works unnormal ,So I just write the Mb.serice.logError to trace the error,the question I don't know if my flow run error ... |
Topic: About Customer node file chooser GUI problem |
blackwhites
Replies: 5 Views: 3539
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 09, 2009 5:51 am Subject: About Customer node file chooser GUI problem |
Can you explain more ?As I know FileChooser will use this class org.eclipse.swt.widgets.FileDialog,but in msgnode properties there is no place to configure this control, I can add some simple property ... |
Topic: About Customer node file chooser GUI problem |
blackwhites
Replies: 5 Views: 3539
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Feb 08, 2009 10:11 pm Subject: About Customer node file chooser GUI problem |
Hi ,I developed a customer node, in this node GUI ,I want to add a FileChooser function in the GUI ,but I don't find any property defined in my msgnode file,it only provide like textbox,table controls ... |
Topic: how to get the sub xml string in the java compute node |
blackwhites
Replies: 4 Views: 4670
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 28, 2009 5:17 pm Subject: how to get the sub xml string in the java compute node |
Thanks for your guys reply.Actually I am developing a customer node ,
in the customer GUI ,I defined a xpath field , I need to extract the mqinput xml according to the xpath, then I will pass the ... |
Topic: how to get the sub xml string in the java compute node |
blackwhites
Replies: 4 Views: 4670
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 27, 2009 7:11 pm Subject: how to get the sub xml string in the java compute node |
Hi all,I want to extract the part of xml String from the message broker how can I do it? For example the following is my sending xml
<?xml version="1.0" encoding="UTF-8"?>
... |
Topic: Develop the customer node GUI problem |
blackwhites
Replies: 4 Views: 3412
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jan 24, 2009 6:47 pm Subject: Develop the customer node GUI problem |
I will try it,thanks again |
Topic: Develop the customer node GUI problem |
blackwhites
Replies: 4 Views: 3412
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jan 24, 2009 1:37 am Subject: Develop the customer node GUI problem |
Can you give me a part of sample code like getting table column value ?Because there are few refernece
in the WMB product API. Thanks. |
Topic: Develop the customer node GUI problem |
blackwhites
Replies: 4 Views: 3412
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 23, 2009 7:12 pm Subject: Develop the customer node GUI problem |
I want to develop the customer node plug-in. In the plug-in project , I click the msgnode file and define the Terminals in and out then click the properites tab. I add a simple String propertties nam ... |