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 223573 - Redesign EJBSupport to be more project related and clean-up J2eeProjectCapabilities for its methods
Summary: Redesign EJBSupport to be more project related and clean-up J2eeProjectCapabi...
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-10 07:00 UTC by Martin Fousek
Modified: 2012-12-10 09:16 UTC (History)
3 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Fousek 2012-12-10 07:00:15 UTC
Currently EJBSupport contains only server related EJB support checking. On the other side J2eeProjectCapabilities contains helper methods for identifying project related EJB support level.

Investigate if there could be clean-up in the J2eeProjectCapabilities and redesign EJBSupport to use only the EJBSupport for both (project, server) capabilities.

This should be basic concept across all supported specification in the future (probably during the JavaEE7 implementing phase).