Sun, 19 Oct 2003 21:35:42 +0000bugfix in lock mutation BLD200310220100
mmatula@netbeans.org [Sun, 19 Oct 2003 21:35:42 +0000] rev 1374
bugfix in lock mutation

Sun, 19 Oct 2003 21:25:36 +0000previous enabling of extending _preGet and _postGet in custom implementations removed
mmatula@netbeans.org [Sun, 19 Oct 2003 21:25:36 +0000] rev 1373
previous enabling of extending _preGet and _postGet in custom implementations removed
handlers and custom implementations can now mutate transactions from readonly to read/write

Sat, 18 Oct 2003 00:05:38 +0000enable to extend _preGet and _postGet in custom implementations
mmatula@netbeans.org [Sat, 18 Oct 2003 00:05:38 +0000] rev 1372
enable to extend _preGet and _postGet in custom implementations

Thu, 16 Oct 2003 23:19:48 +0000Try to pick HashMap initialCapacity sizes so as to avoid chaining in the hashtable. BLD200310170100
cliffwd@netbeans.org [Thu, 16 Oct 2003 23:19:48 +0000] rev 1371
Try to pick HashMap initialCapacity sizes so as to avoid chaining in the hashtable.
Allow one to specify different type mappings for the XML Schema types.

Wed, 15 Oct 2003 22:32:14 +0000patch that makes it possible to override refAllOfClass and refAllOfType functionality in Impl classes BLD200310160100
mmatula@netbeans.org [Wed, 15 Oct 2003 22:32:14 +0000] rev 1370
patch that makes it possible to override refAllOfClass and refAllOfType functionality in Impl classes

Wed, 15 Oct 2003 21:14:45 +0000Change event names in the hybrid approach to be consistent with the BaseBean names.
cliffwd@netbeans.org [Wed, 15 Oct 2003 21:14:45 +0000] rev 1369
Change event names in the hybrid approach to be consistent with the BaseBean names.
beanProp(String) will now search for schema names too (for backwards compatibility with BaseBean).
Speed up some generated methods: setValue, getValue, beanProps, beanPropsIterator, beanProp(int).
Make BaseBean.nameChild actually work.
Lower memory usage for BeanProp's.

Wed, 15 Oct 2003 14:48:57 +0000automatic
dkaspar@netbeans.org [Wed, 15 Oct 2003 14:48:57 +0000] rev 1368
automatic

Tue, 14 Oct 2003 20:30:08 +0000Add support for xsd:minLength and xsd:maxLength. BLD200310150100
cliffwd@netbeans.org [Tue, 14 Oct 2003 20:30:08 +0000] rev 1367
Add support for xsd:minLength and xsd:maxLength.
Fix bug dealing with adding restrictions to types.
Add test for the above, but since it requires QName jar, comment it out.

Tue, 14 Oct 2003 17:01:36 +0000Make it so that the HashMap's we create are created with a certain size in mind.
cliffwd@netbeans.org [Tue, 14 Oct 2003 17:01:36 +0000] rev 1366
Make it so that the HashMap's we create are created with a certain size in mind.
If property change event support is on, then we generate code to compare the old value and new value and only do something if they are different.

Tue, 14 Oct 2003 15:45:04 +0000CCE fixed in serialization of int arrays
thurka@netbeans.org [Tue, 14 Oct 2003 15:45:04 +0000] rev 1365
CCE fixed in serialization of int arrays