Hide Forgot
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>-->
Link: Added: This issue is related to SOA-427
Setting blocker flag.
Verified fixed in CP01, April 9 build (CR3)