[
https://issues.apache.org/jira/browse/DERBY-2164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12612834#action_12612834
]
Knut Anders Hatlen commented on DERBY-2164:
-------------------------------------------
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.
> Provide the framework to run the sql engine without a store - "storeless
> engine"
> --------------------------------------------------------------------------------
>
> Key: DERBY-2164
> URL: https://issues.apache.org/jira/browse/DERBY-2164
> Project: Derby
> Issue Type: Improvement
> Components: Services, SQL
> Reporter: Daniel John Debrunner
> Assignee: Daniel John Debrunner
> Priority: Minor
>
> Can be used of the base for other projects such as a standalone SQL syntax
> checker discussed here:
> http://mail-archives.apache.org/mod_mbox/db-derby-user/200612.mbox/[EMAIL
> PROTECTED]
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.