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

Reply via email to