Is there any solution to solve the pagination in the repostitory

2006-11-06 Thread wendy Lee
Our application need do pagination for the content in the repository ,such as the "top" keyword in database.I don't know the jackrabbit supply such mechanism.Now we solve this problem by querying repostioty according to every request,But this is very inefficient . Thank you for your help.

Re: Contents of jcr-server ?

2006-11-06 Thread Angela Schreiber
hi cédric About the 'jcr-remoting-over-webdav' part, I understant that the JCRWebdavServer stands as the server side, but do you know if someone ever worked on the JCR client part, to build the whole chain : JCR API -> WebDav request -> network -> JCRWebdavServer -> JCR Repository yes -> tak

Re: [jira] Commented: (JCR-623) Clustering

2006-11-06 Thread wendy Lee
Do you have any detail in configuration about clustering?such as the repository model. 2006/11/7, Dominique Pfister (JIRA) <[EMAIL PROTECTED]>: [ http://issues.apache.org/jira/browse/JCR-623?page=comments#action_12447461] Dominique Pfister commented on JCR-623: --

[jira] Updated: (JCR-624) OutOfMemoryError When repeat login and the logout many times

2006-11-06 Thread Yusuke Fujisawa (JIRA)
[ http://issues.apache.org/jira/browse/JCR-624?page=all ] Yusuke Fujisawa updated JCR-624: Attachment: Test.java > OutOfMemoryError When repeat login and the logout many times > > >

[jira] Created: (JCR-624) OutOfMemoryError When repeat login and the logout many times

2006-11-06 Thread Yusuke Fujisawa (JIRA)
OutOfMemoryError When repeat login and the logout many times Key: JCR-624 URL: http://issues.apache.org/jira/browse/JCR-624 Project: Jackrabbit Issue Type: Bug Affects Versions

Re: Contents of jcr-server ?

2006-11-06 Thread Cédric Damioli
Hi angela, Many thanks for all these pointers. About the 'jcr-remoting-over-webdav' part, I understant that the JCRWebdavServer stands as the server side, but do you know if someone ever worked on the JCR client part, to build the whole chain : JCR API -> WebDav request -> network -> JCRWebdav

[jira] Closed: (JCR-619) CacheManager (Memory Management in Jackrabbit)

2006-11-06 Thread Tobias Bocanegra (JIRA)
[ http://issues.apache.org/jira/browse/JCR-619?page=all ] Tobias Bocanegra closed JCR-619. Fix Version/s: 1.2 Resolution: Fixed Committed revision 471800. > CacheManager (Memory Management in Jackrabbit) > ---

[jira] Assigned: (JCR-619) CacheManager (Memory Management in Jackrabbit)

2006-11-06 Thread Tobias Bocanegra (JIRA)
[ http://issues.apache.org/jira/browse/JCR-619?page=all ] Tobias Bocanegra reassigned JCR-619: Assignee: Tobias Bocanegra > CacheManager (Memory Management in Jackrabbit) > -- > > Key: JCR-6

Re: Contents of jcr-server ?

2006-11-06 Thread Angela Schreiber
hi cedric there used to be a index.jsp, that roughly summarizes the contents of the jcr-server. http://svn.apache.org/repos/asf/jackrabbit/trunk/jcr-server/webapp/src/webapp/index.jsp and there were various threads regarding the aim and the status of the jcr-server in the dev list. e.g. http:/

[jira] Assigned: (JCR-620) Document View Import tests fail for EMF/XMI serialization

2006-11-06 Thread Stefan Guggisberg (JIRA)
[ http://issues.apache.org/jira/browse/JCR-620?page=all ] Stefan Guggisberg reassigned JCR-620: - Assignee: Stefan Guggisberg > Document View Import tests fail for EMF/XMI serialization > - > >

Re: Contents of jcr-server ?

2006-11-06 Thread Cédric Damioli
Sorry for cross-posting, but I realized that I may have more answers here than on the users ML. Regards, Cédric Cédric Damioli a écrit : Hi all, Can someone tell me what are the purposes of the different parts of jcr-server ? I searched ML and wiki, but didn't found anything... There are 4

Re: New feature: Clustering

2006-11-06 Thread Cédric Damioli
Dominique Pfister a écrit : Hi, I just committed some files to implement a first approach to clustering in jackrabbit. Inside this approach, all repositories in the cluster share the persistence layer (e.g. a derby database started standalone). When a repository commits some changes, it will wri

[jira] Commented: (JCR-622) Auto Reconnect for RepositoryAccessServlet

2006-11-06 Thread Jukka Zitting (JIRA)
[ http://issues.apache.org/jira/browse/JCR-622?page=comments#action_12447465 ] Jukka Zitting commented on JCR-622: --- The best option would probably be to wrap the RMI repository client in a TransientRepository instance, potentially with an extr

[jira] Commented: (JCR-623) Clustering

2006-11-06 Thread Dominique Pfister (JIRA)
[ http://issues.apache.org/jira/browse/JCR-623?page=comments#action_12447461 ] Dominique Pfister commented on JCR-623: --- Initial commit: 471766 Features still missing: - Automatic archival of journal log entries to save space - Using a dat

New feature: Clustering

2006-11-06 Thread Dominique Pfister
Hi, I just committed some files to implement a first approach to clustering in jackrabbit. Inside this approach, all repositories in the cluster share the persistence layer (e.g. a derby database started standalone). When a repository commits some changes, it will write a log record to a shared "

[jira] Created: (JCR-623) Clustering

2006-11-06 Thread Dominique Pfister (JIRA)
Clustering -- Key: JCR-623 URL: http://issues.apache.org/jira/browse/JCR-623 Project: Jackrabbit Issue Type: New Feature Components: core Reporter: Dominique Pfister Assigned To: Dominique Pfister Imp

[jira] Created: (JCR-622) Auto Reconnect for RepositoryAccessServlet

2006-11-06 Thread JIRA
Auto Reconnect for RepositoryAccessServlet -- Key: JCR-622 URL: http://issues.apache.org/jira/browse/JCR-622 Project: Jackrabbit Issue Type: Bug Components: webdav Affects Versions: 1.1

Re: SPI: ItemInfo.getParentId()

2006-11-06 Thread Marcel Reutegger
Julian Reschke wrote: Julian Reschke schrieb: ... Looking at JCR2SPIs NodeImpl and HierarchyManagerImpl it seems that the only way to access a Node by absolute path is to recursively access all parent nodes, visiting their children. This seems to be not only inefficient, but may also cause a

The problem about jackrabbit in Jboss

2006-11-06 Thread wendy Lee
Are there anyone try to config Jboss and deploy jackrabbit in it for clustering? I need some help about this.Thank you.