Re: A New Open Source App using JackRabbit: Gravity

2015-09-28 Thread Bertrand Delacretaz
Hi, On Fri, Sep 25, 2015 at 5:09 PM, Michael Dürig wrote: > ...I can include you as well as a contributor to the Jacrkabbit Wiki [1] so > you > can add that information the way you prefer... I missed this message and just added Meta64 to https://wiki.apache.org/jackrabbit/JcrLinks after reading

Re: A New Open Source App using JackRabbit: Gravity

2015-09-23 Thread Bertrand Delacretaz
Hi, On Wed, Sep 23, 2015 at 1:03 AM, Peter Harrison wrote: ... > http://gravity.devcentre.org ... Thanks for sharing! I have added a link at https://wiki.apache.org/jackrabbit/JcrLinks -Bertrand

Re: Should I use JackRabbit?

2015-04-23 Thread Bertrand Delacretaz
Hi Chris, On Wed, Apr 22, 2015 at 6:27 PM, Harris, Christopher P wrote: > ...I'm currently storing my data in a Map and using Lucene to index the data > as a POC. As you > can imagine, the data returned by my JAX-RS resource is lightning fast.. > ...Every time I need to refresh the employee h

Re: Oak Creating Indexes

2015-01-30 Thread Bertrand Delacretaz
On Fri, Jan 30, 2015 at 10:12 AM, Davide Giannella wrote: > ...A common mistake on the index > definition is to use the wrong property type. The most common is the > propertyNames that has to be Name[] and not String[] Doesn't Oak complain about such things? Loud log messages would be useful.

Re: Resource Type for custom resource provider

2015-01-06 Thread Bertrand Delacretaz
Hi, On Tue, Jan 6, 2015 at 1:32 PM, connuser1 connuser1 wrote: > ...I am writing a custom resource provider by implementing > the ResourceProviderFactory interface I guess you meant to send this to us...@sling.apache.org -Bertrand

Re: JackRabbit website down?

2014-11-06 Thread Bertrand Delacretaz
On Thu, Nov 6, 2014 at 7:26 PM, Fabián Mandelbaum wrote: > ...I'm not a PR expert, and the above words were written quickly, but I'm sure > that it cannot take more than 15 minutes once the text is decided to > prepare an index.html file with the above content and put it online for the > moment be

Re: JackRabbit website down?

2014-11-06 Thread Bertrand Delacretaz
Hi, On Thu, Nov 6, 2014 at 1:23 PM, Fabián Mandelbaum wrote: > ...I was trying to browse JR website today and it seems to be "down", I cannot > access content, I get a list of files instead This is https://issues.apache.org/jira/browse/JCRSITE-47 - in short, the Jackrabbit content is under /

Re: Jackrabbit site and prospects

2014-11-06 Thread Bertrand Delacretaz
On Thu, Nov 6, 2014 at 10:41 AM, Thomas Mueller wrote: > ...I would probably use the JCR API as much as possible. That way you can > more easily switch between implementations (and that includes not just > Jackrabbit JCR implementations). Some details... FWIW several of the things Thomas mentions

Re: getSize() == -1 with oak

2014-07-28 Thread Bertrand Delacretaz
On Thu, Jul 24, 2014 at 5:04 PM, Torgeir Veimo wrote: > ...A common use case would be our job ad email subscription service, > where users can subscribe to daily or weekly delivery of new job ad > postings. The user expects to see the number of job ads matching his > subscription criteria You

Re: Is ORM a Dead Project?

2014-04-23 Thread Bertrand Delacretaz
Hi, On Wed, Apr 23, 2014 at 5:56 AM, Peter Harrison wrote: >...I am concerned that the code base of OCM has been abandoned... I'm not a Jackrabbit committer but it's pretty clear that the OCM module is not popular and hasn't seen much action, previous discussions such as http://markmail.org/mess

Re: json API exception

2014-04-08 Thread Bertrand Delacretaz
On Tue, Apr 8, 2014 at 9:39 AM, Lukas Kahwe Smith wrote: > ...ie. there is a bug both in our code as well as the error handling in > Jetty/Jackrabbit?... IIUC either your code or Jackrabbit's is calling response.getWriter(), and later sendError -> WebdavResponseImpl.sendXmlResponse calls respons

Re: json API exception

2014-04-08 Thread Bertrand Delacretaz
Hi Lukas, On Tue, Apr 8, 2014 at 9:25 AM, Lukas Kahwe Smith wrote: > java.lang.IllegalStateException: WRITER FWIW, according to http://jira.codehaus.org/browse/JETTY- this happens when calling response.getOutputStream() after response.getWriter() has been used. -Bertrand

Re: Error while indexing the repository

2013-12-27 Thread Bertrand Delacretaz
Hi, On Fri, Dec 27, 2013 at 6:46 AM, Nilay Parmar wrote: > Could not parse predefined CMAP file A Google search for this error message points to pdfbox issues, mostly https://issues.apache.org/jira/browse/PDFBOX-940 -Bertrand

