Bug 1018141

Summary: BPEL console user is logged out after refresh
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: lvaskova
Component: BPEL IntegrationAssignee: Eric Wittmann <eric.wittmann>
Status: CLOSED CURRENTRELEASE QA Contact: lvaskova
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.0.0 GACC: soa-p-jira
Target Milestone: ER7   
Target Release: 6.0.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 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 lvaskova 2013-10-11 10:32:46 UTC
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:

Comment 2 Eric Wittmann 2013-10-21 16:04:39 UTC
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.

Comment 3 lvaskova 2013-12-11 13:03:09 UTC
ER7 - Verified