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

Summary: Redesign EJBSupport to be more project related and clean-up J2eeProjectCapabilities for its methods
Product: javaee Reporter: Martin Fousek <marfous>
Component: EJBAssignee: Martin Fousek <marfous>
Status: NEW ---    
Severity: normal CC: dkonecny, mjanicek, pjiricka
Priority: P2    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

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).