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 59335

Summary: Supoort for secusrity in ejb-jar.xml visual editor
Product: javaee Reporter: Petr Blaha <blaha>
Component: EJBAssignee: Martin Fousek <marfous>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Petr Blaha 2005-05-27 15:13:01 UTC
I think, that could be useful implement support for security in visual editor
for ejb-jar.xml.
Especially visual editor for these elements:
  <assembly-descriptor>
    <security-role>
      <role-name>USERS</role-name>
    </security-role>
    <method-permission>
      <role-name>USERS</role-name>
      <method>
        <ejb-name>AccountStateBean</ejb-name>
        <method-name>*</method-name>
      </method>
    </method-permission>

The security should be editable also for methods .