Bug 111335 - PDLInitializer fails silently if the ManifestSource is wrong
Summary: PDLInitializer fails silently if the ManifestSource is wrong
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Web Application Framework
Classification: Retired
Component: other
Version: nightly
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: ccm-bugs-list
QA Contact: Jon Orris
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-12-02 11:35 UTC by Matthew Booth
Modified: 2007-06-17 22:04 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-06-17 22:04:04 UTC
Embargoed:


Attachments (Terms of Use)

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


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