Thu, 27 Mar 2003 21:16:58 +0000Fix a bug in the XML Schema parser where an extended type was not picking up the attributes of the type it extended. BLD200303280100
cliffwd@netbeans.org [Thu, 27 Mar 2003 21:16:58 +0000] rev 1257
Fix a bug in the XML Schema parser where an extended type was not picking up the attributes of the type it extended.

Thu, 27 Mar 2003 08:51:00 +0000EventNotifier ignores events that are not listened to BLD200303271528
mmatula@netbeans.org [Thu, 27 Mar 2003 08:51:00 +0000] rev 1256
EventNotifier ignores events that are not listened to

Wed, 26 Mar 2003 19:25:29 +0000Add _setSchemaLocation & _getSchemaLocation to javabean style. BLD200303261945
cliffwd@netbeans.org [Wed, 26 Mar 2003 19:25:29 +0000] rev 1255
Add _setSchemaLocation & _getSchemaLocation to javabean style.
Fix a bug in the javabean style's copy constructor where it didn't think that a property could be null, but TYPE_0_1 types can be null.

Wed, 26 Mar 2003 15:58:19 +0000automatic
dkaspar@netbeans.org [Wed, 26 Mar 2003 15:58:19 +0000] rev 1254
automatic

Tue, 25 Mar 2003 19:03:01 +0000Put in another bug fix for mutually exclusive property resetting. It's now done in all of the right spots. BLD200303261620
cliffwd@netbeans.org [Tue, 25 Mar 2003 19:03:01 +0000] rev 1253
Put in another bug fix for mutually exclusive property resetting. It's now done in all of the right spots.
BaseBean generated beans will now respect their default values and so use them when created.
Allow a fixed attribute to be set only to the correct, fixed value.

Tue, 25 Mar 2003 01:17:38 +0000Add _setSchemaLocation and _getSchemaLocation to BaseBean generated beans. BLD200303251330
cliffwd@netbeans.org [Tue, 25 Mar 2003 01:17:38 +0000] rev 1252
Add _setSchemaLocation and _getSchemaLocation to BaseBean generated beans.
Respect mutually exclusive elements more forcefully now. If you have a schema with (A|B|C) and setA is called, then setB(null) and setC(null) are called automatically.

Mon, 24 Mar 2003 13:35:37 +0000another deadlock fixed BLD200303250100
mmatula@netbeans.org [Mon, 24 Mar 2003 13:35:37 +0000] rev 1251
another deadlock fixed

Mon, 24 Mar 2003 10:29:05 +0000deadlock fixed
mmatula@netbeans.org [Mon, 24 Mar 2003 10:29:05 +0000] rev 1250
deadlock fixed

Fri, 21 Mar 2003 16:34:57 +0000comment moved behind the xml tag BLD200303240100
mmatula@netbeans.org [Fri, 21 Mar 2003 16:34:57 +0000] rev 1249
comment moved behind the xml tag

Thu, 20 Mar 2003 11:31:18 +0000added UML2MOF servlet contributed by Nick Dowler (see issue #32076) BLD200303211109
mmatula@netbeans.org [Thu, 20 Mar 2003 11:31:18 +0000] rev 1248
added UML2MOF servlet contributed by Nick Dowler (see issue #32076)