Re: svn commit: r473755 [1/43] - in /jackrabbit/trunk/contrib/jcr-browser: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/jackrabbit/ src/main/j

2006-11-13 Thread Jukka Zitting
Hi, On 11/13/06, Roy T. Fielding <[EMAIL PROTECTED]> wrote: If we are not planning on maintaining the dojo files as a fork, then we include installation instructions with the webapp, or an install script that builds a webapp from our source and the latest tarball from dojo. The only time that w

[jira] Assigned: (JCR-628) OutOfMemory problem: HandleMonitor does not release closed input streams

2006-11-13 Thread Tobias Bocanegra (JIRA)
[ http://issues.apache.org/jira/browse/JCR-628?page=all ] Tobias Bocanegra reassigned JCR-628: Assignee: Tobias Bocanegra > OutOfMemory problem: HandleMonitor does not release closed input streams > ---

[jira] Closed: (JCR-628) OutOfMemory problem: HandleMonitor does not release closed input streams

2006-11-13 Thread Tobias Bocanegra (JIRA)
[ http://issues.apache.org/jira/browse/JCR-628?page=all ] Tobias Bocanegra closed JCR-628. Fix Version/s: 1.2 1.1.1 Resolution: Fixed Committed revision 474234. > OutOfMemory problem: HandleMonitor does not release closed inpu

[jira] Assigned: (JCR-625) Memory is not freed up when jackrabbit-server war is redeployed in tomcat

2006-11-13 Thread Tobias Bocanegra (JIRA)
[ http://issues.apache.org/jira/browse/JCR-625?page=all ] Tobias Bocanegra reassigned JCR-625: Assignee: Tobias Bocanegra > Memory is not freed up when jackrabbit-server war is redeployed in tomcat > --

[jira] Commented: (JCR-625) Memory is not freed up when jackrabbit-server war is redeployed in tomcat

2006-11-13 Thread Thomas Mueller (JIRA)
[ http://issues.apache.org/jira/browse/JCR-625?page=comments#action_12449305 ] Thomas Mueller commented on JCR-625: The CacheManager slows a few things down at the moment, for example the unit tests. I found the problem: The caches are never

Re: Performance degradation in current trunk

2006-11-13 Thread Stefan Guggisberg
christoph and thomas are both right. svn r471800 caused a serious performance degradation. the maven test suite took approx. 50% longer, specific test cases suffered even more, e.g.: - org.apache.jackrabbit.test.api.TestAl:; +170% - org.apache.jackrabbit.core.TestAll: +300% for the time be

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

2006-11-13 Thread Stefan Guggisberg (JIRA)
[ http://issues.apache.org/jira/browse/JCR-619?page=all ] Stefan Guggisberg reopened JCR-619: --- the patch caused a serious performance degradation. see http://www.nabble.com/Performance-degradation-in-current--trunk-t2608647.html i therefore

Export XML document from repository

2006-11-13 Thread Ɓukasz Sroka
Hi, I import XML document size 6,7MB to repository. Then I export from repository the same document to local computer, but after exporting this document is smaller. I edited this document and half of text is missed. It's just cut in the middle. It has only 3,12MB. JackRabbit do not report any warn

JCR-247 - time estimate

2006-11-13 Thread Magnus Grimsell
I'm working on a time estimate for refactoring our product to use jackrabbit as its storage. To be able to set constraints on childnodes is an important feature for us so I'm very interested in the future of JCR-247. Are there any short term plans to solve this issue? If not, could you estimate

Re: SPI: ItemInfo.getParentId()

2006-11-13 Thread Julian Reschke
(sorry for the late reply - had a customer visit for most of the previous week). Marcel Reutegger schrieb: the current design of the spi demands that the client on top of the spi resolves paths to ids and vice versa. this design was actually just borrowed from the jackrabbit implementation, wh

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

2006-11-13 Thread Thomas Mueller (JIRA)
[ http://issues.apache.org/jira/browse/JCR-619?page=all ] Thomas Mueller updated JCR-619: --- Attachment: cacheManager5.txt Hi, This is the latest version of the CacheManager. As the CacheManager is not a singleton any more, the problem JCR-625 (Memory is

[jira] Reopened: (JCR-67) Node.canAddMixin(String)

2006-11-13 Thread Stefan Guggisberg (JIRA)
[ http://issues.apache.org/jira/browse/JCR-67?page=all ] Stefan Guggisberg reopened JCR-67: -- i agree with dimitry, reopening issue... > Node.canAddMixin(String) > > > Key: JCR-67 > URL:

[jira] Closed: (JCR-67) Node.canAddMixin(String)

2006-11-13 Thread Stefan Guggisberg (JIRA)
[ http://issues.apache.org/jira/browse/JCR-67?page=all ] Stefan Guggisberg closed JCR-67. Fix Version/s: 1.1.1 Resolution: Fixed fixed in svn r474372 thanks dmitry for reporting this issue! > Node.canAddMixin(String) > >

(potential) contrib: node type graphing tool

2006-11-13 Thread Julian Reschke
...while looking at the nt:file/nt:folder discussion, I recently wrote a small tool for visualizing the node type registry. It works by transforming an XML system-view export of /jcr:system/jcr:nodeTypes to a "dot" file, which then can be fed into Graphviz. Should I add that to contrib somew

[jira] Created: (JCR-636) Local AuthContext authenticates if LoginModule should be ignored

2006-11-13 Thread chistian (JIRA)
Local AuthContext authenticates if LoginModule should be ignored Key: JCR-636 URL: http://issues.apache.org/jira/browse/JCR-636 Project: Jackrabbit Issue Type: Bug Co

SPI: getNode("..") failing

2006-11-13 Thread Julian Reschke
Hi, in JCR2SPI (with a custom SPI impl), getNode("..") is failing on me ("PathNotFoundException"). Is this a known issue, or do I need to dig deeper to find out more? Best regards, Julian

Re: svn commit: r473755 [1/43] - in /jackrabbit/trunk/contrib/jcr-browser: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/jackrabbit/ src/main/j

2006-11-13 Thread Roy T. Fielding
On Nov 13, 2006, at 2:21 AM, Jukka Zitting wrote: On 11/13/06, Roy T. Fielding <[EMAIL PROTECTED]> wrote: If we are not planning on maintaining the dojo files as a fork, then we include installation instructions with the webapp, or an install script that builds a webapp from our source and the l

Re: svn commit: r473755 [1/43] - in /jackrabbit/trunk/contrib/jcr-browser: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/jackrabbit/ src/main/j

2006-11-13 Thread Jukka Zitting
Hi, On 11/14/06, Roy T. Fielding <[EMAIL PROTECTED]> wrote: No, svn:externals is evil. Placing a specific jar in our subversion is not recommended either, but at least that gets us out of problems associated with forking dojo (jar format is just gzipped tar and, unlike zip, is guaranteed to wor