Bug 780821 (SOA-3271) - Quickstart and base-build.xml reference obsolete JMS provider config files
Summary: Quickstart and base-build.xml reference obsolete JMS provider config files
Keywords:
Status: CLOSED NEXTRELEASE
Alias: SOA-3271
Product: JBoss Enterprise SOA Platform 5
Classification: JBoss
Component: JBossESB, Examples
Version: 5.2.0 GA
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 5.2.0 GA
Assignee: tcunning
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-08-15 18:34 UTC by Len DiMaggio
Modified: 2011-09-26 18:47 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-09-26 18:47:09 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 780667 0 high CLOSED QE Review: SOA 5.2 Administration Guide 2021-02-22 00:41:40 UTC
Red Hat Issue Tracker JBESB-3665 0 None None None Never
Red Hat Issue Tracker SOA-3271 0 None None None Never

Internal Links: 780667

Description Len DiMaggio 2011-08-15 18:34:43 UTC
project_key: SOA

These files:  

jbossesb-listener.xml
jbossesb-gateway.xml

Are no longer be included in ESB or SOA-P releases.

[ldimaggi@ldimaggi jboss-as]$ find . -name jbossesb-listener.xml -print
[ldimaggi@ldimaggi jboss-as]$ find . -name jbossesb-gateway.xml  -print

But - there are (2) references to these files:
[ldimaggi@ldimaggi jboss-as]$ grep -r "jbossesb-listener.xml" *
samples/quickstarts/helloworld_ftp_action/build.xml:				<include name="jbossesb-listener.xml"/>
samples/quickstarts/conf/base-build.xml:				<include name="jbossesb-listener.xml"/>	

[ldimaggi@ldimaggi jboss-as]$ grep -r "jbossesb-gateway.xml" *
samples/quickstarts/helloworld_ftp_action/build.xml:				<include name="jbossesb-gateway.xml"/>
samples/quickstarts/conf/base-build.xml:				<include name="jbossesb-gateway.xml"/>

Comment 1 Len DiMaggio 2011-08-15 18:37:08 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} 

Comment 2 Len DiMaggio 2011-08-15 18:37:43 UTC
Link: Added: This issue is related to SOA-3107


Comment 3 Len DiMaggio 2011-08-15 18:44:42 UTC
Link: Added: This issue relates to JBESB-3665


Comment 4 tcunning 2011-09-15 20:02:20 UTC
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]$ 


Comment 5 David Le Sage 2011-09-18 23:31:54 UTC
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.


Comment 6 Len DiMaggio 2011-09-26 18:47:09 UTC
Verified fixed in ER4 build.


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