Bug 111335

Summary: PDLInitializer fails silently if the ManifestSource is wrong
Product: [Retired] Red Hat Web Application Framework Reporter: Matthew Booth <mbooth>
Component: otherAssignee: ccm-bugs-list
Status: CLOSED WONTFIX QA Contact: Jon Orris <jorris>
Severity: medium Docs Contact:
Priority: medium    
Version: nightly   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-06-17 22:04:04 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Matthew Booth 2003-12-02 11:35:49 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5)
Gecko/20031026 Firebird/0.7

Description of problem:
I had the following code:

        ManifestSource mfs = new ManifestSource(
            "ccm-ldn-isc",
            new NameFilter( DbHelper.getDatabaseSuffix( database ),
"pdl" )
        );
                                                                     
                                                        
        add( new PDLInitializer( mfs ) );

Note that the first argument to the ManifestSource constructor doesn't
end in .pdl.mf

This gave no indication whatsoever that it hadn't loaded my
application's pdl.

Version-Release number of selected component (if applicable):
Rickshaw