Bug 108125 - Loader should check dependant initializers before loading data model
Summary: Loader should check dependant initializers before loading data model
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Web Application Framework
Classification: Retired
Component: other
Version: nightly
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Justin Ross
QA Contact: Jon Orris
URL:
Whiteboard:
Depends On:
Blocks: 106481
TreeView+ depends on / blocked
 
Reported: 2003-10-27 20:28 UTC by Daniel Berrangé
Modified: 2007-04-18 16:58 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2004-01-26 22:37:03 UTC
Embargoed:


Attachments (Terms of Use)

Description Daniel Berrangé 2003-10-27 20:28:09 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 Galeon/1.2.9 (X11; Linux i686; U;) Gecko/20030314

Description of problem:
The command line loader tool doesn't validate the initializer dependencies until
after it has loaded the data model for an application. This causes a delay in
the detection of unsatisfied installation dependencies. 

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


How reproducible:
Always

Steps to Reproduce:
1. Load ccm-core data model only
2. Load ccm-cms
3.
    

Actual Results:  No error about missing com.arsdigita.core.Initializer
dependency until after CMS data model has loaded

Expected Results:  Missing dependency is highlighted immediately

Additional info:

Comment 1 Justin Ross 2004-01-26 19:30:58 UTC
Fixed in perforce change 39763.  It's only reproducible if you disable
some of the other dependency checks, since the package dep check, for
instance, catches the problem for the above example first.


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