Sat, 11 Jan 2003 03:19:29 +0000#20842: partial rewrite of leaf & container node templates to QBE200301150100-BLD200301192142
jglick@netbeans.org [Sat, 11 Jan 2003 03:19:29 +0000] rev 1167
#20842: partial rewrite of leaf & container node templates to
emphasize that they should be driven entirely from an underlying data
model.

Sat, 11 Jan 2003 01:38:19 +0000Added "extra data" to Code Generator Property's to hold Restriction Types
cliffwd@netbeans.org [Sat, 11 Jan 2003 01:38:19 +0000] rev 1166
Added "extra data" to Code Generator Property's to hold Restriction Types
Restriction types allow for verifacation of more specific data on a type (ie, length = 5).
Added support for doing a real verify in pure java beans.
Attributes can be optional or required.
Added comment support to BaseBean.
Build xml:lang into XML Schema support.

Wed, 08 Jan 2003 22:16:15 +0000#20850: svuid for all ser templates. BLD200301100100
jglick@netbeans.org [Wed, 08 Jan 2003 22:16:15 +0000] rev 1165
#20850: svuid for all ser templates.

Wed, 08 Jan 2003 22:12:20 +0000Suggesting to add a Node.Handle.
jglick@netbeans.org [Wed, 08 Jan 2003 22:12:20 +0000] rev 1164
Suggesting to add a Node.Handle.

Wed, 08 Jan 2003 16:59:09 +0000automatic
dkaspar@netbeans.org [Wed, 08 Jan 2003 16:59:09 +0000] rev 1163
automatic

Wed, 08 Jan 2003 14:25:23 +0000automatic
dkaspar@netbeans.org [Wed, 08 Jan 2003 14:25:23 +0000] rev 1162
automatic

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.