[jboss-jira] [JBoss JIRA] (AS7-1807) Add support for rebranding jars

Heiko Rupp (Commented) (JIRA) jira-events at lists.jboss.org
Tue Dec 13 16:47:10 EST 2011


    [ https://issues.jboss.org/browse/AS7-1807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650663#comment-12650663 ] 

Heiko Rupp commented on AS7-1807:
---------------------------------

Please don't forget the versions that are returned by 

[standalone at localhost:9999 /] :read-attribute(name=release-version)
    "result" => "7.1.0.Beta1-redhat-1"

and
[standalone at localhost:9999 /] :read-attribute(name=release-codename)
    "result" => "Tesla"

Especially as the above is from DR8 and the boot log already shows the correct information.
See also AS7-364

                
> Add support for rebranding jars
> -------------------------------
>
>                 Key: AS7-1807
>                 URL: https://issues.jboss.org/browse/AS7-1807
>             Project: Application Server 7
>          Issue Type: Feature Request
>            Reporter: Jason Greene
>            Assignee: Paul Gier
>             Fix For: 7.1.0.Final
>
>
> In order to make it easier for multiple products (EAP/SOA-P/etc) to consume the same common AS source code, we need to implement a plugability mechanism that allows version numbers, branding skins/themes, logos, etc to be easily replaced (preferably using a single jar).
> The mechanism would involve supplying some kind of an argument to the bootstrap. For example:
> java -jar \"$JBOSS_HOME/jboss-modules.jar\" \
>        <snip>
>        org.jboss.as.standalone
>        -Djboss.brand.module=org.jboss.as.project-brand
> We would then provide some API to get the module so that it can be used to launch services and/or perform resource loading.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list