Re: How to test StorageFactory/StorageFile implementations: help needed

2007-03-30 Thread David Van Couvering
I thought that you could also do this by modifying org/apache/derby/module.properties (as available in your classpath). I'm not sure what entry to modify, but this is what is used to identify what implementation use for various interfaces (such as StorageFactory). David Francois Orsini wrote:

Re: How to test StorageFactory/StorageFile implementations: help needed

2007-03-29 Thread Francois Orsini
Luigi, On 3/29/07, Francois Orsini <[EMAIL PROTECTED]> wrote: Regarding A) You might want to look at some of the proposed and pending changes for in-memory database / storage support: https://issues.apache.org/jira/browse/DERBY-646 Check the very first comments as a possible way. You would

Re: How to test StorageFactory/StorageFile implementations: help needed

2007-03-29 Thread Francois Orsini
Regarding A) You might want to look at some of the proposed and pending changes for in-memory database / storage support: https://issues.apache.org/jira/browse/DERBY-646 Check the very first comments as a possible way. Btw, you might want to create a new JIRA entry (if none already exists) for t

How to test StorageFactory/StorageFile implementations: help needed

2007-03-29 Thread Luigi Lauro
By checking the README.htm provided in the SVN testing directory, I can see there is a "storeall" testing suite which seems to test the storage area. Now, given I'm working on a new StorageFactory implementation, I would like to know 2 things: A) How can I enable my storageFactory as defa