On 06/09/2011 10:52 PM, Brian Stansberry wrote:
On 6/9/11 3:59 PM, Scott Stark wrote:
> I think I'll do this as a new module that depends on the domain-api-http
> and web modules rather than make it part of the jbossweb piece and treat
> it as another interface under managment-interfaces in the standalone
> domain model. If that is the case, then the domain controller does not
> apply, correct?
>
That's correct; the host.xml parser should just barf if that element
were present.
For that to happen we may need to refactor the schema slightly as the
type for management-interfaces is common across both standalone and host
- also the parsing is in CommonXML so unaware of the mode.
Having a service that's part of the core AS depend on a subsystem
makes
me queasy. Mostly because I sense a slippery slope. But there's no
reason it shouldn't work.