Bug 777838 (SOA-364)

Summary: server/default/conf/props/jmx-console-users.properties file missing from standalone .zip distribution
Product: [JBoss] JBoss Enterprise SOA Platform 4 Reporter: Len DiMaggio <ldimaggi>
Component: Build ProcessAssignee: Mike Brock <cbrock>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4.2 CR1CC: rruss
Target Milestone: ---   
Target Release: 4.2 CR2   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-364
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
standalone-soa-4.2.0.CR1.zip
Last Closed: 2008-02-04 18:56:01 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:

Description Len DiMaggio 2008-01-24 16:43:56 UTC
Link type: Superset, Source: SOA-364, Destination: SOA-256
Date of First Response: 2008-01-28 13:21:13
project_key: SOA

The jmx-console-users.properties file is missing:

cd /opt/RC1/jboss-soa-p-standalone.4.2.0/jboss-as/server/default/conf/props

[ldimaggi@ldimaggi props]$ ll
total 40
-rw-r--r-- 1 ldimaggi ldimaggi 85 Jan 21 11:04 jbossws-roles.properties
-rw-r--r-- 1 ldimaggi ldimaggi 86 Jan 21 11:04 jbossws-users.properties
-rw-r--r-- 1 ldimaggi ldimaggi 39 Jan 21 11:06 jmx-console-roles.properties
-rw-r--r-- 1 ldimaggi ldimaggi 39 Jan 21 11:04 soa-roles.properties
-rw-r--r-- 1 ldimaggi ldimaggi 12 Jan 21 11:04 soa-users.properties

I'm not if there's much/any functional impact - as we have the single-signon files in place - but why is the jmx-console-users.properties file not there?

Comment 1 Len DiMaggio 2008-01-24 16:44:47 UTC
It's also missing in the embedded server - except for the default profile:

[ldimaggi@ldimaggi jboss-soa-p.4.2.0]$ pwd
/opt/RC1/jboss-soa-p.4.2.0

[ldimaggi@ldimaggi jboss-soa-p.4.2.0]$ find . -name jmx-console-users.properties -print
./jboss-as/server/default/conf/props/jmx-console-users.properties


Comment 2 trev 2008-01-28 18:21:13 UTC
Can you remember why this file was removed?

Comment 3 Mike Brock 2008-01-29 14:08:15 UTC
It was removed because there was a JIRA to remove it =)

Comment 4 Mike Brock 2008-01-29 14:09:40 UTC
jmx-console-users.properties is superseded by soa-users.properties in the standalone

Comment 5 Len DiMaggio 2008-02-04 18:55:35 UTC
[ldimaggi@ldimaggi jboss-soa-p.4.2.0]$ find /opt/RC2/ -name "jmx-console-*.properties"  -ls 

3997955    8 -rw-r--r--   1 ldimaggi ldimaggi       85 Jan  3 15:49 /opt/RC2/jboss-soa-p.4.2.0/jboss-as/server/default/conf/props/jmx-console-users.properties
3997954    8 -rw-r--r--   1 ldimaggi ldimaggi      101 Jan  3 15:49 /opt/RC2/jboss-soa-p.4.2.0/jboss-as/server/default/conf/props/jmx-console-roles.properties
3997834    8 -rw-r--r--   1 ldimaggi ldimaggi       39 Feb  3 16:25 /opt/RC2/jboss-soa-p-standalone.4.2.0/jboss-as/server/default/conf/props/jmx-console-roles.properties

No functional impart - let's close this one.

Comment 7 Len DiMaggio 2008-02-05 17:12:26 UTC
Link: Added: This issue incorporates SOA-256