My problem:
I create cores dynamically using container#create( CoreDescriptor ) and then 
add documents to the very core(s). So far so good.
When I restart my app I do
container = CoreContainer#createAndLoad(...)
but when I then call container.getAllCoreNames() an empty list is returned.

What cores should be loaded by the container if I call
CoreContainer#createAndLoad(...)
? Where does the container lookup the "existing cores"?

Reply via email to