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 105913 - Hint for missing empty constuctor in POJOs used in WS operation declaration
Summary: Hint for missing empty constuctor in POJOs used in WS operation declaration
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@webservices
URL:
Keywords:
Depends on:
Blocks: 78758
  Show dependency tree
 
Reported: 2007-06-06 17:08 UTC by m_potociar
Modified: 2007-06-06 18:38 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 m_potociar 2007-06-06 17:08:07 UTC
When developing WS from Java, it would be very useful to have a hint that would
check whether all beans used as WS operation parameters/result do have an empty
constructor. The hint should display a warning if no such constructor is found.

The reason for the enhancement request is that even though the application does
compile without any problems, deployment results in JAXB error when empty
constructor is not found.