Hide Forgot
Affects: Documentation (Ref Guide, User Guide, etc.) Date of First Response: 2010-01-28 09:44:38 project_key: SOA Following on from SOA-1568, the correct driver versions: need to be added to the schema tool need to be documented, including download locations
Link: Added: This issue is related to SOA-1568
Fixed with revisions 4021, 4024 and 4025 of: build-tools/resource/schema-tool/* Commit messages: (4021) Update the list of supported databases for SOA 5: Oracle 10g R2, (10.2.0.4) MySQL 5.0 (5.0.79) Microsoft SQL Server 2005 PostgreSQL 8.2.4 (4023) Update driver jar file names. (4024) Use the JDBC4 driver.
The schema tool includes support for these DBs - the getting started guide and this page will indicate the supported databases - http://www.jboss.com/products/platforms/soa/testedconfigurations BUT - I think we should remove the sybase related files and directories - as will will not have done ANY platform testing with it and SOA-P. Having the files/dir in the 5.0 release may cause some user confusion about it being/not being supported. db2-97 db.driver.jar=db2jcc.jar mssql2005 db.driver.jar=sqljdbc4.jar mysql50 db.driver.jar=mysql-connector-java-5.0.*-bin.jar mysql51 db.driver.jar=mysql-connector-java-5.1.*-bin.jar oracle10g db.driver.jar=ojdbc14*.jar postgresql824 db.driver.jar=postgresql-8.2-*.jdbc4.jar postgresql837 db.driver.jar=postgresql-8.3-*.jdbc4.jar sybase15 db.driver.jar=jconn2.jar
as it's now docs, assigning to docs team and moving it to GA as it shouldn't have been left as ER2
I have updated Section 2.3 of the Getting Started Guide to indicate the supported databases and drivers.
Should now be visible on Documentation-Stage.
This section in the guide is incorrect. We do NOT support Sybase in SOA-P 5.0 2.3. Database Requirements JBoss Enterprise SOA Platform has been successfully tested with and is supported on the following database systems and JDBC drivers: Database JDBC Driver IBM DB2 9.7 IBM Data Server Driver for JDBC and SQLJ (db2jcc.jar) Microsoft SQL Server 2005 Microsoft SQL Server JDBC Driver 2.0 (sqljdbc4.jar) MySQL 5.0 MySQL Connector/J 5.0.8 (mysql-connector-java-5.0.*-bin.jar) MySQL 5.1 MySQL Connector (mysql-connector-java-5.1.*-bin.jar) Oracle 10g R2 Oracle 10g R2, (10.2.0.4) JDBC thin (ojdbc14*.jar) PostgreSQL 8.2.4 JDBC4 Postgresql Driver, Version 8.2-510 (postgresql-8.2-510.jdbc4.jar) PostgreSQL 8.3.7 JDBC4 Postgresql Drive (postgresql-8.3-*.jdbc4.jar) Sybase 15 Sybase 15 (jconn2.jar)
Please remove the reference to Sybase - it is NOT supported in SOA-P 5.0 - thx!
Just removed Sybase as requested.