Bug 779173 (SOA-1568)

Summary: remove db drivers from the SOA build
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: trev <tkirby>
Component: Build ProcessAssignee: Julian Coleman <jcoleman>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 5.0.0 ER1   
Target Milestone: ---   
Target Release: 5.0.0 GA, 5.0.0 ER2   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-1568
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-01-04 15:06:32 UTC Type: Task
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description trev 2009-10-27 15:13:09 UTC
Affects: Documentation (Ref Guide, User Guide, etc.)
Date of First Response: 2009-10-29 10:23:17
project_key: SOA

providing jdbc drivers in the zips creates the possibility of shipping out of date drivers and clashing with drivers installed via RPM's etc.  They should be removed

Comment 1 Julian Coleman 2009-10-29 14:18:17 UTC
Link: Added: This issue related SOA-1574


Comment 2 Julian Coleman 2009-10-29 14:23:17 UTC
Resolved in revision 4001 of:
  build-tools/resource/schema-tool/build.xml
  build-tools/resource/schema-tool/db2/driver/name.properties
  build-tools/resource/schema-tool/mssql/driver/name.properties
  build-tools/resource/schema-tool/mysql/driver/name.properties
  build-tools/resource/schema-tool/oracle10g/driver/name.properties
  build-tools/resource/schema-tool/oracle9i/driver/name.properties
  build-tools/resource/schema-tool/postgresql/driver/name.properties
  build-tools/resource/schema-tool/sybase/driver/name.properties

Commit message:
  Remove database driver jar files.
  Add "name.properties" files containing the jar file names (i.e. the jar files
  that are now removed).
  Use the jar file names when running the schema tool to check that the driver
  jar file was installed (manually).
  
  XXX; Need to check the correct versions of the driver jar files.


Comment 3 Jiri Pechanec 2010-01-04 15:06:32 UTC
Verified in ER6

Comment 4 Len DiMaggio 2010-03-17 16:09:07 UTC
Link: Added: This issue related SOA-1996