Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1115434

Summary: Natives are kept turned on after server is reloaded
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Martin Velas <mvelas>
Component: WebAssignee: Rémy Maucherat <rmaucher>
Status: CLOSED DUPLICATE QA Contact: Jan Stefl <jstefl>
Severity: medium Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.3.0CC: pslavice, rhatlapa
Target Milestone: ---   
Target Release: EAP 6.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-09-09 13:12:57 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 Martin Velas 2014-07-02 11:08:50 UTC
Description of problem:
When the natives are turned off for the web subsystem and reload is performed, the natives are still in use.  

Version-Release number of selected component (if applicable):
6.3.0.ER7

How reproducible:
allways

Steps to Reproduce:
1. install eap 6.3.0.ER7 with natives
2. ./bin/standalone.sh
3. enable the natives - you can use CLI: /subsystem=web:write-attribute(name=native, value=true)
4. restart the server
5. using CLI disable the natives: /subsystem=web:write-attribute(name=native, value=false)
6. reload the server using CLI

Actual results:
natives are still in use. See server output:
06:57:22,994 INFO  [org.apache.coyote.http11.Http11AprProtocol] (MSC service thread 1-7) JBWEB003000: Coyote HTTP/1.1 starting on: http-/127.0.0.1:8080

Expected results:
natives are disabled, example output:
06:58:58,035 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-2) JBWEB003001: Coyote HTTP/1.1 initializing on : http-/127.0.0.1:8080


Additional info:
When the server is shutdown and started again, the server is correctly started without the natives.

Comment 1 Martin Velas 2014-08-05 12:06:20 UTC
Issue is still valid for EAP 6.3.0.ER10.

Comment 2 Rémy Maucherat 2014-09-09 13:12:57 UTC
A number of attributes only get set during bootstrap, causing this.

*** This bug has been marked as a duplicate of bug 1115443 ***