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 115189 - wizard to create the validation files
Summary: wizard to create the validation files
Status: RESOLVED WONTFIX
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Validation (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-10 22:05 UTC by kiran_bhumana
Modified: 2008-02-29 10:45 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 kiran_bhumana 2007-09-10 22:05:51 UTC
Why isin't there a wizard to add source for validation?
    There is a wizard to create a new module, there is a wizard to create the actions, there is a wizard to create the
DataObjects, NodeObjects, NodeBeanInfos, DataLoaderObject. There should be a wizard for the validation class and config
files generation.

This wizard should create the METAINF.services files and the validator class which implements the appropriate interfaces.
Comment 1 Sergey Lunegov 2007-10-16 12:38:02 UTC
Vladimir, it's about validation framework
Comment 2 Vladimir Yaroslavskiy 2008-02-29 10:45:22 UTC
Do we really need this wizard? Wizards for a new module, various types of document are useful and for customers.
Interface org.netbeans.modules.xml.xam.spi.Validator has two methods only and it is easy to create stubs for them. Note
that NetBeans IDE also helps to do it automatically.

I can't see use cases when an external  customer would like to add a new validator for xml documents.
In any case this wizard should be implemented in XML validation module to be common for wsdl, schema and bpel.