Bug 777970 (SOA-499) - In CP01 - /tools/schema tool does not copy JDBC connector jar to target server lib directory
Summary: In CP01 - /tools/schema tool does not copy JDBC connector jar to target serve...
Keywords:
Status: CLOSED NEXTRELEASE
Alias: SOA-499
Product: JBoss Enterprise SOA Platform 4
Classification: JBoss
Component: Tooling
Version: 4.2 CP01
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ---
: 4.2 CP02
Assignee: Mike Brock
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-04-07 19:23 UTC by Len DiMaggio
Modified: 2013-06-17 05:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
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


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 777899 0 urgent CLOSED DB schema tool generates hibernate.cfg.xml with syntax error 2021-02-22 00:41:40 UTC
Red Hat Issue Tracker SOA-499 0 None None None Never

Internal Links: 777899

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)



Note You need to log in before you can comment on or make changes to this bug.