Bug 778062 (SOA-587)

Summary: The documentation is not up-to-date about installation process
Product: [JBoss] JBoss Enterprise SOA Platform 4 Reporter: Jiri Pechanec <jpechane>
Component: DocumentationAssignee: Joshua Wulf <jwulf>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: urgent Docs Contact:
Priority: urgent    
Version: 4.2 CP02CC: lcarlon
Target Milestone: ---   
Target Release: 4.2 CP02   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-587
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-06-25 11:32:14 UTC 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 Jiri Pechanec 2008-06-18 07:45:13 UTC
Date of First Response: 2008-06-23 22:37:37
project_key: SOA

SOA Getting started guide in chapter 2.1.2 is incorrect now. The schema tool now even configures management console.
There are two limitations
1) The PostgreSQL is not still supported
2) After the configuration the ant script in management-esb still must be executed BUT the deploy traget must be used otherwise the DS is not deployed

This is info message generated by schema tool
     [echo] NOTE: The ESB Management Console has been reconfigured, but must be re-deployed for the
     [echo]       configuration changes to take effect. The Management Console is also classified
     [echo]       'Tech Preview' in this version of the SOA Platform, and does not currently have
     [echo]       deployment scripts for PostgreSQL.

Comment 1 Joshua Wulf 2008-06-24 02:37:37 UTC
Removed present section 2.1.2 and added this to section 2.1.1:

"In the <install-directory>/jboss-as/tools/schema directory you will find a set of scripts that will reconfigure the main components of the platform, including the Management and Monitoring consoles, to use the supported database of your choice.

There are a number of caveats:

    * The scripts presently expect the platform to be in the out-of-the-box configuration.
    * PostgreSQL is not supported at this time.
    * The ESB Management Console is a tech preview at this time.

You can perform the reconfiguration manually by typing ant while in the schema directory, or automatically by editing build.properties. Instructions to configure build.properties are included as comments in the file itself.

After the database reconfiguration the Management Console must be redeployed manually.

   1. Edit the file /jboss-as/tools/console/management-esb/build.xml and change the value for org.jboss.esb.server.config to production or development (if you have a development profile).
   2. Run ant deploy

Please refer to the release notes for any further notes relating to database configuration. 

Comment 2 Jiri Pechanec 2008-06-25 11:32:14 UTC
Verified in CR4