Bug 25150 - [PATCH] NPE on EmbeddedDomain initialization
Summary: [PATCH] NPE on EmbeddedDomain initialization
Status: RESOLVED FIXED
Alias: None
Product: Slide
Classification: Unclassified
Component: Core (show other bugs)
Version: Nightly
Hardware: Other other
: P3 normal (vote)
Target Milestone: ---
Assignee: Slide Developer List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-02 21:24 UTC by Unico Hommes
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments
unified diff for EmbeddedDomain.java (1.16 KB, text/plain)
2003-12-02 21:25 UTC, Unico Hommes
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Unico Hommes 2003-12-02 21:24:24 UTC
I was having trouble getting the latest and greatest Slide to run with Cocoon's
Slide block. I was getting a NPE on EmbeddedDomain initialization. Looking at
Domain and seeing how Namespace was being initialized there I found that the
order of loading the different configuration sections was slightly different.
Changing the order seems to have fixed my problem.
Comment 1 Unico Hommes 2003-12-02 21:25:01 UTC
Created attachment 9362 [details]
unified diff for EmbeddedDomain.java