Bug 112575

Summary: ManifestSource/PDLFilter improperly loads pdl files.
Product: [Retired] Red Hat Web Application Framework Reporter: Brett Prucha <pruchaba_bah>
Component: otherAssignee: Archit Shah <archit.shah>
Status: CLOSED RAWHIDE 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: 2004-01-27 21:39:16 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:
Bug Depends On:    
Bug Blocks: 106481    

Description Brett Prucha 2003-12-23 14:04:36 UTC
Description of problem:
When pdl source contains a default pdl and database dependent pdl 
file com.arsdigita.persistence.pdl.ManifestSource loads both pdl's 
causing duplicate object definition errors.  Previous implimentations 
only loaded only the database dependent version if it existed 
otherwise it loaded the default version.

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


How reproducible:
Every time

Steps to Reproduce:
Create two pdl files, a default one ex. Group.pdl and a database 
dependent pdl for the database ccm is using ex. Group.ora.pdl.    
Actual results:
ManifestSource will load both pdl's and throw an error.


Expected results:
ManifestSource should only load the database dependent pdl.

Additional info:

Comment 1 Archit Shah 2004-01-16 17:59:05 UTC
fixed on dev (39453)

Comment 2 Dennis Gregorovic 2004-01-20 17:04:22 UTC
@39505 I check in additional changes that brought back the ability to
load pdl from a jar and/or zip.  My changes work with the stuff that
Archit did.