added WfXML authentication.
default condition type for newly inserted transitions (via graph) is not set which means that by default unconditional transition is being inserted (previously default type was 'Condition')
added new validation option called 'ValidateConditionByType' (which default value is true); when set to true, TWE will generate warning in following cases:
transition's condition type is not set (unconditional transition) and there is condition expression defined
transition's condition type is set to 'Condition' (conditional transition) and there is no condition expression defined
transition's condition type is set to 'Exception' (exceptional transition) and there is no condition expression defined
transition's condition type is set to 'Otherwise' and there is condition expression defined
transition's condition type is set to 'Default exception' and there is condition expression defined
allowed deletion of invalid ExternalPackage elements (when there is no external package referenced)
improved conversion of XPDL files from old JaWE versions -> Start/End markers are now properly positioned
generally improved XPDL validation
improved procedure of closing changed XPDLs - now TWE doesn't ask you to enter the file name if this is an XPDL opened from an existing file
logging manager implementiation is now using Java logging instead system.out
fixed NPE in LDAP connection
fixed rare bug with repositioning of Objects in the table or list
fixed bug with the displaying names of a certain extended attributes (e.g. if you defined ext. attrib. with name 'm', afterwards you'll see 'minute' instead of 'm' displayed in ext. attrib. property panel)
fixed bug with Graph validation of Start/End markers during the save of Packages marked as 'Released' (TWE allowed saving of incorrect package)
fixed bug with XPDL validation of Tool's Actual->Formal parameter mapping during the save of Packages marked as 'Released' (TWE allowed saving of incorrect package)
fixed problem with de-selection of graph during undo