Re: Jackrabbit & Performance

2013-11-20 Thread Bertrand Delacretaz
Hi, On Wed, Nov 20, 2013 at 11:39 AM, Enrique Medina Montenegro wrote: > ...For example, instead of doing à session.getNode(“/marks/000345123”) ß we > could query à SELECT * FROM [iptool:markType] WHERE [iptool:id] = > ‘000345123’... This is typically where you don't want to use queries in JCR.

Re: Jackrabbit & Performance

2013-11-20 Thread Bertrand Delacretaz
Hi, On Wed, Nov 20, 2013 at 7:39 PM, Enrique Medina Montenegro wrote: >...at the practical level, > when I dump the 1M marks from the DB into JCR, for each an every "mark" it > has to lookup the path in the tree where to ultimately store the "mark", > and this lookup starts to take orders of seco

Re: Evaluating jackrabbit use for media content

2013-10-25 Thread Bertrand Delacretaz
Hi Santiago, On Thu, Oct 24, 2013 at 5:02 PM, Santiago Gala wrote: > ...We are taking a look to sling, and I guess that a OSGI trimmed down sling > can work as a foundation for our media repository... Note that it's fairly easy to create your own custom Sling runnable jar or war, you could start

Re: Setting up SOAP services to run on top of jackrabbit

2013-07-24 Thread Bertrand Delacretaz
Hi, On Wed, Jul 24, 2013 at 2:34 AM, crm6360 wrote: > ...My thoughts were to build a set of SOAP methods that would in turn call the > jackrabbit API to manage the repository content locally on the server's > machine Note that what you're doing sounds fairly similar to the goals of Apache Sl

Re: I am confused about where my repository actually is...

2013-05-07 Thread Bertrand Delacretaz
On Mon, May 6, 2013 at 11:01 PM, Jay McHugh wrote: > ...So, to try to figure out where my data really is - what property (or > properties) should I look for in the configuration XML files?... Here's two unixish command-line tricks that can also help finding that out: a) Use lsof, dtrace or a sim

Re: WebDav Jackrabbit retrieve remote file content by URL

2013-04-04 Thread Bertrand Delacretaz
Hi, On Wed, Apr 3, 2013 at 5:04 PM, Antonio Gioia wrote: > ...I'd like to add some "link" to files stored in a remote storage, I don't > wont import the files present in this remote storage in my jackrabbit > repository. So, I was thinking still to use a subtype of nt:resource node > adding a pro

Re: How to present files to the user using WebDAV

