Bug 778871 (SOA-1313)

Summary: Misleading error msg: jBPM username and password must be set in...
Product: [JBoss] JBoss Enterprise SOA Platform 4 Reporter: Burr Sutter <burr.sutter>
Component: unspecifiedAssignee: Default User <jbpapp-maint>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 4.3 GA   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-1313
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-05-15 08:03:33 UTC Type: Task
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Burr Sutter 2009-05-14 17:42:50 UTC
project_key: SOA

 jBPM username and password must be set in C:\demo\jboss-soa-p.4.3.0_demo\jboss-
as\samples\quickstarts\conf/quickstarts.properties.
 The jBPM web console is secured when running in production mode i.e when org.jb
oss.esb.server.config=production.

This shows up after a brand new install of SOA-P.  The problem with this message is that the user must know the following 3 steps:
- update the jboss-as\server\default\conf\props\soa-users.properties file
- copy quickstarts\conf\quickstarts.properties-example to quickstarts.properties
- remove the "#" from 
jbpm.console.username=admin
jbpm.console.password=admin

plus, I was running the "default" configuration and this error msg suggests that I'm running the prodution config.

The message is produced when you use "ant deploy" in the helloworld quickstart.

Comment 1 Kevin Conner 2009-05-15 08:03:12 UTC
Link: Added: This issue duplicates SOA-606