Re: [staf-users] Marshalling problem

2011-07-27 Thread Sharon Lucas
Why are you creating a list containing one map entry for the message? It doesn't appear to me that you need to do that as you just have one map class entry that you're sending in your message. In your c++ code, don't append the map to logList (in fact don't create logList at all). Just send

Re: [staf-users] Marshalling problem

2011-07-27 Thread Sharon Lucas
Your Java code is assigning a marshalled map class instance as the message string with type "Modify" and is sending that message. Your C++ code that you provided starts with line: STAFString message = queueMap->get("message")->asString(); So, it appears you have already iterated through the mes

Re: [staf-users] Marshalling problem

2011-07-27 Thread Sharon Lucas
What line in your C++ code is throwing the STAFInvalidObjectException exception? -- Sharon Lucas IBM Austin, luc...@us.ibm.com (512) 286-7313 or Tieline 363-7313 From: "Dedhia, Hardik" To: , Sharon Lucas/Austin/IBM@IBMUS Dat