[jboss-jira] [JBoss JIRA] Created: (JBAS-8488) Domain model paths

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Sat Oct 2 21:15:40 EDT 2010


Domain model paths
------------------

                 Key: JBAS-8488
                 URL: https://jira.jboss.org/browse/JBAS-8488
             Project: JBoss Application Server
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: Domain Management
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
             Fix For: 7.0.0.M1


Ability to define paths in the domain model and then refer to them in other model elements. Similar notion to interfaces and socket bindings.

Paths can be declared at the domain level but not fully specified:

<path name="tmp.dir"/>

At the server level they would need to be fully specified. This could be done at the host or server level:

<path name="tmp.dir" path="/tmp"/>

Paths can reference other paths:

<path name="tmp.examples" path="examples" relative-to"tmp.dir"/>

The system will some default paths that are not changeable by the user but can be referenced in other paths' "relative-to" attribute or in other model elements, e.g.:

jboss.home
user.home
jboss.server.dir

These paths are not changeable by the user because the system needs to know what they are before configuration file parsing can be done.

The system will also include some other "standard" paths that can be referenced in other paths' "relative-to" attribute or in other model elements and whose meaning can be changed by the user, e.g.:

jboss.server.data.dir
jboss.server.log.dir
jboss.server.tmp.dir

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

        


More information about the jboss-jira mailing list