You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Antoine Toulme (JIRA)" <ji...@apache.org> on 2010/07/02 10:03:52 UTC

[jira] Updated: (BUILDR-125) Support J2EE/Java EE specs for the application.xml when packaging EAR files (i.e. )

     [ https://issues.apache.org/jira/browse/BUILDR-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Toulme updated BUILDR-125:
----------------------------------

    Fix Version/s: Wish List

> Support J2EE/Java EE specs for the application.xml when packaging EAR files (i.e. <security-role>)
> --------------------------------------------------------------------------------------------------
>
>                 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: Wish List
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.