Export to GitHub

flexserverlib - issue #5

MessagePErformanceUtil returning 0 value for receiveTime and -ve value for total time


Posted on Aug 19, 2010 by Happy Bear

What steps will reproduce the problem? 1.Write a code to get the totalTime from MessagePerformanceUtils class 2.Use Java 1.6 as middle tier 3.Total time returned is -ve.

What is the expected output? What do you see instead? It should return proper positive value for total time

What version of the product are you using? On what operating system? Java 1.6, Flex 3.2.0

Please provide any additional information below. I have a problem. I am using messagePerformanceUtils to measure the total time and serverresponsetime. When i was using java 1.5 as middletier and flex 3.2.0 i was getting correct response time. But i moved to Java 1.6 the response time received in totaltime method of MessagePerformanceUtils come as 0. So that total time value comes as a negative number. Is there any compatability issue of Java 1.6 with Flex 3.2.0 and LCDS 3.2????

Status: New

Labels:
Type-Defect Priority-Medium