2013-02-11 Thread Bertrand Delacretaz
On Mon, Feb 11, 2013 at 2:16 PM, Christoph Läubrich wrote: > ...I tried the Browser as a client, Gnome-Nautilus (that > can't connect at all) and WinXP "WebFolder" all of them do not present the > content "right" I was just able to copy files but never download The following scenario should w

Re: Is Jackrabbit suitable for storing lots of large files

2013-02-11 Thread Bertrand Delacretaz
Hi, On Mon, Feb 11, 2013 at 1:49 PM, Christoph Läubrich wrote: > I read the performance doc here > http://wiki.apache.org/jackrabbit/Performance but did not find an answer: > Is Jackrabbit suitable for storing lots of files (around 100GB) with each > file around 2-200MB? As usual with performanc

Re: How to present files to the user using WebDAV

2013-02-11 Thread Bertrand Delacretaz
Hi, On Mon, Feb 11, 2013 at 1:37 PM, Christoph Läubrich wrote: > ...I was able to set it up and access the repo via WebDav but have one > Problem: > If i dropp a file onto the Webdav, it gets uploaded but afterwars is > converted into a folder, that just contains a subfolder named > 'jcr:conten

Re: Saving a lot of documents, too slow

2012-11-27 Thread Bertrand Delacretaz
On Mon, Nov 26, 2012 at 6:13 PM, Eduardo Díaz wrote: > ...* By slow I mean from 40 seconds to about 2 minutes... Looks similar to http://stackoverflow.com/questions/13570441/jackrabbit-saving-a-lot-of-documents-too-slow - I've made some suggestions there. -Bertrand

Re: Create durable JCR EventListener in Web Application

2012-11-13 Thread Bertrand Delacretaz
On Mon, Nov 12, 2012 at 5:30 PM, polofan123 wrote: >...Currently I have an EJB which creates a Session with Write > Access. But I think as soon as the transaction is colsed, so is the session. > Is there a way to keep a session alive during the whole application life > cycle ?... A static Session

Re: Managing BLOBS with sling?

2012-09-20 Thread Bertrand Delacretaz
Hi, On Wed, Sep 19, 2012 at 6:40 PM, polofan123 wrote: > My goal : Create a Webservice which allows a user to upload a (very large) > file and to perform some analysis on this file (which is a dataset) through > programs... > ...Is this generally possible with jackrabbit or is there a more commo

Re: How to please

2012-08-17 Thread Bertrand Delacretaz
On Fri, Aug 17, 2012 at 3:59 PM, Alex Leshinsky wrote: > The items actually live in a different tree (credential profiles > belonging to individual users). And an item can only belong to one category. > So that I need to model a one-to-many scheme (one category many items). Any > suggestio

Re: JCR usage scenaria - howto organize content

2012-08-03 Thread Bertrand Delacretaz
Hi, On Sat, Jun 9, 2012 at 2:24 AM, Günther Schmidt wrote: > ...So now I'm thinking about using tags instead, ie. add a multivalued string > field and patch it onto an email node or a file node and tag it. This way an > email could belong to more than category. Would it be better to create a > "t

Re: SQL -like triggers in JCR

2012-07-10 Thread Bertrand Delacretaz
Hi, On Mon, Jul 9, 2012 at 5:46 PM, Dok Sander wrote: > ... I'm working on a project that uses JCR and needs to perform some actions > on node add to > evaluate the node's validity(This would be something like: Check if this > node's property date > is within the required date range)... One co

Re: Files on the filesystem?

2012-06-15 Thread Bertrand Delacretaz
Hi, On Thu, Jun 7, 2012 at 10:48 AM, Rob Bone wrote: > ...What I am looking for is a way to essentially  have files on the file > system (so I can access them from say, explorer if I want to) but have my > program manipulate them through Jackrabbit, with authentication, > authorization etc all ha

Re: JCR application design

2012-05-01 Thread Bertrand Delacretaz
Hi, On Mon, Apr 16, 2012 at 3:56 PM, Steeg Werkmans wrote: > ...However.. even then. If you have unstructured information, where do those > "OCM is overhead" and "learn to love unstructured" people put their > business logic? Do they all just expose their javax.jcr.Node in their > front-end logic

Re: Sample Blog Application

2012-01-24 Thread Bertrand Delacretaz
On Tue, Jan 24, 2012 at 8:05 PM, Bertrand Delacretaz wrote: > ...Any questions should go to the Sling users list, > http://sling.apache.org/site/project-information.html#ProjectInformation-lists I meant "Any questions about that Sling sample" of course. -Bertrand

Re: Sample Blog Application

2012-01-24 Thread Bertrand Delacretaz
On Thu, Jan 19, 2012 at 6:21 AM, shiva1248 wrote: > ...can some one provide me sample blog web application or sample document > library app with jackrabbit if any one has ?... Although it uses more than just jackrabbit, you might want to have a look at the sample blog built with Sling (which is a

Re: Maximum number of workspaces each repository can have??

2011-12-06 Thread Bertrand Delacretaz
Hi, On Tue, Dec 6, 2011 at 6:05 PM, Vishwanath Dubey wrote: > My application is ticket based tool where one ticket corresponds to one > workspace so we did not see any limitation on number of workspace > unless there is sufficient space on hard drive Note that having one workspace per per un

Re: problem about jackrabbit

2011-03-11 Thread Bertrand Delacretaz
Hi, 2011/3/11 cheng zeng : > ...javax.jcr.RepositoryException: The repository home I:\work\zc-ContentStudy > appears to be in use since the file named .lock is locked by another > process See http://wiki.apache.org/jackrabbit/RepositoryLock - there's probably another process that's still acce

Re: Item cannot be saved because it has been modified externally: node /

2010-12-14 Thread Bertrand Delacretaz
2010/12/14 François Cassistat : > ...I'll try finding a solution using locks and maybe a complementary secondary > database system for properties that need to be changed frequently to prevent > locking > to much nodes If you need something like this you're probably much better off using a sec

Re: server antivirus integration

2010-11-22 Thread Bertrand Delacretaz
On Mon, Nov 22, 2010 at 4:01 PM, Alexander Klimetschek wrote: > On 21.11.10 16:48, "Eric Lenio" wrote: >>...I am looking for ideas/suggestions/experiences about server-side >>scanning of documents for viruses before inserting them into a Jackrabbit >>repository > > ...A good approach might be

Re: Using JCR to implement an -indexed and searchable- event log

2010-10-26 Thread Bertrand Delacretaz
On Tue, Oct 26, 2010 at 5:29 PM, Guillaume Belrose wrote: > ...I was thinking of storing each core event as a jcr node with > properties to record time-stamp and various type information and I am > wondering if this is suitable approach.I am aware that JackRabbit > struggles to scale if a given no

Re: Suggestions for node hierarchy?

2010-10-07 Thread Bertrand Delacretaz
Hi, On Thu, Oct 7, 2010 at 3:19 PM, Stefan Hagedorn wrote: > ...I am pretty new to Jackrabbit and while thinking about how to organize my > content in the repo, I was > wondering if the structure/hierarchy of the nodes has an (significant) impact > on indexing and searching I don't have de

Re: connection to a legacy system

2010-09-28 Thread Bertrand Delacretaz
Hi, On Mon, Sep 27, 2010 at 3:22 PM, Nicolas Delsaux wrote: > I have a legacy system for which I want to be able to read content > from a JCR client. >... > So, what is the correct solution to interface a legacy storage with > jackrabbit ? Assuming that this storage is part DB (hierarchical > ext

Re: JCR docs - bridging the gap with users (was: Spring configuration?)

2010-09-13 Thread Bertrand Delacretaz
Hi, On Mon, Sep 13, 2010 at 3:09 PM, Joseph Ottinger wrote: > ...while I like Sling, I find the docs on it > are, um, missing - the 15 minute tutorial isn't bad but it's nowhere near > complete enough for people to really use sling without being pretty > dedicated to using it in the first place..

JCR docs - bridging the gap with users (was: Spring configuration?)

2010-09-13 Thread Bertrand Delacretaz
On Mon, Sep 13, 2010 at 2:37 PM, Joseph Ottinger wrote: > On Mon, Sep 13, 2010 at 8:29 AM, Thomas Müller wrote: >>... In my view, the JCR specification is well written. Jackrabbit >> documentation is here: http://wiki.apache.org/jackrabbit/FrontPage - >> if anything is missing please let us know >

Re: References, performance, reliability

2010-07-21 Thread Bertrand Delacretaz
Hi, On Wed, Jul 21, 2010 at 2:10 PM, Seidel. Robert wrote: > ...do you know some known sw products, where Jackrabbit is used?... http://wiki.apache.org/jackrabbit/JcrLinks lists a number of open source and commercial applications built on Jackrabbit. You'll find some serious products in there.

Re: 552 552 spam score (5.8) exceeded threshold (state 18).

2010-07-20 Thread Bertrand Delacretaz
On Tue, Jul 20, 2010 at 3:48 PM, Daniel Varga wrote: > I keep getting the following when posting to the mailing list... > ...The error that the other server > returned was: 552 552 spam score (5.8) exceeded threshold (state 18)... If you're sending html formatted mails, switching to plain text m

Re: Status of OCM?

2010-07-13 Thread Bertrand Delacretaz
Hi, On Tue, Jul 13, 2010 at 5:23 PM, Paulo Silva wrote: > ...I can't seem to find any information on the status of OCM, namely for the > latest version (2.1.x?) and for 1.6.x This was discussed a few times recently, see for example: http://markmail.org/message/5fxbrzhyzrjjlry6 and/or search

Re: Sling or not Sling ?

2010-05-23 Thread Bertrand Delacretaz
2010/5/23 Hervé Agnoux : > ...For me the best world should be all Rest access to JCR with curl mecanism > ( a > little complicated but very useful), and make My pom, My war... and jackrabbit > of course... Sling does provide a RESTful interface to JCR out of the box - but if you want to discuss t

Re: Sling or not Sling ?

2010-05-17 Thread Bertrand Delacretaz
On Mon, May 17, 2010 at 5:27 PM, Justin Edelson wrote: > ...Content-driven sites are an excellent match for Slin; I would not write > a banking application with Sling I tend to agree...Sling really shines with multimedia content. For banking apps, Sling is maybe only as good as other web fra

Re: Sling or not Sling ?

2010-05-17 Thread Bertrand Delacretaz
Hi, 2010/5/17 Hervé Agnoux : > ...What is the benefit of Sling ? Have you develop web site with jackrabbit > and > with / without sling, and what is your impression ?... With Sling you "just" have to write request processing scripts (in the language of your choice: jsp, server-side javascript, j

Re: Error creating file with square brackets in filename

2010-05-17 Thread Bertrand Delacretaz
On Mon, May 17, 2010 at 8:49 AM, David Gough wrote: > ...Some characters are illegal in node names and need escaping when persisting > and using in paths and XPath queries. > > There are handy utility classes provided for this which I unfortunately > discovered too late in my project :(... See Te

Re: novice question - photo gallery

2010-04-22 Thread Bertrand Delacretaz
Hi, On Wed, Apr 21, 2010 at 5:49 PM, danisevsky wrote: > ...I am new in jackrabbit and would like to write web (wicket) photo > gallery. I am thinking about this structure: > > data/pictures/gallery/original/ > data/pictures/gallery/processed/1024x768/ > data/pictures/gallery/processed/64x64/ > .

Re: Missing examples in node type notation page?

2010-04-22 Thread Bertrand Delacretaz
> On Wed, Apr 21, 2010 at 10:07 PM, Mathieu Baudier wrote: >> I have the feeling that examples are suddenly missing from the node >> type notation page: >> http://jackrabbit.apache.org/node-type-notation.html On Wed, Apr 21, 2010 at 10:22 PM, Tobias Bocanegra wrote: > you're right. they are gone

Re: A couple of simple questions

2010-02-18 Thread Bertrand Delacretaz
Hi, On Wed, Feb 17, 2010 at 6:44 PM, Boomah wrote: > ...I set up a TransientRepository and added a node for each "Contract" with a > unique path. I then set a property on this node called id with the > associated string value of the id: > > node.setProperty("id", "123") > > I have a lot of these

Re: data first, structure on demand

2010-01-28 Thread Bertrand Delacretaz
Hi Justin, On Thu, Jan 28, 2010 at 12:26 AM, Justin Edelson wrote: > On Wed, Jan 27, 2010 at 4:33 PM, Bertrand Delacretaz > wrote: >> ...IIUC, that sling:resourceType property is what you mean by >> type-specific metadata... > That's actually not what I meant by type

Re: data first, structure on demand

2010-01-27 Thread Bertrand Delacretaz
Hi On Wed, Jan 27, 2010 at 3:51 PM, Justin Edelson wrote: > ...I would caution you that > JCR Node Types do not, IMHO, provide enough metadata to be used to create a > UI. Sling provides one solution to this whereby you can write "edit" and/or > "create" scripts per node type (or, in Sling parlan

Re: where does jackrabbit store it's data?

2010-01-19 Thread Bertrand Delacretaz
Hi, On Tue, Jan 19, 2010 at 4:24 PM, GUNACKER Simon wrote: > ...Where does jackrabbit actually store it's data?... Data storage is handled by persistence managers (for the nodes and properties) and if enabled by a file-based DataStore for large binaries. By default (IIRC) the standalone webapp's

Re: Practical limitations on the number of workspaces

2009-12-17 Thread Bertrand Delacretaz
On Thu, Dec 17, 2009 at 5:56 PM, Rakesh Vidyadharan wrote: > ...In general unless you are dealing with content (automatically > index documents etc), JCR is unlikely to be the best solution Automatic indexing is just one of the benefits of JCR...observation, unstructured/structured, hierarchi

Re: Practical limitations on the number of workspaces

2009-12-16 Thread Bertrand Delacretaz
Hi, On Thu, Dec 17, 2009 at 1:00 AM, Alan Chaney wrote: > ...I'm a complete newbie to using Jackrabbit. I'm designing a system in which > I > intend to manage a very large number of multimedia assets using JR > workspaces as libraries. The library would have different node types > depending upon

Re: David's Model question : nt:unstructured and SNS

2009-11-16 Thread Bertrand Delacretaz
Hi Ard, On Mon, Nov 16, 2009 at 2:39 PM, Ard Schrijvers wrote: > ...Just wondering: where does jackrabbit-ocm fit in then? I do not have > that much experience with it, but it feels like JCR-to-object to me. > Only use it when your really really have to :-)))?... Actually...yes and no. After re

Re: David's Model question : nt:unstructured and SNS

2009-11-16 Thread Bertrand Delacretaz
2009/11/16 François Cassistat : > ...I see this from a RAD and object database perspective. > > OCM provides a sort of CRUD interface on objects. Defining an object is > simple and fast, then you specify the location and begin using it. No need > to worry about structures and everything. Maybe OCM

Re: David's Model question : nt:unstructured and SNS

2009-11-16 Thread Bertrand Delacretaz
On Fri, Nov 13, 2009 at 11:21 PM, Tobias Bocanegra wrote: > 2009/11/13 François Cassistat : >> ...Is there an easy way to disallow SNS other than defining a new node type >> and setting all > new nodes in this type, so I can get ItemExistException on save to prevent SNS > from happening? > > unf

Re: David's Model question : nt:unstructured and SNS

2009-11-16 Thread Bertrand Delacretaz
On Mon, Nov 16, 2009 at 1:38 PM, Alexander Klimetschek wrote: > ...I see the point for DAOs only when you really want to be sure that > application coders can only use the properties you designed for them. > Or when you have a relational model and are required to map it onto an > object model, but

Re: Jackrabbit, Sling, JCR, Servlets learning path

2009-09-27 Thread Bertrand Delacretaz
Hi, On Sun, Sep 27, 2009 at 4:45 PM, Guo Du wrote: > ...I would assume dev maillist is designed for people interested with > sling development. For using questions, us...@sling.apache.org could > be better There's no such list, see http://sling.apache.org/site/project-information.html#Projec

Re: Implementing Jaas

2009-09-25 Thread Bertrand Delacretaz
Hi, On Wed, Sep 23, 2009 at 10:42 AM, simer anand wrote: >... > Bertrand: >> See >> http://jackrabbit.apache.org/jackrabbit-configuration.html#JackrabbitConfiguration-Securityconfiguration >> for details. If you want to control what parts of the repository >> content the user is allowed to access

Re: Implementing Jaas

2009-09-23 Thread Bertrand Delacretaz
Hi Simer, On Wed, Sep 23, 2009 at 8:54 AM, simer anand wrote: > ...I went through > the sample programs at > http://java.sun.com/j2se/1.4.2/docs/guide/security/jaas/tutorials/GeneralAcnAndAzn.html > and then i tried to implement it for that i put jar files into the classpath > and in repositiory.

Re: Implementing Jaas

2009-09-22 Thread Bertrand Delacretaz
Hi, On Fri, Sep 18, 2009 at 8:59 AM, simer anand wrote: >>...                    I tried to implement the Jaas thing into repository and >> when tried the authorization tutorial programs into the repository.xml and >> when i switched to the >> http://localhost:8080/jackrabbit-webapp-1.5.6./reposi

Re: Performance of a large number of small nodes

2009-08-28 Thread Bertrand Delacretaz
Hi Nigel, On Thu, Aug 27, 2009 at 1:09 PM, Bertrand Delacretaz wrote: > On Thu, Aug 27, 2009 at 5:40 AM, Nigel Sim wrote: >> ...In Jackrabbit the path looks like >> ////MM/DD/ >> > ...What's the query? > > Find all values for a given instrument and data

Re: Performance of a large number of small nodes

2009-08-27 Thread Bertrand Delacretaz
Hi Nigel, On Thu, Aug 27, 2009 at 5:40 AM, Nigel Sim wrote: > ...In Jackrabbit the path looks like > ////MM/DD/ > > I can probably improve the ingest time by an order of magnitude by more > intelligent session handling, but the retrieval also needs to be improved > and I don't know how. In th

Re: JCR utilities library (was: how to store images into jackrabbit repository)

2009-08-20 Thread Bertrand Delacretaz
On Thu, Aug 20, 2009 at 9:29 AM, Jukka Zitting wrote: > ...jackrabbit-jcr-commons > > That component has traditionally been more of a support library for > jackrabbit-core (and to some extent also for jackrabbit-jcr2spi), but > recent work there (see for example the new JcrUtils class) has been > t

JCR utilities library (was: how to store images into jackrabbit repository)

2009-08-20 Thread Bertrand Delacretaz
On Thu, Aug 20, 2009 at 9:12 AM, Jukka Zitting wrote: > The recommended way to store images or in fact any kinds of binary > files is to use the nt:file and nt:resource node types > ...And the JCR 1.0 code to create such a file is: > >    InputStream stream = ...; // the binary image data >  

Re: Performance of a large number of small nodes

2009-08-15 Thread Bertrand Delacretaz
Hi Nigel, On Sat, Aug 15, 2009 at 6:32 AM, Nigel Sim wrote: > ...Thanks for your suggestion. Unfortunately, even in the simplest case of 100 > nodes in the root node, the time taken to retrieve is too long. If I could > resolve this fundamental speed issue then I could apply your solution to > hel

Re: Performance of a large number of small nodes

2009-08-14 Thread Bertrand Delacretaz
Hi, On Fri, Aug 14, 2009 at 6:34 AM, Nigel Sim wrote: > ...I am using Jackrabbit to store a mixture of scientific data, which includes > files and numerical data. The performance of files are fine, but the > numerical data needs to be extracted as datasets based on attributes such as > observation

Re: package org.apache.jackrabbit.core does not exist

2009-07-17 Thread Bertrand Delacretaz
Hi, On Fri, Jul 17, 2009 at 8:58 AM, simer anand wrote: > > These are the bugs i'm facing while compiling the program hop1 > earlier they just compiled fine but now i don't what happened to them > and i h've already set those jars files into the classpath... The problems you're facing have nothin

Re: Start after shutdown repository

2009-07-14 Thread Bertrand Delacretaz
Hi, On Tue, Jul 14, 2009 at 2:20 PM, Daniel Sanchez wrote: > ...I'm working with jackrabbit in a OSGi environment. Everything works fine > but > I need to start / stop the repository multiple times. > Is it possible to start the repository after calling shutdown?... I don't have an immediate ans

Re: Generating unique path

2009-07-07 Thread Bertrand Delacretaz
e. -Bertrand > > Nigel > > 2009/7/7 Bertrand Delacretaz > >> On Tue, Jul 7, 2009 at 12:20 PM, Nigel Sim wrote: >> > ...In my use case for Jackrabbit I do not have a direct use for paths. I >> just >> > have object with properties and relationships which I w

Re: Generating unique path

2009-07-07 Thread Bertrand Delacretaz
On Tue, Jul 7, 2009 at 12:20 PM, Nigel Sim wrote: > ...In my use case for Jackrabbit I do not have a direct use for paths. I just > have object with properties and relationships which I want to store, and > later retrieve via searching those attributes. > > Is there a way/class/factory I can use to

Re: Query that sorts a large result set.

2009-06-18 Thread Bertrand Delacretaz
On Wed, Jun 17, 2009 at 11:33 PM, Ard Schrijvers wrote: > You though have to realize that, in my computions, I assume you are just > using a Calendar value which is unique for each document. Now, if you would > find it ok to stick to Calendar values with only, say, minute granularity, > you'll sig

Re: Getting the error while trying to access the repository thru jcr-RMI concept

2009-05-06 Thread Bertrand Delacretaz
Hi, On Thu, May 7, 2009 at 4:28 AM, astra123 wrote: > ...you have told something about the JackRabbit-standalone in your reply. > Can you please explain that part in detailed manner See http://jackrabbit.apache.org/jackrabbit-standalone.html -Bertrand

Re: problem in viewing the repository nodes in JCR browser using JNDI

2009-05-05 Thread Bertrand Delacretaz
On Tue, May 5, 2009 at 8:19 AM, astra123 wrote: > ...can i use this link > http://jackrabbit.apache.org/jcr-client-application-howto.html > for accessing the repository via JNDI That should work. > if so in my case the client is jcr-explorer.war (which i deployed in tomcat > and imported to

Re: problem in viewing the repository nodes in JCR browser using JNDI

2009-05-04 Thread Bertrand Delacretaz
Ho, On Tue, May 5, 2009 at 5:17 AM, astra123 wrote: > > ...How do i register my repository with JNDI to access that via jndi using JCR > browser. > Please help me to resolve this.(i'm new to JCR so please give me the step in > detailed manner)... I have written a step by step guide on my blog [1

Re: Jackrabbit RMI Performance

2009-01-08 Thread Bertrand Delacretaz
Hi, On Wed, Jan 7, 2009 at 4:09 PM, Kurz Wolfgang wrote: > ...When I do a query the Query takes like 90 ms which is fine but then I fill > my objects > with the node properties which takes like forever As Alex says, the Sling http/json interface would very probably be much faster for this -

Re: JackRabbit client / server

2008-11-26 Thread Bertrand Delacretaz
Hi Antoine, On Wed, Nov 26, 2008 at 10:15 AM, alarcher <[EMAIL PROTECTED]> wrote: > ...I need to run it on 2 separated JVM, so I'm going to use the RMI solution. > I thought there was some kind of web services or servlets, I noticed the > projet jackrabbit-servlets but it seems to be only servlet

Re: how to get the index of the node

2008-11-23 Thread Bertrand Delacretaz
Hi, On Mon, Nov 24, 2008 at 6:57 AM, far4ever <[EMAIL PROTECTED]> wrote: > ... i want to get the node name along with its index(the one with square > bracket) > but getName() gives the name with out the index. is there any mechanism > where i can get the index along with its name... Node.getIndex

Re: Jackrabbit in an OSGI environment

2008-11-13 Thread Bertrand Delacretaz
Hi, On Thu, Nov 13, 2008 at 2:10 PM, Josh Holtzman <[EMAIL PROTECTED]> wrote: > I'm looking at using OSGI for an upcoming project, and I'm trying to deploy > the jackrabbit bundles available in the spring OBR You might want to have a look at the Sling project, where we use Jackrabbit as OSGi

Re: WebDAV Paradigm Mismatch

2008-10-27 Thread Bertrand Delacretaz
On Mon, Oct 27, 2008 at 1:29 PM, Mike Oliver <[EMAIL PROTECTED]> wrote: > ...my frustration > with SimpleWebDAVServlet is about IMHO that it should do more of what most > people want JackRabbit to do for them You should then feel free to propose improvements, ideally in the form of code patch

Re: Scalable Domain

2008-10-22 Thread Bertrand Delacretaz
On Wed, Oct 22, 2008 at 6:01 PM, Luis Gervaso <[EMAIL PROTECTED]> wrote: > ...The table has 1 million of rows, but i have read that jackrabbit can scale > up to 10K child nodes... It is true that you shouldn't have more than about 10k sibling nodes (or N, don't know the current figure) under a com

Re: Jackrabit and webdav

2008-06-21 Thread Bertrand Delacretaz
Hi Paulo, On Sat, Jun 21, 2008 at 9:49 AM, Paulo Sergio <[EMAIL PROTECTED]> wrote: > ...is there any place where i can get examples of that code?... There's an example in Sling's Loader class [1], look at the createFile() method. (there are also examples in Jackrabbit but I'm less familiar with

Re: Using javascript to access content

2008-06-16 Thread Bertrand Delacretaz
Hi Luis, On Fri, Jun 13, 2008 at 9:47 PM, Luis Gervaso <[EMAIL PROTECTED]> wrote: > ...I'm considering use javascript to access content repository (the same way > that is specified in Sling) > > But I don't know what is the real impact related to SEO (Search Engine > Optimization) since the spider

Re: importXML() fails with a ConstraintViolationException

2008-05-28 Thread Bertrand Delacretaz
On Wed, May 28, 2008 at 10:13 AM, Alexander Klimetschek <[EMAIL PROTECTED]> wrote: > ...Jackrabbit has a limitation when you have many child nodes (> > 1000) under one node - it will be quite slow then... I thought this was ten thousand, not thousand? -Bertrand

Re: Jackrabbit overlapping w/ Lucene-Solr

2008-05-05 Thread Bertrand Delacretaz
On Fri, May 2, 2008 at 12:38 AM, Julio Castillo <[EMAIL PROTECTED]> wrote: > ...Lucene/Solr > Stores and indexes documents and of course provides search functionality Solr is meant to store the indexable parts of documents. You can of course store anything, but there's no versioning, no locks

Re: Scalability of using "reference" properties

2008-04-15 Thread Bertrand Delacretaz
On Tue, Apr 15, 2008 at 4:03 PM, David Parker <[EMAIL PROTECTED]> wrote: > Could you provide a pointer to the to the data modeling tips you mentioned? That's probably http://wiki.apache.org/jackrabbit/DavidsModel -Bertrand

Re: My repository store 250 GB disk is full ...

2008-01-15 Thread Bertrand Delacretaz
On Jan 15, 2008 9:53 AM, jerome termes <[EMAIL PROTECTED]> wrote: > ...Is it possible to add multiple disks and dispatch data ?... I think LVM allows you to expand Linux partitions without copying or losing data, see for example http://fedoranews.org/mediawiki/index.php/Expanding_Linux_Partitions

Re: My repository store 250 GB disk is full ...

2008-01-15 Thread Bertrand Delacretaz
On Jan 15, 2008 8:40 AM, jerome termes <[EMAIL PROTECTED]> wrote: > ...Our problem is what appen when the disk is full. How add some partition > (how > tell this to JackRabbit) Not sure what you mean - you could stop your app, install a larger drive, move Jacrkabbit storage files there and r

Re: The state of WebDAV Clients

2007-11-29 Thread Bertrand Delacretaz
On Nov 29, 2007 5:17 PM, Roland Weber <[EMAIL PROTECTED]> wrote: > ...I'm not sure > that Jackrabbit is the place to start a new WebDAV effort based on > the Slide code. A new lab maybe? http://labs.apache.org/... Labs are meant for existing ASF committers, so growing a community there is not rea

Re: Building a repo using existing Db Schemas

2007-11-11 Thread Bertrand Delacretaz
On 11/11/07, Jukka Zitting <[EMAIL PROTECTED]> wrote: > ...In general it would be possible, and actually quite interesting, to > implement a JCR-to-JDBC bridge that would for example expose each > relation as a node type... Might be a cool project for the next Google Summer of Code (assuming that

Re: Same name siblings with OCM

2007-09-30 Thread Bertrand Delacretaz
On 9/29/07, Felix Meschberger <[EMAIL PROTECTED]> wrote: > ...As a side-node, IMHO (private and personal and not endorsed by anyone) > same-name-sibblings are a design error of the initial spec and should be > avoided... Is there a config option in Jackrabbit that disables same name siblings? It

ApacheCon US 2007 Early Bird deadline extended to September 22, 2007

2007-09-09 Thread Bertrand Delacretaz
Hi, Find a message from the ApacheCon organizers below. Apache committers and members get discounts to the conference, see recent messages on the committers@ list. As mentioned before, Jukka will be holding a Jackrabbit tutorial there. Jackrabbit and JCR are also mentioned in at least two talks (

Re: How are developers using jackrabbit

2007-07-31 Thread Bertrand Delacretaz
On 7/31/07, Ard Schrijvers <[EMAIL PROTECTED]> wrote: > Regarding your usecase, having around 36.000.000 documents after one year .in > one > single ws with terabytes of data...so 100.000.000 docs within three > years...Well, I > think you at least have to tune some settings :-)... Just to make

Jackrabbit = Kick Ass Tool (was: Jackrabbit = Big Trouble??)

2007-07-27 Thread Bertrand Delacretaz
Hi, I hate to play grumpy old man once again, but the recent trend towards Loud Subjects That Catch Peoples Attention does not really help the discussion, so let's rename this thread ;-) Bruce, if I read your message correctly, it looks like you have three problems with Jackrabbit: 1) Cache Mana

Re: JCR Controller open source

2007-07-25 Thread Bertrand Delacretaz
On 7/25/07, Daniel Br?uen <[EMAIL PROTECTED]> wrote: ...So poor Mac-Users will have to wait a little longer... Note that a preliminary JDK 1.6 is available for macosx, see http://developer.apple.com/java/ -Bertrand

Re: 7.4 Appendix D: JCR 1.0 XPath (Deprecated)

2007-07-18 Thread Bertrand Delacretaz
On 7/18/07, Thomas Mueller <[EMAIL PROTECTED]> wrote: On 7/17/07, IvanLatysh <[EMAIL PROTECTED]> wrote: >... To summarize all this I propose to use 'X' languages to work > with 'X' data structures So in your view, JCR is an XML database? For me, JCR is: - File System - RDBMS - LDAP - Subver

Re: Lucene error while saving a session

2007-07-15 Thread Bertrand Delacretaz
On 7/16/07, Sridhar Raman <[EMAIL PROTECTED]> wrote: ...does anyone have any clue as to why this problem occurs?... I don't know if others have seen it in Jackrabbit already, but googling for "Lucene java.io.IOException: Access is denied" returns quite a few results, you might want to have a lo

  1   2   >