Bug 777952 (SOA-482) - error in schema/build.properties
Summary: error in schema/build.properties
Keywords:
Status: CLOSED NEXTRELEASE
Alias: SOA-482
Product: JBoss Enterprise SOA Platform 4
Classification: JBoss
Component: Configuration
Version: 4.2 GA
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 4.2 CP01
Assignee: trev
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-03-31 13:54 UTC by Joshua Wulf
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-04-07 20:13:23 UTC
Type: Bug


Attachments (Terms of Use)


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

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.


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