Quoting Niclas Hedhman <[email protected]>:
Ok, Paul's description seem right.
On Sat, Oct 27, 2012 at 1:28 AM, Paul Merlin <[email protected]> wrote:
Third, the endless loop seems to come from the DataSourceConfiguration
loading and to take place in EntityStore.newUnitOfWork(..) but at first
sight and without a complete test case I can't see why it goes crazy like
that.
Well, my guess is that the Configuration for Indexing is Queryable.
- initialize indexing
- initialize config
- send config for storage
- config is queryable
- notify indexing
- initialize indexing
- ....
The configuration for SQL Indexing is same as for SQL EntityStore,
org.qi4j.library.sql.common.SQLConfiguration. I've pushed change to
add Queryable(false) attribute the the property of that configuration,
tell me if that helps.
_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev