Bug 778062 (SOA-587) - The documentation is not up-to-date about installation process
Summary: The documentation is not up-to-date about installation process
Keywords:
Status: CLOSED NEXTRELEASE
Alias: SOA-587
Product: JBoss Enterprise SOA Platform 4
Classification: JBoss
Component: Documentation
Version: 4.2 CP02
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ---
: 4.2 CP02
Assignee: Joshua Wulf
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-06-18 07:45 UTC by Jiri Pechanec
Modified: 2014-10-19 23:00 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-06-25 11:32:14 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SOA-587 0 None None None Never

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


Note You need to log in before you can comment on or make changes to this bug.