Mon, 29 Aug 2005 14:21:48 +0000Needs the xmlbeans library, add it to common buildscript. BLD200508291800
pnejedly@netbeans.org [Mon, 29 Aug 2005 14:21:48 +0000] rev 1715
Needs the xmlbeans library, add it to common buildscript.

Tue, 23 Aug 2005 14:41:06 +0000Some fixups.
jglick@netbeans.org [Tue, 23 Aug 2005 14:41:06 +0000] rev 1714
Some fixups.

Tue, 23 Aug 2005 14:12:33 +0000Moving samples. Cf. #62157.
jglick@netbeans.org [Tue, 23 Aug 2005 14:12:33 +0000] rev 1713
Moving samples. Cf. #62157.

Tue, 23 Aug 2005 08:57:52 +0000Follow library location change. BLD200508231800
pkuzel@netbeans.org [Tue, 23 Aug 2005 08:57:52 +0000] rev 1712
Follow library location change.

Fri, 19 Aug 2005 23:12:57 +0000#57975: Number of file descriptors held by MDR is now limited to 200. javaee5_before_merge7
mmatula@netbeans.org [Fri, 19 Aug 2005 23:12:57 +0000] rev 1711
#57975: Number of file descriptors held by MDR is now limited to 200.

Fri, 19 Aug 2005 14:51:36 +0000#62156: Recovery from invalid values in multivalued attributes added.
mmatula@netbeans.org [Fri, 19 Aug 2005 14:51:36 +0000] rev 1710
#62156: Recovery from invalid values in multivalued attributes added.

Wed, 10 Aug 2005 13:24:57 +0000updated for new issuezilla and umbrella issues added
lmartinek@netbeans.org [Wed, 10 Aug 2005 13:24:57 +0000] rev 1709
updated for new issuezilla and umbrella issues added

Tue, 09 Aug 2005 21:46:56 +0000Better show extended attributes in bean hierarchy. BLD200508171800
cliffwd@netbeans.org [Tue, 09 Aug 2005 21:46:56 +0000] rev 1708
Better show extended attributes in bean hierarchy.
Fix a few bugs around extended complexTypes.

Mon, 08 Aug 2005 00:53:58 +0000Issue number: 56615 BLD200508081800
cliffwd@netbeans.org [Mon, 08 Aug 2005 00:53:58 +0000] rev 1707
Issue number: 56615

Add command line switch -respectExtension, which is on if premium is selected. complexTypes that extend other ones will map to java types that extend as well.
Pass around the notion of abstract, but don't do much with it (issue with newing).

Sun, 07 Aug 2005 00:32:00 +0000Issue number: 61138 BLD200508071800
cliffwd@netbeans.org [Sun, 07 Aug 2005 00:32:00 +0000] rev 1706
Issue number: 61138

mFix Bug 61138: duplicate internal names to multiple complexTypes getting treated as if they were the same complexType, when they really are different complexTypes. Add a unit test for that.
Fix a few generics generation issues.
Give better namespace prefix retension.
Small incompatibility in a few SchemaRep methods: should not be a problem.