Tue, 07 Jan 2003 18:24:29 +0000Make changes so that the daily xtest runs can run with schema2beans test (IZ 25046). BLD200301080100
cliffwd@netbeans.org [Tue, 07 Jan 2003 18:24:29 +0000] rev 1161
Make changes so that the daily xtest runs can run with schema2beans test (IZ 25046).

Tue, 07 Jan 2003 14:40:21 +0000Added MDR xml and xml-api samples to daily-alpaha-nbms module configuration
rbalada@netbeans.org [Tue, 07 Jan 2003 14:40:21 +0000] rev 1160
Added MDR xml and xml-api samples to daily-alpaha-nbms module configuration

Tue, 07 Jan 2003 13:57:31 +0000no message
mmatula@netbeans.org [Tue, 07 Jan 2003 13:57:31 +0000] rev 1159
no message

Mon, 06 Jan 2003 21:55:33 +0000Better handling of java.lang.Calendar for XML Schema types date & dateTime. BLD200301070100
cliffwd@netbeans.org [Mon, 06 Jan 2003 21:55:33 +0000] rev 1158
Better handling of java.lang.Calendar for XML Schema types date & dateTime.
Element annotations from XML Schema are put into generated class.
Fix bug in merging of comments where graphManger might be null.
Added simple find by (XML Schema) key method in pure JavaBeans. It only works with simple xpath expressions.
Added XML Schema parsing of totalDigits, minInclusive, maxInclusive, fractionDigits, & length.
Fixed bug 29757. Invoice test case now added to tests.

Mon, 06 Jan 2003 14:56:12 +0000bigfix (see issue #24620)
mmatula@netbeans.org [Mon, 06 Jan 2003 14:56:12 +0000] rev 1157
bigfix (see issue #24620)

Mon, 06 Jan 2003 14:30:50 +0000patch from Brian integrated (see issue #29504)
mmatula@netbeans.org [Mon, 06 Jan 2003 14:30:50 +0000] rev 1156
patch from Brian integrated (see issue #29504)

Sat, 21 Dec 2002 22:42:55 +0000Fixes to testsuite so that it compiles - still some run failures.
tor@netbeans.org [Sat, 21 Dec 2002 22:42:55 +0000] rev 1155
Fixes to testsuite so that it compiles - still some run failures.
Gotta update the testsuite soon and put some more thorough tests
in there.

Fri, 13 Dec 2002 14:31:25 +0000recursive refDelete of one-way-navigable associations fixed BLD200212310100
mmatula@netbeans.org [Fri, 13 Dec 2002 14:31:25 +0000] rev 1154
recursive refDelete of one-way-navigable associations fixed

Thu, 12 Dec 2002 10:25:10 +0000automatic
dkaspar@netbeans.org [Thu, 12 Dec 2002 10:25:10 +0000] rev 1153
automatic

Wed, 11 Dec 2002 21:40:00 +0000Add attribute defaults from XML Schemas. BLD200212130100
cliffwd@netbeans.org [Wed, 11 Dec 2002 21:40:00 +0000] rev 1152
Add attribute defaults from XML Schemas.
Pure java beans properties will now start with the defaults.
Refactor some more code into JavaUtil.