Hide Forgot
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.
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
Verified fixed in CP01.