info about recover mongod connection without restarting the oak repository instance

2018-03-01 Thread Ancona Francesco
Hi all, 2 years ago we started to develop our ECM solution with oak. Now we have a configuration of oak 1.4.19 with a dockerized mongodb 3.2 document store and a filesystem blobstore During massive node creation on repository sometime oak disconnects from mongo, cause the mongodb docker instance

R: problem on oak jcr sql2 query

2017-04-04 Thread Ancona Francesco
t sent to solr Do you Know if inner join is supported by Oak to use Solr ? Regards, Tommaso [1] : http://jackrabbit.apache.org/oak/docs/query/query-troubleshooting.html#Query_Plan Il giorno mar 28 mar 2017 alle ore 12:28 Ancona Francesco < francesco.anc...@siav.it<mailto:f

R: problem on oak jcr sql2 query

2017-03-28 Thread Ancona Francesco
A: oak-dev@jackrabbit.apache.org Cc: Diquigiovanni Simone <simone.diquigiova...@siav.it> Oggetto: Re: problem on oak jcr sql2 query Hi Francesco, Il giorno lun 27 mar 2017 alle ore 08:59 Ancona Francesco < francesco.anc...@siav.it> ha scritto: Sorry. We are using Oak 1.4.10 and solr 4.

R: problem on oak jcr sql2 query

2017-03-27 Thread Ancona Francesco
lpful to also know the version of Oak and Solr you're using and, possibly, sample content you expect the query to match. Thanks, Tommaso Il giorno ven 24 mar 2017 alle ore 14:54 Thomas Mueller <muel...@adobe.com> ha scritto: > Could you post the index definition please? > > > Fr

problem on oak jcr sql2 query

2017-03-23 Thread Ancona Francesco
Hi all, we use SolrSrerver for fulltext searches; both on metadata both on content binary. In general i have to find all nodes nt:file that contain the word "company" or all nodes that have childs nt:resource that contain the same word. Unfortunately if upload e file (so a node that is a

Another question about oak: different storage support

2016-04-29 Thread Ancona Francesco
Hi, as i explained in other mail, we are building an ECM on top of OAK. A frequent business question about storage management is the following: in oak configuration in which we have mongo as document store and filesystem, we set a specific path where we mount the storage; if we have space

R: distributed transactions

2016-04-18 Thread Ancona Francesco
[mailto:julian.resc...@gmx.de] Inviato: lunedì 18 aprile 2016 17:41 A: oak-dev@jackrabbit.apache.org Cc: Diquigiovanni Simone <simone.diquigiova...@siav.it>; Morelli Alessandra <alessandra.more...@siav.it> Oggetto: distributed transactions On 2016-04-18 17:22, Ancona Francesco wrote: >

R: critical question about oak: RDBMS and distributed transaction

2016-04-18 Thread Ancona Francesco
.it>; Morelli Alessandra <alessandra.more...@siav.it> Oggetto: Re: critical question about oak: RDBMS and distributed transaction On 2016-04-14 17:24, Ancona Francesco wrote: > Hi, > > thanks for rdbms help. I managed to run my application also with > postgres and O

critical question about oak: RDBMS and distributed transaction

2016-04-14 Thread Ancona Francesco
Hi, thanks for rdbms help. I managed to run my application also with postgres and Oracle. My wrong has been that default installation doesn't work; we need to set another collation. (in detail collation C) Can i suggest to add these details to the documentation ? Now we have an other problem.

R: critical question about oak: db connection

2016-03-23 Thread Ancona Francesco
Hello, any news about question ? Thanks in advance, best regards -Messaggio originale- Da: Ancona Francesco [mailto:francesco.anc...@siav.it] Inviato: venerdì 18 marzo 2016 11:40 A: oak-dev@jackrabbit.apache.org Oggetto: R: critical question about oak: db connection Done. https

R: R: critical question about oak: db connection

2016-03-19 Thread Ancona Francesco
snippets at us. Without complete classes we can try ourselves there is no way how we can find out what's wrong. So either start from the existing working code, or send self-contained test code we can compile and run ourselves. Best regards, Julian On 2016-03-16 16:28, Ancona Francesco wrote

R: critical question about oak: db connection

2016-03-19 Thread Ancona Francesco
Ancona, the mailing list didn’t allow to add an attachment. Could you post it somewhere online or (even better) put the code into github? Best regards, Tomek -- Tomek Rękawek | Adobe Research | www.adobe.com reka...@adobe.com > On 17 Mar 2016, at 14:46, Ancona Francesco <frances

R: R: R: Critical questions about OAK

2016-03-07 Thread Ancona Francesco
zo 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. > &g

R: R: Critical questions about OAK

2016-03-04 Thread Ancona Francesco
the Traverse classes ? Or unit test? Thanks in advance Best regards -Messaggio originale- Da: Davide Giannella [mailto:dav...@apache.org] Inviato: giovedì 3 marzo 2016 15:52 A: oak-dev@jackrabbit.apache.org Oggetto: Re: R: Critical questions about OAK On 03/03/2016 14:15, Ancona Francesco

R: R: Critical questions about OAK

2016-03-03 Thread Ancona Francesco
...@greenbytes.de] Inviato: giovedì 3 marzo 2016 15:19 A: oak-dev@jackrabbit.apache.org Oggetto: Re: R: Critical questions about OAK On 2016-03-03 15:15, Ancona Francesco wrote: > Hi, > we have other questions about rdbms and query engine. > > About RDBMS > - we tried to run unit test

