Hide Forgot
Description of problem: BPEL console: After trying to reload page, logged user is logged out. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. install jboss-eap-6.1 2. start ./standalone.xml 3. cd quickstarts/bpel-service/sayhello && mvn clean install 4. cp target/switchyard-quickstart-bpel-service-say-hello.jar standalone/deployments/. 5. access http://localhost:8080/bpel-console 6. log in 7. refresh page -> user is logged out Actual results: Expected results: Additional info:
This has been fixed as a side effect of fixing the following BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1018898 The BPEL console now participates in the Overlord SSO. This means there is no longer a custom login screen for the bpel console. It also means that a refresh simply reloads the page. If the user's SSO session has timed out, then she will need to log in again using the SSO login screen. If not, SSO will kick in and the app will simply reload.
ER7 - Verified