Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jdo Wiki" for change notification. The following page has been changed by CraigRussell: http://wiki.apache.org/jdo/ChangeLog ------------------------------------------------------------------------------ 1. In Table 2: State Transitions, the transition for a transient-dirty instance during commit with {{{DetachAllOnCommit = true}}} should be to transient-clean. - 1. In 5.5.8 and 5.5.9, {{{detachCopy}}} should be removed from the list of methods that throw exceptions if applied to detached-clean or detached-dirty instances. + 1. In 5.5.8 and 5.5.9, {{{detachCopy}}} should be removed from the list of methods that throw exceptions if applied to detached-clean or detached-dirty instances. 1. In section 7.5, change "If the class is abstract, null is returned." to "If the class is abstract, {{{JDOFatalInternalException}}} is thrown". @@ -19, +19 @@ {{{public JDOHelper();}}} - For some usage patterns, an instance of {{{JDOHelper}}} on which to invoke methods is preferable to the use of static methods. For this purpose, a public constructor is provided. + For some usage patterns, an instance of {{{JDOHelper}}} on which to invoke methods is preferable to the use of static methods. For this purpose, a public constructor is provided. - 1. In Chapter 9, add section on managing date formatting for {{{ObjectIdentity}}} constructors. + 1. In Chapter 9, add section on managing date formatting for {{{ObjectIdentity}}} constructors. {{{public synchronized void registerDateFormat(java.text.DateFormat df);}}} - 1. In 9.4, add method to retrieve persistence-capable classes that have been registered. + 1. In 9.4, add method to retrieve persistence-capable classes that have been registered. {{{public java.util.Collection getRegisteredClasses();}}} 1. In 9.5, add method to verify that the class is authorized to be a state manager. @@ -50, +50 @@ 1. Add to 17.1.11 {{{JDOUserCallbackException extends javax.jdo.JDOUserException}}} + 1. In 18.15.1, change "(e.g. a field of type Object can specify field-type=”Integer”)." to "(e.g. an element of type Object can specify element-type=”Integer”). - 1. In 18.15.1, change "(e.g. a field of type Object can specify field-type=”Integer”)." to - "(e.g. an element of type Object can specify element-type=”Integer”). 1. In Chapter 18, add to .jdo metadata: @@ -59, +58 @@ 1. Change the last paragraph of 21.6 from "For Detachable classes, the results of restoring a serialized persistent instance graph is a graph of interconnected detached instances that might be attached via the attachCopy methods." to "For Detachable classes, the results of restoring a serialized persistent instance graph is a graph of interconnected detached instances that might be attached via the makePersistent methods." - 1. Change 21.13 from "Some methods require a non-null state manager. In these cases, if the {{{jdoStateManager}}} is null, then {{{IllegalStateException}}} is thrown." + 1. Change 21.13 from "Some methods require a non-null state manager. In these cases, if the {{{jdoStateManager}}} is null, then {{{IllegalStateException}}} is thrown." to "Some methods require a non-null state manager. In these cases, if the {{{jdoStateManager}}} is null, then {{{JDOFatalInternalException}}} is thrown."