Hide Forgot
Date of First Response: 2007-10-24 02:42:46 project_key: SOA We need to support customers who do not want to run HSQL. Right now, the ESB/SOA-P install (ant dist for ESB) creates the DBs automatically, but only for HSQL. The DBs are: - jBPM - Message store - DB used by ESB console - DB used by transformations console - DB used by management/admin console - jUDDI Right now, some of the DBs have scripts to create their DBs, but probably not all of them. We need to create these scripts, define/document/verify/test the steps needed to convert an installation from HSQL to MySQL and PostgreSQL (tier 1 DBs for SOA-P). Ideally - we will automate the install process in the installer.
Link: Added: This issue is related to SOA-63
Link: Added: This issue related JBESB-832
Link: Added: This issue related JBESB-871
Check https://svn.corp.jboss.com/repos/soa/trunk/qa/dbinstall It contains QA ant script that allows to configure ESB for selected database
Will a script be included to do this, or will this be a sequence of steps that users need to follow manually, and which we will need to provide in the installation guide?
Also look to http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122856#4122856
fixed in CR3. Interactive script is located in: /tools/schema Simply run: "ant" then follow screen prompts for information.
The new tool is in: /tools/schema in the GA CR3 and GA builds.
SOA-427 is about the tool being broken
Link: Added: This issue depends SOA-427