Bug 777970 (SOA-499)

Summary: In CP01 - /tools/schema tool does not copy JDBC connector jar to target server lib directory
Product: [JBoss] JBoss Enterprise SOA Platform 4 Reporter: Len DiMaggio <ldimaggi>
Component: ToolingAssignee: Mike Brock <cbrock>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: urgent Docs Contact:
Priority: urgent    
Version: 4.2 CP01CC: rruss
Target Milestone: ---   
Target Release: 4.2 CP02   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-499
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
/opt/CP01/soa-4.2.0.GA_CP01.zip /opt/CP01/standalone-soa-4.2.0.GA_CP01.zip
Last Closed: 2008-04-09 19:53:10 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Len DiMaggio 2008-04-07 19:23:17 UTC
Date of First Response: 2008-04-08 04:55:14
project_key: SOA

This is a regression from the shipped GA bits.

The build.xml file for tools/schema in the April 4 CP01 build has the ant commands to copy the JDBC connector jar to the target server commented out.

In the standalone sever - it looks like this:

GA:
jboss-soa-p-standalone.4.2.0/jboss-as/tools/schema/build.xml

   101          <!--</copy>-->
   102          <copy todir="${target.dir}/lib" overwrite="true">
   103              <fileset dir="${source.dir}/driver" includes="*"/>
   104          </copy>

CP01:
jboss-soa-p-standalone.4.2.0/jboss-as/tools/schema/build.xml

   112          <!--</copy>-->
   113          <!--<copy todir="${target.dir}/lib" overwrite="true">-->
   114              <!--<fileset dir="${source.dir}/driver" includes="*"/>-->
   115          <!--</copy>-->

=============================

In the embedded server it looks like this:

GA:
jboss-soa-p.4.2.0/jboss-as/tools/schema/build.xml

   101          <!--</copy>-->
   102          <copy todir="${target.dir}/lib" overwrite="true">
   103              <fileset dir="${source.dir}/driver" includes="*"/>
   104          </copy>

CP01:
jboss-soa-p.4.2.0/jboss-as/tools/schema/build.xml

   124           <!--</copy>-->
   125           <!--<copy todir="${target.dir}/lib" overwrite="true">-->
   126               <!--<fileset dir="${source.dir}/driver" includes="*"/>-->
   127           <!--</copy>-->

Comment 1 Len DiMaggio 2008-04-08 02:04:35 UTC
Link: Added: This issue is related to SOA-427


Comment 3 Len DiMaggio 2008-04-08 15:45:09 UTC
Setting blocker flag.

Comment 4 Len DiMaggio 2008-04-09 19:53:10 UTC
Verified fixed in CP01, April 9 build (CR3)