Author |
Message |
Topic: problem using Quick sort function |
siva1431202
Replies: 3 Views: 2288
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 30, 2011 12:42 am Subject: problem using Quick sort function |
sorry the input is:
<Employee>
<Emp><empid>1</empid><fname>Dill</fname><lname>Phil</lname></Emp>
<Emp><empid>2</empid><fna ... |
Topic: problem using Quick sort function |
siva1431202
Replies: 3 Views: 2288
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 30, 2011 12:40 am Subject: problem using Quick sort function |
CREATE PROCEDURE quickSort( IN refList REFERENCE, IN sibling CHAR, IN element CHAR, IN typeCast CHAR, IN ascending BOOLEAN)
This is a very good function given for Sorting but i had a small doubt r ... |
Topic: want help in PHP |
siva1431202
Replies: 5 Views: 3672
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 26, 2011 10:20 pm Subject: want help in PHP |
yes i tried it also but no luck... |
Topic: want help in PHP |
siva1431202
Replies: 5 Views: 3672
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 26, 2011 2:41 am Subject: want help in PHP |
I am assigning empid values to an array. but its not working and i am trying for the same.
i dont kow how to take all the empid's of the message tree to the array.
if i have records like
empid,f ... |
Topic: want help in PHP |
siva1431202
Replies: 5 Views: 3672
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 26, 2011 12:19 am Subject: want help in PHP |
$array1[i] = $input_assembly -> XMLNSC -> Employee -> Emp[]->empid->getvalue();
can anyone say the best way to get all the employee id's in an array.
Emp[] doesn't work and i am ... |
Topic: Use Java to move the tree to a collection |
siva1431202
Replies: 7 Views: 4242
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 10, 2011 4:47 am Subject: Use Java to move the tree to a collection |
I will try it later. First i want to continue with one parameter.
I dont know whether which is the easies way. |
Topic: Use Java to move the tree to a collection |
siva1431202
Replies: 7 Views: 4242
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 09, 2011 9:09 pm Subject: Use Java to move the tree to a collection |
Thanks for all the replies i received
we can evaluate the contents of the of an MB element using
(String)inMessage.evaluateXPath("string(/Employee/Emp)");
I am able to put into the ... |
Topic: Use Java to move the tree to a collection |
siva1431202
Replies: 7 Views: 4242
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 09, 2011 6:35 am Subject: Use Java to move the tree to a collection |
Use Java to move the tree to a collection, sort and move the result back to a tree.Do any one have an idea regarding this?
This i am trying in java compute node..so that it will be easier to sort a ... |
Topic: Need Support |
siva1431202
Replies: 8 Views: 6369
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 09, 2011 3:41 am Subject: Need Support |
Ok . Thank you. Does my ESQL Work? |
Topic: Need Support |
siva1431202
Replies: 8 Views: 6369
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 08, 2011 10:58 pm Subject: Need Support |
ok not a problem. i am asking to share the knowledge that's it but i am just asking if possible help me in changing the syntax. I had the logic with me and i am asking just the syntax. |
Topic: Need Support |
siva1431202
Replies: 8 Views: 6369
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 08, 2011 10:14 pm Subject: Need Support |
Is anone there to help me out of this? |
Topic: Need Support |
siva1431202
Replies: 8 Views: 6369
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 08, 2011 8:33 pm Subject: Need Support |
Hi Could any one please support me with java compute node. i had the following code in esql. How can i write this in Java compute node.this code is for duplicate removal.
DECLARE Y INTEGER;
DECL ... |
Topic: Sorting and Removing Duplicates |
siva1431202
Replies: 20 Views: 23810
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 05, 2011 8:54 pm Subject: Sorting and Removing Duplicates |
Ok Thank you. I am trying to build with the code which you have given. |
Topic: Sorting and Removing Duplicates |
siva1431202
Replies: 20 Views: 23810
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 04, 2011 9:03 pm Subject: Sorting and Removing Duplicates |
Sorted Using First name and Remove Duplicates using EmpID. |
Topic: Sorting and Removing Duplicates |
siva1431202
Replies: 20 Views: 23810
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 04, 2011 9:02 pm Subject: Sorting and Removing Duplicates |
Siva, please if you could provide a sample of the message with some values and expected expected output.
reply to this:
<Employees> <emp><empID>1</EmpID><last&g ... |