| Summary: | OOTB - The BPEL console does not allow users to login until after a BPEL process is deployed | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | Len DiMaggio <ldimaggi> | ||||
| Component: | BPEL Integration | Assignee: | Gary Brown <gbrown> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | lvaskova | ||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.0.0 GA | CC: | atangrin, gbrown, rzhang, soa-p-jira | ||||
| Target Milestone: | ER7 | ||||||
| Target Release: | 6.0.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Release Note | |||||
| Doc Text: |
For Beta User has to deploy before attempting to log in to the conosle, or login will not work.
|
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: | |||||
| Attachments: |
|
||||||
|
Description
Len DiMaggio
2013-09-25 14:49:59 UTC
Created attachment 802899 [details]
BPEL login screenshot
The reason for this is that the BPEL console (currently) needs the BPEL engine to be initialized. However the BPEL engine is only initialized after a BPEL process is deployed - to avoid unnecessary startup delay in switchyard if user is not using BPEL. Had a look, and this error is displayed if the console gets a login failure that is not authentication related: bpm-console project: gui/war/src/main/java/org/jboss/bpm/console/client/LoginView.java This won't be a quick fix, so suggest it should be post-beta. We need to make sure it's documented for Beta so the user knows to deploy before attempting to log in to console. Agree it has to be fixed for GA. Applied part of the fix - to enable the console server to cause the engine to be initialized even if no BPEL processes have been deployed. Remainder of solution should be provided when the login mechanism is changed in the console to use the Overlord SSO mechanism. Gary Brown <gary> updated the status of jira RIFTSAW-545 to Resolved *** Bug 947313 has been marked as a duplicate of this bug. *** Verified on ER7 |