tags:

views:

100

answers:

1

I'm trying to publish a XML message using the tibco adb adapter which monitors a table. There is a column in the table that stores a date as a long value in milliseconds- Is there a way we can convert this long value to a date as a part of the XML marshalling ?

-tia

A: 

I had to write a custom java process to get this done - Just in case someone finds it useful

JVXR