After upgrade to RTC 605 not able to see the component
One answer
This was a change introduced by enhancement Enhancement 428132
For users who still want to use the legacy behavior a custom server property needs to be defined
For Liberty modify server.startup.bat file and add below entry
set JAVA_OPTS=%JAVA_OPTS% -Dcom.ibm.team.scm.service.internal.permissions.accessGroupOverridesProcessArea=true
For WAS, update JVM argument section and below entry in new line
-Dcom.ibm.team.scm.service.internal.permissions.accessGroupOverridesProcessArea=true
set JAVA_OPTS=%JAVA_OPTS% -Dcom.ibm.team.scm.service.internal.permissions.accessGroupOverridesProcessArea=true
For WAS, update JVM argument section and below entry in new line
-Dcom.ibm.team.scm.service.internal.permissions.accessGroupOverridesProcessArea=true