Bug 777952 (SOA-482)

Summary: error in schema/build.properties
Product: [JBoss] JBoss Enterprise SOA Platform 4 Reporter: Joshua Wulf <jwulf>
Component: ConfigurationAssignee: trev <tkirby>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4.2 GACC: lcarlon
Target Milestone: ---   
Target Release: 4.2 CP01   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-482
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-04-07 20:13:23 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 Joshua Wulf 2008-03-31 13:54:53 UTC
Affects: Release Notes
Date of First Response: 2008-04-07 16:13:23
project_key: SOA

The instructions in jboss-as/tools/schema/build.properties relating to configuration of oracle9i and oracle10g databases is incorrect.

This was release noted in GA. The script can be modified to deprecate the release note.

Comment 1 Joshua Wulf 2008-03-31 13:55:55 UTC
Here is a corrected version of the file:


##
##  JBoss SOA Platform
##  -------------------
##
##  Use this script to setup a new database configuration for the SOA platform.
##  You may also interactively setup the database, simply by running "ant" without
##  modifying this file.
##

org.jboss.esb.server.home=../../

##
## The configuration profile to update
##
org.jboss.esb.server.config=default

##
## The type of database to be configured
## For mysql and postgresql (mysql, postgresql) use the following format:
##
# org.jboss.esb.server.database=mysql
## 
## For oracle9i or oracle10g (oracle9i, oracle10g) you should use the following:
##
# org.jboss.esb.server.database=oracle
# source.dir=oracle9i

##
## The database instance name (or tablespace)
##
# db.name=soaesb1_as

##
## Hostname or IP address of the database system.
##
# db.hostname=localhost

##
## The TCP Port
##
# db.port=3306

##
## The database login name
##
# db.username=soaesb1

##
## The database password
##
# db.password=soaesb1


##
## The minimum number of slots for the connection pool to allocate
##
db.minpoolsize=15

##
## The maximum number of slots for the connection ppol to allocate
##
db.maxpoolsize=50



Comment 2 Len DiMaggio 2008-04-07 20:13:23 UTC
Verified fixed in CP01.