[jboss-jira] [JBoss JIRA] Created: (JBAS-7714) Define a mechanism for configuring what must be available in initial server start

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Mon Feb 8 16:30:19 EST 2010


Define a mechanism for configuring what must be available in initial server start
---------------------------------------------------------------------------------

                 Key: JBAS-7714
                 URL: https://jira.jboss.org/jira/browse/JBAS-7714
             Project: JBoss Application Server
          Issue Type: Task
      Security Level: Public (Everyone can see)
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
            Priority: Blocker
             Fix For: JBossAS-6.0.0.M3


The question of what content should be deployed into the runtime at the end of server start is somewhat distinct from what should be available overall. See JBAS-7713 for an example of how to make content available without requiring it to be deployed during server start.

The purpose of this JIRA is to define a configuration mechanism and API to make it easy for end users to specify what kind of on-demand behavior they want. The JBAS-7713 impl for M2 is using a simple boolean system property, but something that ties in with the overall behavior of the ProfileService is needed.

We need to make sure that profiles we ship that are configured out of the box to have expected behavior; e.g. a production profile would not have anything deploying on-demand; everything would be deployed as normal startup.

-- 
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