Bug 1350180

Summary: Applying the CP before/after installation of JON server produces different results
Product: [JBoss] JBoss Operations Network Reporter: Filip Brychta <fbrychta>
Component: Productization, UpgradeAssignee: Simeon Pinder <spinder>
Status: CLOSED ERRATA QA Contact: Filip Brychta <fbrychta>
Severity: medium Docs Contact:
Priority: medium    
Version: JON 3.3.6Keywords: Triaged
Target Milestone: ER01   
Target Release: JON 3.3.6   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-09-01 08:58:48 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Filip Brychta 2016-06-26 10:29:33 UTC
Description of problem:
Following differences are visible when applying the patch before/after installation of JON server:
- diff in rhq-server.properties:
  - rhq.server.tomcat.security.secure-socket-protocol=TLS vs. rhq.server.tomcat.security.secure-socket-protocol=TLSv1,TLSv1.1,TLSv1.2
- diff in standalone-full.xml:
  - diff in some xmlns versions
  - diff in mail-session:
<mail-session name="java:jboss/mail/Default" jndi-name="java:jboss/mail/Default" from ... vs. <mail-session jndi-name="java:jboss/mail/Default" from ...
  - diff in timer-service:
<timer-service thread-pool-name="default" default-data-store="default-file-store">
                <data-stores>
                    <file-data-store name="default-file-store" path="timer-service-data" relative-to="jboss.server.data.dir"/>
                </data-stores>
            </timer-service>

vs.

<timer-service thread-pool-name="default">
                  <data-store path="timer-service-data" relative-to="jboss.server.data.dir"/>
              </timer-service>


 - missing cassandra-jvm.properties.new file

Version-Release number of selected component (if applicable):
JON3.3.6.DR01

How reproducible:
Always

Steps to Reproduce:
First server:
1. unzip JON3.3.0.GA
2. apply the CP6
3. install

Second server:
1. unzip JON3.3.0.GA
2. install
3. apply the CP6



Actual results:
Differences described above

Comment 2 Simeon Pinder 2016-07-07 08:22:43 UTC
Moving to ON_QA as available to test with the following build:
https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=502442

Note: 	jon-server-patch-3.3.0.GA.zip maps to JON 3.3.6(jon-server-3.3.0.GA-update-06.zip)