[jboss-jira] [JBoss JIRA] Created: (JBAS-7651) Revisit profiles that come pre-configured with AS

Stan Silvert (JIRA) jira-events at lists.jboss.org
Mon Jan 25 14:03:19 EST 2010


Revisit profiles that come pre-configured with AS
-------------------------------------------------

                 Key: JBAS-7651
                 URL: https://jira.jboss.org/jira/browse/JBAS-7651
             Project: JBoss Application Server
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: ProfileService
    Affects Versions: JBossAS-6.0.0.M1
            Reporter: Stan Silvert
            Assignee: Scott M Stark
            Priority: Blocker
             Fix For: JBossAS-6.0.0.M3


We need to revisit the profiles that come pre-configured with AS.  The goal is to provide a robust set of profiles that cover the needs of most users out of the box.

Right now we have:

minimal - total bare bones
default - what most people use, but you have to do stuff like secure the consoel before production
standard - as far as I know, this is only for JEE certification?
web - just web stuff with JTA, JCA and JPA
all - everything we can throw in, but mostly used for clustering

I think something like the following would better suit most user's needs.  This satisfies the emerging requirement to have profiles that are useful to development and production:
minimal - same as before
web - JEE web profile
standard - I guess we still need this?
development - no admin console and less logging - super-fast boot time - (JSF2 PROJECT_STAGE set to "Development")
production - includes admin console - secure - (JSF2 PROJECT_STAGE set to "Production")
clustered development - same as development, but with clustered services available
clustered production - same as production, but with clustered services available

Also see http://community.jboss.org/message/521946#521946

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list