[
https://jira.jboss.org/browse/JBAS-8190?page=com.atlassian.jira.plugin.sy...
]
Brian Stansberry commented on JBAS-8190:
----------------------------------------
Assigned to myself for a bit. The Standalone class currently has a constructor that takes
a Domain, Host and serverName as params and creates an object that can be the runtime
configuration for a single server (e.g. this would be passed from the ServerManager to a
server.) So I'm working on that aspect of the class as the next logical step from my
work on Domain + Host. The other aspect of the class is creating the constructor variants
that parse from a standalone schema.
I'm not certain it's the right way to go to use this Standalone class as the
runtime configuration for a single server in both the true standalone case and the full
DomainController + ServerManager case. We've got parsing from whatever our standalone
schema is, plus this Domain, Host and serverName stuff. If it proves strange to combine
both functions in a single class, we can break it out later.
Standalone server configuration object model
--------------------------------------------
Key: JBAS-8190
URL:
https://jira.jboss.org/browse/JBAS-8190
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public(Everyone can see)
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Blocker
Fix For: 7.0.0.M1
Object model that represents the standalone configuration schema.
Note that it's quite possible that there will not be a separate, distinct object
model for this and the object model that represents a regular Server in a Domain will
suffice. Or perhaps we'll provide a class that provides a view onto the regular
Domain/ServerGroup/Server object model for use by clients (e.g. embedded AS users) who
want a simplified view.
Key thing is we don't want every subsystem that needs to understand the domain
configuration model to have to understand both the standalone and the full variant of it.
--
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