AssemblyDescriptor

The assembly-descriptor element contains application-assembly information. The application-assembly information consists of the following parts: the definition of security roles, the definition of enterprise beans with container-managed transaction demarcation. All the parts are optional in the sense that they are omitted if the lists represented by them are empty. Providing an assembly-descriptor in the deployment descriptor is optional for the ejb-jar file producer.



 

Attributes Summary

methodPermissions  
methodTransactions Specifies how the container must manage transaction scopes for the enterprise bean's method invocations.
securityRoles  
excludeList  

 

Attribute Details


methodPermissions

 

Data type:  MethodPermission



methodTransactions

Specifies how the container must manage transaction scopes for the enterprise bean's method invocations. The element consists of an optional description, a list of method elements, and a transaction attribute.The transaction attribute is to be applied to all the specified methods.

Data type:  MethodTransaction



securityRoles

 

Data type:  SecurityRole



excludeList

 

Data type:  ExcludeList