Tue, 21 Jan 2003 18:31:36 +0000An EMPTY element from a DTD is different from a xsd:boolean. The EMPTY element doesn't have to be there. BLD200301220100
cliffwd@netbeans.org [Tue, 21 Jan 2003 18:31:36 +0000] rev 1174
An EMPTY element from a DTD is different from a xsd:boolean. The EMPTY element doesn't have to be there.
Implement IZ#22837 with the -defaultsaccessable option.
Added a -compile option.
Implemented toString() in pure java beans.
Fixed a bug in SchemaRep that was causing a problem for XML Operations (4803685).

Mon, 20 Jan 2003 22:53:26 +0000uml2mof transformer QBE200301220100-BLD200301241017
mmatula@netbeans.org [Mon, 20 Jan 2003 22:53:26 +0000] rev 1173
uml2mof transformer

Thu, 16 Jan 2003 22:59:43 +0000Implement javadoc error scanning
tor@netbeans.org [Thu, 16 Jan 2003 22:59:43 +0000] rev 1172
Implement javadoc error scanning

Thu, 16 Jan 2003 19:48:29 +0000Tried to make some of the packages public officially (OpenIDE-Module-Public-Packages). BLD200301200100
cliffwd@netbeans.org [Thu, 16 Jan 2003 19:48:29 +0000] rev 1171
Tried to make some of the packages public officially (OpenIDE-Module-Public-Packages).
Fix up the getReadMethod when dealing with indexed boolean.
Added a nice message after generating talking about the root bean.
Fixed up several places in JavaBeanClass where an indexed scalar wasn't compiling.
Made the docs a little better.

Wed, 15 Jan 2003 21:24:04 +0000Made several small infrastructure changes (refactored a little too). BLD200301160100
cliffwd@netbeans.org [Wed, 15 Jan 2003 21:24:04 +0000] rev 1170
Made several small infrastructure changes (refactored a little too).
Implement IZ#23173: proper generation of delgator classes.
Add support to name the delegator class in the mdd.
Handle the whitespace restriction while changing an attribute with that restriction.
Removed verify from BaseBean as it was never actually used and it didn't have the right signature
BaseBean now has validate.
Added defaultNamespace to BaseBean.
Added childBeans method that returns all active child beans. Very useful for recursing over the entire bean graph.
Updated MetaDD using pure javabeans.
Can generate a CommonBean interface.
If the DTD parser throws an IllegalStateException, then we retry the file as XML Schema; consequently, the user doesn't have to put -xmlschema on the command line any more.
Added -premium to mean that the user wants all of the currently available good options. The compatibility between one version's premium options and another is *not* guarenteed.
Pure java beans get 2 methods now: fetchPropertyByName & changePropertyByName, for working more reflectively.
Fixed up some of the restriction for some of the XML Schema built-in types (ie, positiveInteger now says it should be > 0).
Updated tests for new features.

Wed, 15 Jan 2003 15:46:36 +0000automatic
dkaspar@netbeans.org [Wed, 15 Jan 2003 15:46:36 +0000] rev 1169
automatic

Mon, 13 Jan 2003 09:56:58 +0000fixed usage of datatypes from imported packages, fixed usage of attributes and attribute indexes in federated storages BLD200301140100
mmatula@netbeans.org [Mon, 13 Jan 2003 09:56:58 +0000] rev 1168
fixed usage of datatypes from imported packages, fixed usage of attributes and attribute indexes in federated storages

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.