|
Added classes.storeless to svn:ignore and committed revision 497745.
When the storeless engine is loaded, it throws a NullPointerException because impl.services.reflect.UpdateLoader's constructor calls createCompatibilitySpace() on the lock factory, which is null. The rest of the code in UpdateLoader correctly handles the lack of a lock factory, so I just added a null check in the constructor to fix it. Fixed in revision 675918.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Build error:
BUILD FAILED
/some-path/trunk/build.xml:347: Basedir /some-path/trunk/${derby.storeless.src.dir} does not exist
Total time: 1 minute 24 seconds