[overlord-issues] [JBoss JIRA] (RTGOV-531) RTGov is not properly installed on EAP 6.3

Eric Wittmann (JIRA) issues at jboss.org
Wed Jul 23 15:09:29 EDT 2014


     [ https://issues.jboss.org/browse/RTGOV-531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Wittmann resolved RTGOV-531.
---------------------------------

    Resolution: Done


This was simply a bug in the subsystem parsing (marshaling) code.  All fixed now, thanks for finding this [~jpechanec].

> 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)


More information about the overlord-issues mailing list