Skip to main content
This topic has been closed for replies.

1 reply

jfb00Author
Inspiring
June 22, 2016

This is the solution to my issue

http://flexblog.faratasystems.com/index.php/flex-local-datestime-transfer-issue/

I copied the LineItemDTO.java file into C:\ColdFusion9\wwwroot\WEB-INF\classes

as package com;

import java.io.Serializable; ...bla...

In My app i have the folder src\com, I add the file to this folder as:

package com

{

        import flash.events.EventDispatcher;

        [RemoteClass(alias="com.LineItemDTO")] ... bla...

Restart CF and start working. Now the client and server are using the same time zone.

Works fine in windows 7, but it doesn't work when I move my solution to windows 2003 server with CF9.

I run out of ideas, any ideas how to debug this issue?

Thanks !

jfb00Author
Inspiring
June 24, 2016

No CF expert can help ??

I found something that it was misleading my laptop solution.

When I connected to my laptop remotely with different time zone (hawai) the solution doesn't work.

It should be an explanation, anyone?

Thanks,

WolfShade
Legend
June 24, 2016

I wish I could be of assistance, but I know enough of CFAdmin to be dangerous, and I've never used Flex, so..

As opposed as I am to cross-posting, hopefully the powers-that-be wouldn't mind if you also posted this to CF Administration and/or a Flex forum.  You might find experts in those forums.

HTH,

^_^