This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 81982 - [55cat] Easiest way to edit @XmlSchema other than writing a package-info
Summary: [55cat] Easiest way to edit @XmlSchema other than writing a package-info
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@webservices
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-05 00:44 UTC by brviking
Modified: 2006-08-15 15:57 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description brviking 2006-08-05 00:44:54 UTC
[ BUILD # : 2006080200 ]
[ JDK VERSION : 1.6 ]

NetBeans should offer an easy way to configure elements for @XmlSchema better than creating a package-info.java (or creating automatically necessary file to host the annotations).
Comment 1 brviking 2006-08-15 15:57:44 UTC
Corrected summary and additional info.

Writing package-info for @XmlSchema customization (besides a valid solution)
leads to several errors.
For example, about no one knows that package-info should be in a sub-directory
jaxws. Even worse, will all webservices implementations use this structure or
only jaxws?

So it's necessary IDE support @XmlSchema customization at package level, but
hidding this implementation specifics tweaks from developer.