Hi Mikael, Thanks for the gentle reminder. I think it was simply overlooked. I'll look at it later today.
alex On Tue, Nov 30, 2010 at 10:36 PM, Mikael Amborn <[email protected]>wrote: > Hi, > > I submitted a patch for jira issue BUILDR-125 (support for j2ee > security tag in application.xml) a while ago and was wondering if > anybody had had a chance to look at it yet? If so do you have any > comments on the suggested syntax for adding security roles or about > the code in the patch? > > Example buildfile syntax: > > package(:ear).security_roles << {:id=>'SecurityRole_123', > :description=>'Read only user', :name=>'coolUser'} > > which would result in the following rows in the application.xml file: > > <security-role id="SecurityRole_123"> > <description>Read only user</description> > <role-name>coolUser</role-name> > </security-role> > > Cheers, > Mikael Amborn >
