[
https://issues.apache.org/jira/browse/BUILDR-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13060382#comment-13060382
]
Hudson commented on BUILDR-125:
-------------------------------
Integrated in Buildr-ci-build #235 (See
[https://builds.apache.org/job/Buildr-ci-build/235/])
> Add support for <security-role> in application.xml of EAR packaging
> -------------------------------------------------------------------
>
> Key: BUILDR-125
> URL: https://issues.apache.org/jira/browse/BUILDR-125
> Project: Buildr
> Issue Type: New Feature
> Components: Packaging
> Affects Versions: 1.3, 1.3.1, 1.3.2, 1.3.3
> Reporter: Andrew Moore
> Fix For: 1.4.5
>
> Attachments: buildr-125.patch, buildr-125_spec.patch
>
>
> There needs to be some sort of way to customize the application.xml when
> packaging an ear file.
> There especially needs to be support for security roles.
> An example of this is the need for security roles. An example of the
> resulting application.xml file
> would be:
> <application id="OurCompany_EAR">
> <display-name>OurCompany</display-name>
> <module id="OurCompany_WAR">
> <web>
> <web-uri>ourcompany.war</web-uri>
> <context-root>/ourcompany</context-root>
> </web>
> </module>
> <module id="sp3-framework-ejb-jar">
> <ejb>ourcompany-ejb.jar</ejb>
> </module>
> <security-role id="OurCompanyUsers-role">
> <description>OurCompany Application Users</description>
> <role-name>OurCompanyUsers</role-name>
> </security-role>
> </display>
> </application>
> Perhaps it's best to fully support one or more of the specs:
> http://java.sun.com/xml/ns/javaee/application_5.xsd
> http://java.sun.com/xml/ns/j2ee/application_1_4.xsd
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira