Jiri Pechanec created RTGOV-531:
-----------------------------------
Summary: 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: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: 2.0.0.Final
Reporter: Jiri Pechanec
Assignee: Gary Brown
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)