| 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: | Tooling | Assignee: | Mike Brock <cbrock> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 4.2 CP01 | CC: | 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: | |
Link: Added: This issue is related to SOA-427 Setting blocker flag. Verified fixed in CP01, April 9 build (CR3) |
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>-->