LDEV-2480 Author progressAdded utitlity to LamsFlexCommon that allows you to make a synchronous ajax call by using Flex's inbuild javascipt running engine.
LDEV-2475 Temp dir issue- Only files with "lams" prefix deleted on startup- Instead of temp dir being a startup constant, it is a fetched via a method in FileUtil that:- Creates the directory if writable and exists- Returns the specified temp if its writeable- Otherwise returns the java temp
LDEV-2489 don't encapsulate cloneLessons in a transaction; the main submethods are already in their own transactions. otherwise we don't get an activityId from a forum&scribe's forum. that's another problem though.