R: Critical questions about OAK

2016-03-03 Thread Ancona Francesco
in advance, best regards -Messaggio originale- Da: Davide Giannella [mailto:dav...@apache.org] Inviato: mercoledì 2 marzo 2016 18:12 A: oak-dev@jackrabbit.apache.org Oggetto: Re: Critical questions about OAK On 01/03/2016 15:33, Ancona Francesco wrote: > ...2. Oak esplicitally does

R: critical question about oak: db connection

2016-03-02 Thread Ancona Francesco
(self contained project easy to run and see the error) to a GitHub repository? best, alex On Wed, Mar 2, 2016 at 12:08 PM, Ancona Francesco <francesco.anc...@siav.it<mailto:francesco.anc...@siav.it>> wrote: We are using latest stable oak version In the case i’m sending

critical question about oak: db connection

2016-03-02 Thread Ancona Francesco
We are using latest stable oak version In the case i'm sending you we have tried on postgres 9.4 We have simplified the class but now the error is the same we found on Oracle. Class connect to database and write a lot of system rows (system nodes...) but when i create repository there

R: Critical questions about OAK

2016-03-01 Thread Ancona Francesco
o: martedì 1 marzo 2016 18:59 A: oak-dev@jackrabbit.apache.org Oggetto: Re: Critical questions about OAK On 2016-03-01 16:33, Ancona Francesco wrote: > Hello, > > i'm very sorry but we have 2 big problem to solve if we want to > continue our project with oak platform. > > The f

info on queries and index

2016-02-25 Thread Ancona Francesco
Hello, we'd like to study in deep queries and index. In particular is not so clear, from documentation, what is indexed by default. For instance if i create a new type of document (IdentityCard with name IDC) with 2 new properties (idCard and idGeneralAnagrafic) are these data (ie metadata)

R: R: info about oak and RDMBS

2016-02-25 Thread Ancona Francesco
; On 2016-02-25 11:30, Ancona Francesco wrote: > >> Yes. >> >> We tried the following combination: >> 1) metadata on mongo and binary mongo >> 2) metadata on mongo and binary using filesystem >> >> Best regards >> > > It looks like the reposi

R: R: info about oak and RDMBS

2016-02-25 Thread Ancona Francesco
RDMBS On 2016-02-25 11:30, Ancona Francesco wrote: > Yes. > > We tried the following combination: > 1) metadata on mongo and binary mongo > 2) metadata on mongo and binary using filesystem > > Best regards It looks like the repository construction doesn't work (nodetype index

info about oak and RDMBS

2016-02-25 Thread Ancona Francesco
Hi, i wrote yesterday that we are making a lots of performance test on oak and jackrabbit in order to select our target platform. We are going to try with several plane tests; one of them is using oak with RDBMS Postgres to store metadata. We found an exception when save a new node

R: R: info about jackrabbitoak.

2016-02-24 Thread Ancona Francesco
to your needs. [1] Re a non-Osgi setup please see [2] HTH Michael [1] https://github.com/apache/jackrabbit-oak/tree/trunk/oak-run/src/main/java/org/apache/jackrabbit/oak/benchmark [2] https://github.com/apache/jackrabbit-oak/tree/trunk/oak-examples/standalone From: Ancona Francesco

R: info about jackrabbitoak.

2016-02-23 Thread Ancona Francesco
subsystem to run also Oak services ? - Embed felix ? Thanks in advance Best regards Da: Ancona Francesco Inviato: lunedì 22 febbraio 2016 16:29 A: 'oak-dev@jackrabbit.apache.org' <oak-dev@jackrabbit.apache.org> Oggetto: info about jackrabbitoak. Hello. I'm Francesco Ancona; i'm

info about jackrabbitoak.

2016-02-22 Thread Ancona Francesco
Hello. I'm Francesco Ancona; i'm Senior Software Architect in Siav S.p.A. we are a company in ECM arena and we are upgrading and extending our business and technical offer to our clients either in SaaS or on premise. Now we are in .net enviroment but we wish migrate to java and we are looking