I'm having problems retrieving the milliseconds portion of a TransactTime
field in Java.
Example:
......
TransactTime transTime = new TransactTime();
message.getField(transTime);
......
calling transTime.getValue() returns a Date without milliseconds.
Could I be calling this incorrectly or possibliy missed something when
building QF and the JNI library?
This is on Windows. I'm not able to test this on our RH boxes.
QF 1.9.0
VS .Net 2002 (7.0.9466)
Java SDK 1.4.2_04
Windows XP Pro
-jd-
|