Bug 31102 - problem with namespace initialization
Summary: problem with namespace initialization
Status: RESOLVED FIXED
Alias: None
Product: Slide
Classification: Unclassified
Component: Core (show other bugs)
Version: Nightly
Hardware: All All
: P3 normal (vote)
Target Milestone: ---
Assignee: Slide Developer List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-07 18:01 UTC by Thomas Draier
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments
patch for Namespace.java (1.80 KB, patch)
2004-09-07 18:03 UTC, Thomas Draier
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Draier 2004-09-07 18:01:26 UTC
i've got an issue with the namespace initialization in the Namespace class,
loadBaseData method - there are many transactional stuff that i do not
completely understand, and this doesn't work with a non transactional database,
since some transactions need to be rollbacked when the root object is already
created. i just kept the first begin and last commit, and removed the try catch
around the root creation - that works fine, data are well loaded the first time
you start your app.
Comment 1 Thomas Draier 2004-09-07 18:03:01 UTC
Created attachment 12663 [details]
patch for Namespace.java
Comment 2 Oliver Zeigermann 2004-09-08 04:22:17 UTC
Patch applied