On Jan 4, 2007, at 5:33 PM, David Blevins wrote:
Going to move these items from ContainerSystemInfo into EjbJarInfo
public final List<SecurityRoleInfo> securityRoles = new
ArrayList<SecurityRoleInfo>();
public final List<MethodPermissionInfo> methodPermissions= new
ArrayList<MethodPermissionInfo>();
public final List<MethodTransactionInfo> methodTransactions =
new ArrayList<MethodTransactionInfo>();
Up until recently (i.e. months not years) we didn't have an
EjbJarInfo and the ContainerSystemInfo was the best place for that
data. So, heads up to anyone working in the Assembler or
ConfigFactory.
All clear.
-David