On Sep 28, 2011, at 12:13 PM, David M. Lloyd wrote:
On 09/28/2011 10:43 AM, Pete Muir wrote:
> Warning, I may be repeating an existing query, so tell me politely where to go if
that is the case ;-)
>
> I've been adding Express support to Forge, in the run up to doing demos at
JavaOne. I've hit the point where I want to add an entry (an Infinispan cache) to the
standalone.xml (or domain.xml), and I want to do it without having to write a parser. If
the node is available via the mgmt interface this is easy - I can use the REST interface
etc. However, my node isn't, and the recommended way to configure it is to edit
.openshift/configuration/standalone.xml.
>
> Any thoughts on how I can make use of the management capabilities of AS to define
this (in a machine controllable way without me reinventing the wheel) for OpenShift
Express?
If there is something that is in standalone.xml that can't be affected
with management operations, I'd say we have a bug. You should be able
to get at any configuration item at runtime.
I believe the issue is no management interfaces are enabled in Express. Your only
interface is standalone.xml.
Ben