Hide Forgot
Date of First Response: 2007-12-04 00:15:50 project_key: SOA Description of problem: IR7 *users.properties files define login account - should be commented out to be consistent with EAP Version-Release number of selected component (IR or RC #, component ver) soa-4.2.0-IR7.0.zip How reproducible: 100% Steps to Reproduce: 1. Just install soa-4.2.0-IR7.0.zip Actual results: The files have user-admin - uncommented - the practice in EAP is to have the "admin" user defined, but commented out - to require the user to define their users Expected results: No uncommented users/passwords Additional info: (e.g., stack trace): [root@stacks3 IR7]# ls /opt/IR7 [root@stacks3 IR7]# find . -name "*users.properties" -print ./jboss-soa-p.4.2.0/jboss-as/server/production/conf/props/messaging-users.properties ./jboss-soa-p.4.2.0/jboss-as/server/production/conf/props/jbossws-users.properties ./jboss-soa-p.4.2.0/jboss-as/server/production/conf/props/jmx-console-users.properties ./jboss-soa-p.4.2.0/jboss-as/server/production/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties ./jboss-soa-p.4.2.0/jboss-as/server/all/conf/props/messaging-users.properties ./jboss-soa-p.4.2.0/jboss-as/server/all/conf/props/jbossws-users.properties ./jboss-soa-p.4.2.0/jboss-as/server/all/conf/props/jmx-console-users.properties ./jboss-soa-p.4.2.0/jboss-as/server/all/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties ./jboss-soa-p.4.2.0/jboss-as/server/oracle/conf/props/messaging-users.properties ./jboss-soa-p.4.2.0/jboss-as/server/oracle/conf/props/jbossws-users.properties ./jboss-soa-p.4.2.0/jboss-as/server/oracle/conf/props/jmx-console-users.properties ./jboss-soa-p.4.2.0/jboss-as/server/oracle/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties ./jboss-soa-p.4.2.0/jboss-as/server/default/conf/props/jbossws-users.properties ./jboss-soa-p.4.2.0/jboss-as/server/default/conf/props/jmx-console-users.properties ./jboss-soa-p.4.2.0/jboss-as/server/default/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties
For the purposes of testing, this will not be fixed until the final release.
moved to beta1 for ease of testing IR9
Was this done in Beta1? If not, what's the status?
This is fixed for all files except for: [ldimaggi@ldimaggi RC1]$ cat ./jboss-soa-p.4.2.0/jboss-as/server/production/conf/props/jbossws-users.properties # A sample users.properties file for use with the UsersRolesLoginModule kermit=thefrog [ldimaggi@ldimaggi RC1]$ cat ./jboss-soa-p.4.2.0/jboss-as/server/default/conf/props/jbossws-users.properties # A sample users.properties file for use with the UsersRolesLoginModule kermit=thefrog [ldimaggi@ldimaggi RC1]$ cat ./jboss-soa-p.4.2.0/jboss-as/server/all/conf/props/jbossws-users.properties # A sample users.properties file for use with the UsersRolesLoginModule kermit=thefrog [ldimaggi@ldimaggi RC1]$ cat ./jboss-soa-p-standalone.4.2.0/jboss-as/server/default/conf/props/jbossws-users.properties # A sample users.properties file for use with the UsersRolesLoginModule kermit=thefrog But - with the single-sign-on that we've implemented, this username/passwd is not valid.