Hi,
sorry if i continue to ask you about these critical questions but we'd like to 
build on OAK a platform that manage over 200M of documents so we'd like to know 
in deep how OAK works.

Query Engine 
1.      I didn't understand how Traverse recovers phisically the graph to 
traverse. Is provided in memory ? does it make a search on filesystem or db to 
obtain a correct portion of graph and  then traverse it ?
2.      Can you point out the Traverse classes ? Or unit test? 

Instead for RDBMS question i noticed that with our simple class, the first time 
i add the node. The second time we obtain an error loading RepositoryImpl.
In detail when MutableTree try to make beforewrite, throw an illegalstate 
exception ("this tree does not exist")

Thanks in advance,
best regards

-----Messaggio originale-----
Da: Julian Reschke [mailto:julian.resc...@gmx.de] 
Inviato: venerdì 4 marzo 2016 08:09
A: oak-dev@jackrabbit.apache.org
Oggetto: Re: R: R: Critical questions about OAK

On 2016-03-03 15:48, Ancona Francesco wrote:
> Yes but i'm asking if there is a way or a configuration to call rdbms using 
> jcrrepository like oak examples in getting start.
>
>               final DocumentMK.Builder builder = new DocumentMK.Builder();
>               builder.setBlobStore(createFileSystemBlobStore());
>               final DocumentNodeStore ns = getRDBDocumentNodeStore(builder);
>               Oak oak = new Oak(ns);
>               Jcr jcr = new Jcr(oak);
>               
>               Repository repo = jcr.createRepository();
>
> Thanks.

It looks like some RepositoryInitializer is missing (AFAIU, it would take care 
of creating the initial content).

Best regards, Julian

 
 
************************************************************************************
This footnote confirms that this email message has been scanned by PineApp 
Mail-SeCure for the presence of malicious code, vandals & computer viruses.
************************************************************************************



Reply via email to