From: Steve H. <st...@we...> - 2013-02-19 22:24:09
|
Hi, I'm curious what solutions others have come up with for dealing with java.util.Date in XMLVM. It seems that its toString() method depends on classes that are on the red list (e.g. XMLVM Error: Unsatisfied red class dependency: (java_util_SimpleTimeZone_1_run__):/Volumes/Windows VMS/NetbeansProjects/JSONBenchmark/SampleBusinessLogic/xmlvm_code_app/dist/../build/xcode/src/app/java_util_SimpleTimeZone_1.m:242 ). Most domain objects will require some kind of Date object so I don't want to just stop using Date. What are other people doing if they want to use Date objects in XMLVM? I started down the road of removing the offending classes from the red list, but the rabbit hole was going pretty deep (every class I add, creates more redlist dependencies). Thanks for any feedback. -Steve |