Hide Forgot
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?
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
Can you remember why this file was removed?
It was removed because there was a JIRA to remove it =)
jmx-console-users.properties is superseded by soa-users.properties in the standalone
[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.
Link: Added: This issue incorporates SOA-256