[jira] Updated: (JCR-2262) o.a.j.webdav.jcr.DavResourceFactoryImpl#createResource creates VersionControlledResource instances regardless of mix:versionable status

2009-08-31 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated JCR-2262: --- Status: Patch Available (was: Open) o.a.j.webdav.jcr.DavResourceFactoryImpl#createResource

[jira] Resolved: (JCR-2284) Table creation fails. mssql schema contains ${schemaObjectPrefix} and ${tableSpace}, but code only replaces ${schemaObjectPrefix}.

2009-08-27 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2284. Resolution: Invalid MSSqlFileSystem extends DatabaseFileSystem and does the ${tableSpace

[jira] Updated: (JCR-2272) Errors during concurrent session import of nodes with same UUIDs

2009-08-27 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated JCR-2272: --- Attachment: JCR-2272.patch attached a patch which causes an InvaliditemStateException

[jira] Resolved: (JCR-2281) auto-compute jcr:lastModified value on server

2009-08-27 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2281. Resolution: Won't Fix on second thought i'm not sure whether there's a legitimate use-case

[jira] Updated: (JCR-2277) Jackrabbit is not working on web application.

2009-08-26 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated JCR-2277: --- Component/s: jackrabbit-webapp Jackrabbit is not working on web application

[jira] Updated: (JCR-2276) org.apache.jackrabbit.server.remoting.davex.JsonWriter: wrong value type for ::NodeIteratorSize attribute

2009-08-26 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated JCR-2276: --- Attachment: JCR-2275.patch a patch for o.a.jackrabbit.spi.commons.conversion,NameParser

[jira] Updated: (JCR-2276) org.apache.jackrabbit.server.remoting.davex.JsonWriter: wrong value type for ::NodeIteratorSize attribute

2009-08-26 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated JCR-2276: --- Attachment: (was: JCR-2275.patch) org.apache.jackrabbit.server.remoting.davex.JsonWriter

[jira] Updated: (JCR-2275) some legal jcr names cause unneccessary server-roundtrips

2009-08-26 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated JCR-2275: --- Attachment: JCR-2275.patch a patch for o.a.jackrabbit.spi.commons.conversion,NameParser

[jira] Updated: (JCR-2276) org.apache.jackrabbit.server.remoting.davex.JsonWriter: wrong value type for ::NodeIteratorSize attribute

2009-08-26 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated JCR-2276: --- Comment: was deleted (was: a patch for o.a.jackrabbit.spi.commons.conversion,NameParser

[jira] Resolved: (JCR-2276) org.apache.jackrabbit.server.remoting.davex.JsonWriter: wrong value type for ::NodeIteratorSize attribute

2009-08-26 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2276. Resolution: Fixed Fix Version/s: 2.0.0 fixed in svn r807939

[jira] Commented: (JCR-2275) some legal jcr names cause unneccessary server-roundtrips

2009-08-26 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12747911#action_12747911 ] Stefan Guggisberg commented on JCR-2275: Instead of custom rules like this, I'd

[jira] Created: (JCR-2275) some legal jcr names cause unneccessary server-roundtrips

2009-08-24 Thread Stefan Guggisberg (JIRA)
: Improvement Components: jackrabbit-jcr2spi Reporter: Stefan Guggisberg assume the following legal qualified jcr names: {foo} {foo} bar when items with such names are read from the spi layer, they are first interpreted as expanded form names. a prefix lookup for namespace 'foo

[jira] Created: (JCR-2276) org.apache.jackrabbit.server.remoting.davex.JsonWriter: wrong value type for ::NodeIteratorSize attribute

2009-08-24 Thread Stefan Guggisberg (JIRA)
/browse/JCR-2276 Project: Jackrabbit Content Repository Issue Type: Bug Components: jackrabbit-jcr-server Reporter: Stefan Guggisberg the ::NodeIteratorSize attribute is serialized as string value whereas the client expects a long value. this causes

Re: Jackrabbit 2.0 release plan

2009-08-19 Thread Stefan Guggisberg
On Tue, Aug 18, 2009 at 5:44 PM, Jukka Zittingjukka.zitt...@gmail.com wrote: Hi, On Wed, Aug 12, 2009 at 12:28 PM, Jukka Zittingjukka.zitt...@gmail.com wrote: We're getting pretty close to feature-completeness... I'm planning to cut a new alpha release (2.0-alpha8) tomorrow and will most

[jira] Commented: (JCR-2170) Remove PropDefId and NodeDefId

2009-08-19 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12744984#action_12744984 ] Stefan Guggisberg commented on JCR-2170: i'd be +1 for getting rid of the DefIds

[jira] Created: (JCR-2267) jcr:createdBy and jcr:lastModifiedBy are not automatically set, causing JCR 1.0 client code to fail when creating nt:folder or nt:file nodes

2009-08-19 Thread Stefan Guggisberg (JIRA)
Key: JCR-2267 URL: https://issues.apache.org/jira/browse/JCR-2267 Project: Jackrabbit Content Repository Issue Type: Bug Components: jackrabbit-jcr2spi Reporter: Stefan Guggisberg the following properties were introduced in JCR 2.0

[jira] Resolved: (JCR-2267) jcr:createdBy and jcr:lastModifiedBy are not automatically set, causing JCR 1.0 client code to fail when creating nt:folder or nt:file nodes

2009-08-19 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2267. Resolution: Invalid never mind, the issue was caused by a version conflict. jackrabbit 1.6

[jira] Created: (JCR-2262) o.a.j.webdav.jcr.DavResourceFactoryImpl#createResource creates VersionControlledResource instances regardless of mix:versionable status

2009-08-17 Thread Stefan Guggisberg (JIRA)
: JCR-2262 URL: https://issues.apache.org/jira/browse/JCR-2262 Project: Jackrabbit Content Repository Issue Type: Improvement Components: jackrabbit-jcr-server Reporter: Stefan Guggisberg DavResourceFactoryImpl#createResource() first calls

Re: nodetype mgmt in jackrabbit 2.0?

2009-08-12 Thread Stefan Guggisberg
hi mike On Tue, Aug 11, 2009 at 4:51 PM, Mike Wilsonmike...@hotmail.com wrote: What is planned for Jackrabbit 2.0 regarding nodetype management? Ie, regarding these features from chapter 19 in the JCR 2.0 spec: - Removing a node type from the registry. - Updating the definition of a

Re: nodetype mgmt in jackrabbit 2.0?

2009-08-12 Thread Stefan Guggisberg
On Wed, Aug 12, 2009 at 12:54 PM, Mike Wilsonmike...@hotmail.com wrote: Stefan Guggisberg wrote: On Tue, Aug 11, 2009 at 4:51 PM, Mike Wilson wrote: What is planned for Jackrabbit 2.0 regarding nodetype management? Ie, regarding these features from chapter 19 in the JCR 2.0 spec

[jira] Commented: (JCR-2246) Deprecate/remove unused FileSystem features such as RandomAccessOutputStream

2009-08-10 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12741212#action_12741212 ] Stefan Guggisberg commented on JCR-2246: getRandomAccessOutputStream was used

[jira] Updated: (JCR-2246) Deprecate/remove unused FileSystem features such as RandomAccessOutputStream

2009-08-10 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated JCR-2246: --- Priority: Minor (was: Major) Deprecate/remove unused FileSystem features

[jira] Assigned: (JCR-2250) Base64 bug - last buffer not flushed

2009-08-10 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg reassigned JCR-2250: -- Assignee: Stefan Guggisberg Base64 bug - last buffer not flushed

[jira] Resolved: (JCR-2250) Base64 bug - last buffer not flushed

2009-08-10 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2250. Resolution: Fixed Fix Version/s: 2.0.0 fixed in svn r802754 thanks! Base64 bug

[jira] Commented: (JCR-2251) WorkspaceManager.dispose() should wait until change feed thread is stopped

2009-08-10 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12741283#action_12741283 ] Stefan Guggisberg commented on JCR-2251: +1 for the patch WorkspaceManager.dispose

[jira] Commented: (JCR-1435) Choose the MySQL engine for database storage (default to MyISAM)

2009-08-07 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12740526#action_12740526 ] Stefan Guggisberg commented on JCR-1435: i'd rather provide a custom ddl

[jira] Commented: (JCR-1435) Choose the MySQL engine for database storage (default to MyISAM)

2009-08-07 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12740529#action_12740529 ] Stefan Guggisberg commented on JCR-1435: This will work but you need to duplicate

[jira] Commented: (JCR-2240) Binary value may leave temp file behind

2009-08-06 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12740021#action_12740021 ] Stefan Guggisberg commented on JCR-2240: I guess 'never deleted' is not correct

[jira] Commented: (JCR-2237) ItemManager registers itself as listener too early

2009-08-05 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12739370#action_12739370 ] Stefan Guggisberg commented on JCR-2237: +1 for the patch thanks! ItemManager

[jira] Commented: (JCR-642) Support flat content hierarchies

2009-08-05 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12739517#action_12739517 ] Stefan Guggisberg commented on JCR-642: --- @lars: i am less enthousiastic about thomas

[jira] Commented: (JCR-2240) Binary value may leave temp file behind

2009-08-05 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12739573#action_12739573 ] Stefan Guggisberg commented on JCR-2240: does it depend on a specific ValueFactory

[jira] Commented: (JCR-642) Support flat content hierarchies

2009-08-03 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738323#action_12738323 ] Stefan Guggisberg commented on JCR-642: --- @bart; Would it be an idea to store

[jira] Commented: (JCR-642) Support flat content hierarchies

2009-07-31 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12737505#action_12737505 ] Stefan Guggisberg commented on JCR-642: --- @lars: i am rather sceptic that your proposal

[jira] Commented: (JCR-1456) Database connection pooling

2009-07-31 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12737506#action_12737506 ] Stefan Guggisberg commented on JCR-1456: Shall I commit this to the sandbox branch

[jira] Resolved: (JCR-2234) changed behavior of javax.jcr.Value get* methods

2009-07-30 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2234. Resolution: Fixed fixed in svn r798958 changed behavior of javax.jcr.Value get* methods

[jira] Commented: (JCR-2116) JSR 283: Built-In Node Types

2009-07-29 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12736538#action_12736538 ] Stefan Guggisberg commented on JCR-2116: I thought the PFD was the most recent

[jira] Commented: (JCR-2231) Avoid item state reads during Session.logout()

2009-07-29 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12736549#action_12736549 ] Stefan Guggisberg commented on JCR-2231: +1 for the patch, thanks! Avoid item state

[jira] Commented: (JCR-2233) JSR-283: mix:created/mix:lastModified - auto-set but allow modification for imports

2009-07-29 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12736606#action_12736606 ] Stefan Guggisberg commented on JCR-2233: Ok, but it was only defined protected

[jira] Created: (JCR-2234) changed behavior of javax.jcr.Value get* methods

2009-07-29 Thread Stefan Guggisberg (JIRA)
Reporter: Stefan Guggisberg Assignee: Stefan Guggisberg -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (JCR-2234) changed behavior of javax.jcr.Value get* methods

2009-07-29 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated JCR-2234: --- Description: stream handling semantics of javax.jcr.Value has been simplified in JCR 2.0

Re: Performance of Jackrabbit

2009-07-27 Thread Stefan Guggisberg
On Mon, Jul 27, 2009 at 3:56 PM, Ajaiajaik...@gmail.com wrote: Hi Guo, Yes, i am adding a document to the repository. Is there multiple ways to do a save? I am doing it the following way, fileNode = matterNode.addNode(fileName, nt:file); fileNode.addMixin(mix:versionable);

Re: Performance of Jackrabbit

2009-07-27 Thread Stefan Guggisberg
On Mon, Jul 27, 2009 at 4:36 PM, Ajaiajaik...@gmail.com wrote: Actually i am doing the right way as you mentioned, having session.save() after each file. But i do have text extractors and indexes turned on. My Configuration: for searchindex: SearchIndex

[jira] Resolved: (JCR-1591) JSR 283: NodeType Management

2009-07-24 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-1591. Resolution: Fixed repository descriptor is not set done (r797139) JSR 283: NodeType

[jira] Resolved: (JCR-2062) JSR 283: Repository Compliance

2009-07-24 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2062. Resolution: Fixed implemented in r797139 JSR 283: Repository Compliance

[jira] Resolved: (JCR-1974) JSR 283: Evaluate Capabilities

2009-07-24 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-1974. Resolution: Fixed trivial implementation added in svn r797489 JSR 283: Evaluate

Re: Performance of Jackrabbit

2009-07-23 Thread Stefan Guggisberg
On Thu, Jul 23, 2009 at 8:10 AM, Ajaiajaik...@gmail.com wrote: Hi, I am in the process of Evaluation of Jackrabbit. We are running few performance tests. Here we are adding 25,000 Folder nodes with each consisting of 15 documents. It is taking around 37 hours to complete this process, we

[jira] Assigned: (JCR-2062) JSR 283: Repository Compliance

2009-07-23 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg reassigned JCR-2062: -- Assignee: Stefan Guggisberg JSR 283: Repository Compliance

Re: Performance of Jackrabbit

2009-07-23 Thread Stefan Guggisberg
emnedded derby and compare results if you could provide GenRandom.java, i'll run the test on my own machine. cheers stefan Kindly let me know your suggestions. Thanks, Ajai G Stefan Guggisberg wrote: On Thu, Jul 23, 2009 at 8:10 AM, Ajaiajaik...@gmail.com wrote: Hi, I am

Re: Performance of Jackrabbit

2009-07-23 Thread Stefan Guggisberg
On Thu, Jul 23, 2009 at 2:05 PM, Bart van der Schansb.vandersch...@onehippo.com wrote: On Thu, Jul 23, 2009 at 1:50 PM, Guo Dumrdu...@gmail.com wrote: On Thu, Jul 23, 2009 at 12:37 PM, Bart van der Schansb.vandersch...@onehippo.com wrote: Iirc there's a similar problem with multi value

[jira] Commented: (JCR-2085) test case (TCK) maintenance for JCR 2.0

2009-07-22 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12734175#action_12734175 ] Stefan Guggisberg commented on JCR-2085: javax.jcr.Repository is not included

Re: JCR-1778 (was: Jackrabbit 1.5.7 release plan)

2009-07-20 Thread Stefan Guggisberg
2009/7/18 Grégory Joseph gregory.jos...@magnolia-cms.com: Hi Jukka, On Jul 17, 2009, at 5:26 PM, Jukka Zitting wrote: Hi, 2009/7/17 Grégory Joseph gregory.jos...@magnolia-cms.com: On Jul 15, 2009, at 12:15 PM, Jukka Zitting wrote: Well, we'd need someone to submit a patch for that... I

[jira] Resolved: (JCR-2212) log4j:WARN No appenders could be found for logger

2009-07-15 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2212. Resolution: Invalid please ask questions like this on the jackrabbit users list [0]. [0

[jira] Closed: (JCR-2211) i'm getting an exception package org.apache.jackrabbit.core does not exist

2009-07-15 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg closed JCR-2211. -- i'm getting an exception package org.apache.jackrabbit.core does not exist

[jira] Closed: (JCR-2212) log4j:WARN No appenders could be found for logger

2009-07-15 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg closed JCR-2212. -- log4j:WARN No appenders could be found for logger

[jira] Updated: (JCR-2197) Support configuration of timeout in Statements for Database implementations

2009-07-09 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated JCR-2197: --- Component/s: (was: locks) jackrabbit-core Priority: Minor

[jira] Commented: (JCR-2197) Support configuration of timeout in Statements for Database implementations

2009-07-09 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12729077#action_12729077 ] Stefan Guggisberg commented on JCR-2197: is the suggested new feature meant as a work

[jira] Commented: (JCR-2060) JSR 283: Access Nodes and Properties by Array of NameGlob

2009-07-08 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12728660#action_12728660 ] Stefan Guggisberg commented on JCR-2060

Re: svn commit: r791520 - /jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/NodeImpl.java

2009-07-08 Thread Stefan Guggisberg
julian, please see my comment [1]. cheers stefan [1] https://issues.apache.org/jira/browse/JCR-2060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12728660#action_12728660 On Mon, Jul 6, 2009 at 6:01 PM, Julian Reschkejulian.resc...@gmx.de wrote:

[jira] Updated: (JCR-2192) handling of expanded-form jcr names by node type *Template classes

2009-07-08 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated JCR-2192: --- Component/s: (was: jackrabbit-core) jackrabbit-spi-commons Summary

[jira] Commented: (JCR-2192) handling of expanded-form jcr names by node type *Template classes

2009-07-08 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12728706#action_12728706 ] Stefan Guggisberg commented on JCR-2192: Clarifying: if they are not session-aware

[jira] Resolved: (JCR-2060) JSR 283: Access Nodes and Properties by Array of NameGlob

2009-07-06 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2060. Resolution: Fixed fixed 1) in svn r791520, thanks! JSR 283: Access Nodes and Properties

[jira] Resolved: (JCR-2163) Exception logged when repository is shut down

2009-06-23 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2163. Resolution: Invalid Exception logged when repository is shut down

[jira] Commented: (JCR-2159) Several test cases fail when declaring nt:base / nt:hierarchy node types as 'abstract'

2009-06-19 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12721726#action_12721726 ] Stefan Guggisberg commented on JCR-2159: the only other use case is when you write

[jira] Created: (JCR-2165) Node.getReferences(String) and Node.getWeakReferences(String) issues

2009-06-19 Thread Stefan Guggisberg (JIRA)
Issue Type: Bug Components: jackrabbit-core Affects Versions: 2.0-alpha1 Reporter: Stefan Guggisberg Node.getReferences(String) always returns empty iterator. Node.getWeakReferences() getWeakReferences(String) cannot handle multi-valaued reference properties

[jira] Created: (JCR-2166) provide QOM support for WEAKREFERENCE reverse lookup

2009-06-19 Thread Stefan Guggisberg (JIRA)
Components: query Affects Versions: 2.0-alpha1 Reporter: Stefan Guggisberg Priority: Minor the current implementation of Node.getWeakReferences() and getWeakReferences(String) uses a fulltext query in order to find weak references to a particular node

[jira] Resolved: (JCR-2165) Node.getReferences(String) and Node.getWeakReferences(String) issues

2009-06-19 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2165. Resolution: Fixed Fix Version/s: 2.0-alpha3 fixed in svn r786513 please note

Re: Patches for JCR-2129 and JCR-2138

2009-06-19 Thread Stefan Guggisberg
hi martijn On Wed, Jun 17, 2009 at 9:10 AM, Martijn Hendriksmarti...@gx.nl wrote: Hi, Issues JCR-2129 and JCR-2138 have small patches attached that, however, touch core functionality. It would be great if someone could find some time to have a look. Thanks! i won't be able to review the

Re: behavior of jcr:lastModified in jackrabbit 2.0

2009-06-18 Thread Stefan Guggisberg
hi tobi On Wed, Jun 17, 2009 at 11:12 PM, Tobias Bocanegratobias.bocane...@day.com wrote: hi, the spec of JSR283 defines a new mixin node type: [mix:lastModified] mixin  - jcr:lastModified (DATE) protected? OPV?  - jcr:lastModifiedBy (STRING) protected? OPV? This mixin node type can be

[jira] Updated: (JCR-2159) Several test cases fail when declaring nt:base / nt:hierarchy node types as 'abstract'

2009-06-18 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated JCR-2159: --- Component/s: jackrabbit-jcr-tests Description: JSR283 introduces a new node type attribute

[jira] Updated: (JCR-2159) Several test cases fail when declaring nt:base / nt:hierarchy node types as 'abstract'

2009-06-18 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated JCR-2159: --- Description: JSR283 introduces a new node type attribute 'abstract' and defines nt:base

[jira] Assigned: (JCR-2116) JSR 283: Built-In Node Types

2009-06-18 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg reassigned JCR-2116: -- Assignee: Tobias Bocanegra (was: Stefan Guggisberg) handing over to tobi... JSR 283

[jira] Resolved: (JCR-1947) JSR 283: Node Type Attribute Subtyping Rules

2009-06-15 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-1947. Resolution: Fixed implemented in svn r784824 JSR 283: Node Type Attribute Subtyping Rules

[jira] Resolved: (JCR-2061) JSR 283: References and Dereferencing of Property Values

2009-06-12 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2061. Resolution: Fixed the new api methods are implemented please open a new issue for tck/test

[jira] Updated: (JCR-1947) JSR 283: Node Type Attribute Subtyping Rules

2009-06-12 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated JCR-1947: --- Description: JCR 2.0 clarifies node type attribute subtyping rules whereas JCR 1.0 didn't

[jira] Commented: (JCR-2136) ORA-01461: can bind a LONG value only for insert into a LONG column

2009-06-11 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12718364#action_12718364 ] Stefan Guggisberg commented on JCR-2136: since this issue seems tp occur only

[jira] Assigned: (JCR-2091) Searchability settings in PropertyDefinition

2009-06-11 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg reassigned JCR-2091: -- Assignee: Marcel Reutegger (was: Stefan Guggisberg) the 'searchable' settings are now

[jira] Resolved: (JCR-2060) JSR 283: Access Nodes and Properties by Array of NameGlob

2009-06-11 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2060. Resolution: Fixed WRT test coverage/TCK: please create separate issue JSR 283: Access

[jira] Resolved: (JCR-2139) Registering NodeType with defaultvalues fails with IndexOutOfBounds

2009-06-11 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2139. Resolution: Fixed Fix Version/s: 2.0.0 committed in r783719 thanks!:) Registering

[jira] Resolved: (JCR-2091) Searchability settings in PropertyDefinition

2009-06-11 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2091. Resolution: Fixed i agree with marcel, therefore resolving as fixed Searchability settings

[jira] Resolved: (JCR-1608) JSR 283: Workspace Management

2009-06-11 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-1608. Resolution: Fixed workspace creation is supported workspace removal is currently

[jira] Resolved: (JCR-2143) Registering a Nodetype based on an existing NodeType fail

2009-06-11 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2143. Resolution: Fixed fixed in svn r783809 Registering a Nodetype based on an existing

[jira] Updated: (JCR-2143) Registering a Nodetype based on an existing NodeType fail

2009-06-11 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated JCR-2143: --- Fix Version/s: 2.0.0 Registering a Nodetype based on an existing NodeType fail

[jira] Resolved: (JCR-1591) JSR 283: NodeType Management

2009-06-11 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-1591. Resolution: Fixed implemented basic support with the following limitations: - only 'trivial

Re: Inconsistencies in the repository

2009-06-10 Thread Stefan Guggisberg
for the spurious reference? yeah, taht would be great. thanks a lot stefan Best regards, Martijn -Original Message- From: Stefan Guggisberg [mailto:stefan.guggisb...@gmail.com] Sent: Monday, June 08, 2009 5:14 PM To: dev@jackrabbit.apache.org Subject: Re: Inconsistencies

[jira] Assigned: (JCR-2117) JSR 283: adopt CND syntax changes

2009-06-10 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg reassigned JCR-2117: -- Assignee: Tobias Bocanegra (was: Stefan Guggisberg) handing over to tobi JSR 283

[jira] Commented: (JCR-2116) JSR 283: Built-In Node Types

2009-06-10 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12718082#action_12718082 ] Stefan Guggisberg commented on JCR-2116: apart from syncing the definitions there's

[jira] Resolved: (JCR-2130) Node.removeMixin() should not remove valid items

2009-06-10 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2130. Resolution: Fixed Fix Version/s: 2.0.0 fixed in r783412 Node.removeMixin() should

Re: Inconsistencies in the repository

2009-06-08 Thread Stefan Guggisberg
hi martijn On Mon, Jun 8, 2009 at 4:17 PM, Martijn Hendriksmarti...@gx.nl wrote: Hi all, We have quite some trouble with inconsistencies in our repositories. After some digging I found two scenario's that might result in inconsistent data: The starting situation is that there are four

[jira] Created: (JCR-2132) o.a.j.core.state.ChildNodeEntries does not override equals(Object) and hashCode() methods

2009-06-08 Thread Stefan Guggisberg (JIRA)
Project: Jackrabbit Content Repository Issue Type: Bug Components: jackrabbit-core Reporter: Stefan Guggisberg Fix For: 2.0.0 o.a.j.c.state.NodeStateMerger calls ChildNodeEntries.equals(ChildNodeEntries) to compare two child node entries collections

[jira] Resolved: (JCR-2132) o.a.j.core.state.ChildNodeEntries does not override equals(Object) and hashCode() methods

2009-06-08 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2132. Resolution: Fixed fixed in svn r782694. o.a.j.core.state.ChildNodeEntries does

[jira] Updated: (JCR-2130) Node.removeMixin() should not remove valid items

2009-06-07 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated JCR-2130: --- Priority: Minor (was: Major) Issue Type: Improvement (was: Bug) changed issue type

[jira] Commented: (JCR-2130) Node.removeMixin() should not remove valid items

2009-06-07 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12717039#action_12717039 ] Stefan Guggisberg commented on JCR-2130: although this issue is similar to JCR-2011

Re: More ItemStateExceptions with Jackrabbit 1.5.4

2009-06-03 Thread Stefan Guggisberg
hi martijn, On Wed, Jun 3, 2009 at 9:17 AM, Martijn Hendriks marti...@gx.nl wrote: Hi all, We are in the middle of upgrading from jackrabbit-core 1.4.5 to 1.5.4 and noticed that with 1.5.4 many more ItemStateExceptions on the root node occur:    javax.jcr.InvalidItemStateException: Item

Re: More ItemStateExceptions with Jackrabbit 1.5.4

2009-06-03 Thread Stefan Guggisberg
On Wed, Jun 3, 2009 at 11:40 AM, Martijn Hendriks marti...@gx.nl wrote: Ok, thanks for the pointer! (Btw I guess that you meant that it has been fixed in 1.5.6) doh!, yes :) thanks stefan Best regards, Martijn -Original Message- From: Stefan Guggisberg [mailto:stefan.guggisb

[jira] Resolved: (JCR-1609) JSR 283: new Property Types

2009-05-29 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-1609. Resolution: Fixed implemented in r780025 JSR 283: new Property Types

[jira] Resolved: (JCR-2056) JSR 283: Binary interfaces

2009-05-29 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2056. Resolution: Fixed preliminary support implemented in r780006 JSR 283: Binary interfaces

[jira] Assigned: (JCR-2056) JSR 283: Binary interfaces

2009-05-25 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg reassigned JCR-2056: -- Assignee: Stefan Guggisberg JSR 283: Binary interfaces

[jira] Commented: (JCR-2117) JSR 283: adopt CND syntax changes

2009-05-15 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12709793#action_12709793 ] Stefan Guggisberg commented on JCR-2117: i identified the following changes

[jira] Commented: (JCR-2117) JSR 283: adopt CND syntax changes

2009-05-15 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12709887#action_12709887 ] Stefan Guggisberg commented on JCR-2117: Will there be backwards compatibility

[jira] Created: (JCR-2116) JSR 283: Built-In Node Types

2009-05-14 Thread Stefan Guggisberg (JIRA)
JSR 283: Built-In Node Types Key: JCR-2116 URL: https://issues.apache.org/jira/browse/JCR-2116 Project: Jackrabbit Content Repository Issue Type: Sub-task Reporter: Stefan Guggisberg

<    2   3   4   5   6   7   8   9   10   11   >