Author |
Message |
Topic: Time zone support in the WMB Java API |
protocol7
Replies: 9 Views: 5271
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 16, 2007 5:51 am Subject: Time zone support in the WMB Java API |
I understand that you may need to adopt a different approach if you have to deal with wide range of date and timestamp patterns
Yeah, handling all kinds of different formats is pretty much the reas ... |
Topic: Time zone support in the WMB Java API |
protocol7
Replies: 9 Views: 5271
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 16, 2007 5:27 am Subject: Time zone support in the WMB Java API |
And finally as a work around you can treat the fields as plain text instead of timestamps and use pure old java with Calendar and formatters to parse and serialize ... your timestamps.
Yes, that is ... |
Topic: Time zone support in the WMB Java API |
protocol7
Replies: 9 Views: 5271
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 16, 2007 5:02 am Subject: Time zone support in the WMB Java API |
WMB does not store the time zone offset in the parsed tree - unless you are using the MRM domain. If the message flow has not modified the message tree, WMB simply outputs the original bitstream - so ... |
Topic: Time zone support in the WMB Java API |
protocol7
Replies: 9 Views: 5271
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 16, 2007 4:35 am Subject: Time zone support in the WMB Java API |
Thanks! Please have a look. Any feedback is welcome Feel free to email me directly at niklas@protocol7.com if you want to discuss it further.
Supporting ESQL is not that high on my priority lis ... |
Topic: Time zone support in the WMB Java API |
protocol7
Replies: 9 Views: 5271
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 16, 2007 3:36 am Subject: Time zone support in the WMB Java API |
Hi
As is very well documented in the MbTimestamp and MbTime classes, they do not support working with time zones. In my tests, WMB will silently drop any time zone information it has in the parsed ... |
Topic: MO71 (MQMon) and SSL |
protocol7
Replies: 0 Views: 3708
|
Forum: General IBM MQ Support Posted: Mon Jun 07, 2004 5:00 am Subject: MO71 (MQMon) and SSL |
Hey all
I'm trying to use the supportpac MO71 (MQMon) to connect to a SVRCONN channel with SSL security.
When connecting I get an error saying:
Error connecting via client to 'QM1' RC(2393& ... |
Topic: Debug on server |
protocol7
Replies: 1 Views: 2476
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 16, 2004 3:34 am Subject: Debug on server |
Has anyone been succesful with using the "Debug on server" option in the context menu for message flows in the WSAD Toolkit for WBIMB 5.0?
When right-clicking in a message set and choosing "Debug o ... |
Topic: TDS: keeping null fields in the logical tree |
protocol7
Replies: 9 Views: 6526
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 05, 2004 5:58 am Subject: TDS: keeping null fields in the logical tree |
Perfect! Thanks, that works like a charm.
/niklas |
Topic: TDS: keeping null fields in the logical tree |
protocol7
Replies: 9 Views: 6526
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 30, 2003 3:38 pm Subject: TDS: keeping null fields in the logical tree |
I've tried using that option but I simply fail to get it working :-/
I've uploaded a minimal implementation for WBIMB 5.0.2 that fails at http://www.protocol7.com/lab/nulltest.zip (Flow and Message ... |
Topic: TDS: keeping null fields in the logical tree |
protocol7
Replies: 9 Views: 6526
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Dec 28, 2003 7:02 am Subject: TDS: keeping null fields in the logical tree |
Yeap, the reason why I'm accessing the nodes by position is that I also get a list of what fields have changed, as a list of positions. I'm only interested in the values that has changed. So I start o ... |
Topic: TDS: keeping null fields in the logical tree |
protocol7
Replies: 9 Views: 6526
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Dec 27, 2003 8:16 am Subject: TDS: keeping null fields in the logical tree |
I just tried using attributes but they are not allowed in All fields delimited TDS definitions.
Niklas |
Topic: TDS: keeping null fields in the logical tree |
protocol7
Replies: 9 Views: 6526
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Dec 27, 2003 8:06 am Subject: TDS: keeping null fields in the logical tree |
I have looked at default values, but for elements this is only used if the node exists but is empty. However, I just read that for attributes the node should be created. I will go ahead and see if tha ... |
Topic: TDS: keeping null fields in the logical tree |
protocol7
Replies: 9 Views: 6526
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Dec 27, 2003 6:01 am Subject: TDS: keeping null fields in the logical tree |
I'm using TDS to parse a semi-colon delimited format, e.g:
field1;field2;field3
My problem is that fields can be empty, e.g:
field1;;field3
and the sequence and numbering of the fields is cruc ... |