[
https://issues.jboss.org/browse/RTGOV-531?page=com.atlassian.jira.plugin....
]
Eric Wittmann commented on RTGOV-531:
-------------------------------------
I can reproduce this by making any change in the JBoss Admin UI, which presumably results
in the standalone.xml file being marshaled to file. My guess is that the overlord
extension(s) need to do *something* in response to this event. I will investigate.
RTGov is not properly installed on EAP 6.3
------------------------------------------
Key: RTGOV-531
URL:
https://issues.jboss.org/browse/RTGOV-531
Project: RTGov (Run Time Governance)
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 2.0.0.Final
Reporter: Jiri Pechanec
Assignee: Eric Wittmann
Priority: Blocker
When a user installs the RTGov into EAP 6.3 it will modify standalone*.xml with elements
that contain namespaces like
{code:xml}
<ns0:subsystem xmlns:ns0="urn:jboss:domain:overlord-configuration:1.0">
<configurations
xmlns="urn:jboss:domain:overlord-configuration:1.0">
<ns2:configuration
xmlns:ns2="urn:jboss:domain:overlord-configuration:1.0"
xmlns="urn:jboss:domain:1.6"
xmlns:ns1="urn:jboss:domain:overlord-configuration:1.0"
name="overlord">
<properties
xmlns="urn:jboss:domain:overlord-configuration:1.0">
<ns4:property
xmlns:ns4="urn:jboss:domain:overlord-configuration:1.0"
xmlns="urn:jboss:domain:1.6"
xmlns:ns3="urn:jboss:domain:overlord-configuration:1.0"
name="overlord.port" value="8080"/ >
<ns5:property
xmlns:ns5="urn:jboss:domain:overlord-configuration:1.0"
xmlns="urn:jboss:domain:1.6"
xmlns:ns3="urn:jboss:domain:overlord-configuration:1.0"
name="overlord.baseUrl" value="htt
p://localhost:${overlord.port}"/>
{code}
when the server is started it modifies the content of the config file into
{code:xml}
<subsystem xmlns="urn:jboss:domain:overlord-configuration:1.0">
<configurations>
<configuration/>
<configuration/>
<configuration/>
</configurations>
{code}
which prevents EAP from starting second time
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)