| Summary: | Quickstart and base-build.xml reference obsolete JMS provider config files | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 5 | Reporter: | Len DiMaggio <ldimaggi> |
| Component: | JBossESB, Examples | Assignee: | tcunning |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5.2.0 GA | CC: | ldimaggi |
| Target Milestone: | --- | ||
| Target Release: | 5.2.0 GA | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/SOA-3271 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-09-26 18:47:09 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
2011-08-15 18:34:43 UTC
From helloworld_ftp_action/build.xml:
{noformat}
<target name="quickstart-specific-clean">
<delete >
<fileset dir="${basedir}">
<include name="readonly-esb*"/>
<include name="jbossesb-gateway.xml"/>
<include name="jbossesb-listener.xml"/>
</fileset>
</delete>
</target>
{noformat}
From: base-build.xml
{noformat}
<target name="clean" depends="quickstart-specific-clean">
<description>clean cleans the project
</description>
<delete dir="${build.dir}" />
<delete>
<fileset dir="${basedir}">
<include name="jbossesb-gateway.xml"/>
<include name="jbossesb-listener.xml"/>
<include name="listener.log"/>
</fileset>
</delete>
</target>
{noformat}
Link: Added: This issue is related to SOA-3107 Link: Added: This issue relates to JBESB-3665 Removed obsolete configuration files. Committed to CP branch, should be in ER4. tcunning@localhost:quickstarts]$ svn commit Sending quickstarts/conf/base-build.xml Sending quickstarts/helloworld_ftp_action/build.xml Transmitting file data .. Committed revision 37469. tcunning@localhost:quickstarts]$ Release Notes Docs Status: Added: Documented as Resolved Issue Writer: Added: dlesage Release Notes Text: Added: https://issues.jboss.org/browse/SOA-3271 The ESB still contained references to some old files, even though these had long been removed. These files were jbossesb-listener.xml and jbossesb-gateway.xml. The references have now been deleted. Verified fixed in ER4 build. |