CMS getString throws exception if string is empty ?

2010-08-12 Thread Sodan
://old.nabble.com/CMS-getString-throws-exception-if-string-is-empty---tp29420197p29420197.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: CMS getString throws exception if string is empty ?

2010-08-12 Thread Timothy Bish
On Thu, 2010-08-12 at 08:50 -0700, Sodan wrote: example: try { string xx = map-getString(myString); return xx; } catch (...) { // failed MessageBeep(-1); } if the field myString in the message is empty (ie. ), then it throws an exception. I am using 3.2.2 please help with a

Re: CMS getString throws exception if string is empty ?

2010-08-12 Thread Sodan
Integration: http://fusesource.com ActiveMQ in Action: http://www.manning.com/snyder/ Follow me on Twitter: http://twitter.com/tabish121 My Blog: http://timbish.blogspot.com/ -- View this message in context: http://old.nabble.com/CMS-getString-throws-exception-if-string-is-empty

Re: CMS getString throws exception if string is empty ?

2010-08-12 Thread Timothy Bish
On Thu, 2010-08-12 at 08:50 -0700, Sodan wrote: example: try { string xx = map-getString(myString); return xx; } catch (...) { // failed MessageBeep(-1); } if the field myString in the message is empty (ie. ), then it throws an exception. I am using 3.2.2 please help with a

Re: CMS getString throws exception if string is empty ?

2010-08-12 Thread Sodan
://www.manning.com/snyder/ Follow me on Twitter: http://twitter.com/tabish121 My Blog: http://timbish.blogspot.com/ -- View this message in context: http://old.nabble.com/CMS-getString-throws-exception-if-string-is-empty---tp29420197p29423370.html Sent from the ActiveMQ - User mailing

Re: CMS getString throws exception if string is empty ?

2010-08-12 Thread Timothy Bish
On Thu, 2010-08-12 at 14:17 -0700, Sodan wrote: what file was changed? Søren Check the svn log: svn log -v -l 1 Regards Tim. Timothy Bish wrote: On Thu, 2010-08-12 at 08:50 -0700, Sodan wrote: example: try { string xx = map-getString(myString); return xx; } catch

Re: CMS getString throws exception if string is empty ?

2010-08-12 Thread Sodan
ok, thanx, that worked. Søren -- View this message in context: http://old.nabble.com/CMS-getString-throws-exception-if-string-is-empty---tp29420197p29423567.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.