[jira] Commented: (JCR-1242) Improve serialization of NodeReferences for BundleDB PMs

2010-04-14 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12856790#action_12856790 ] Stefan Guggisberg commented on JCR-1242: i had a quick look at the latest patch

[jira] Commented: (JCR-2598) Saving concurrent sessions executing random operations causes a corrupt JCR

2010-04-09 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12855414#action_12855414 ] Stefan Guggisberg commented on JCR-2598: thanks fr the patch! - Because

[jira] Updated: (JCR-2599) Adding mix:shareable mixin is not effective until save()

2010-04-09 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated JCR-2599: --- Resolution: Invalid Status: Resolved (was: Patch Available) not a bug since

Re: clustered environment, 2 different jvms, TransientFileFactory, storing file blobs in db

2010-04-08 Thread Stefan Guggisberg
On Wed, Apr 7, 2010 at 8:21 PM, Adrien Lamoureux lamoureux.adr...@gmail.com wrote: Hello, I would normally file a bug on jira, but its very difficult to setup/reproduce, so I'm looking for insight first on how temp files/blobs are implemented in jackrabbit. We currently run 2 different

[jira] Closed: (JCR-2592) javax.jcr.NodeIterator getsize always return -1

2010-04-07 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg closed JCR-2592. -- javax.jcr.NodeIterator getsize always return -1

Re: [jr3] MicroKernel prototype

2010-03-17 Thread Stefan Guggisberg
On Tue, Mar 16, 2010 at 7:46 PM, Thomas Müller thomas.muel...@day.com wrote: Hi, I have some early performance test results: There is a test with 3 levels of child nodes (each node 20 children) (TestSimple.createReadNodes). With the JDBC storage and the H2 database, this is about 14 times

[jira] Created: (JCR-2550) JSR 283 NodeType Management

2010-03-08 Thread Stefan Guggisberg (JIRA)
JSR 283 NodeType Management --- Key: JCR-2550 URL: https://issues.apache.org/jira/browse/JCR-2550 Project: Jackrabbit Content Repository Issue Type: Sub-task Reporter: Stefan Guggisberg

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

2010-03-08 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2550. Resolution: Duplicate duplicate of JCR-2454 JSR 283 NodeType Management

[jira] Closed: (JCR-2550) JSR 283 NodeType Management

2010-03-08 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg closed JCR-2550. -- JSR 283 NodeType Management --- Key: JCR-2550

[jira] Commented: (JCR-2525) NodeState and NodeStateListener deadlock

2010-03-05 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12841769#action_12841769 ] Stefan Guggisberg commented on JCR-2525: could you please provide a simple test case

[jira] Updated: (JCR-2511) Value#getBinary() and #getStream() return internal representation for type PATH and NAME

2010-03-04 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated JCR-2511: --- Component/s: (was: jackrabbit-core) jackrabbit-jcr-commons Priority

[jira] Resolved: (JCR-2511) Value#getBinary() and #getStream() return internal representation for type PATH and NAME

2010-03-04 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2511. Resolution: Fixed Fix Version/s: 2.1.0 fixed in svn r 918915 Value#getBinary

[jira] Updated: (JCR-2530) Multible Jackrabbit Instances within one Java VM

2010-03-03 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated JCR-2530: --- Priority: Minor (was: Major) adjusting priority as this is IMO hardly a 'major' issue. i

Re: [jr3] Synchronized sessions

2010-02-25 Thread Stefan Guggisberg
On Wed, Feb 24, 2010 at 9:03 PM, Felix Meschberger fmesc...@gmail.com wrote: A big -1 (I already see the deadlocks in front of me) if there are deadlocks caused by such a change then the api's clearly being misused (i.e. concurrent use of session instances) and there's a risk of data corruption.

Re: [jr3] Synchronized sessions

2010-02-25 Thread Stefan Guggisberg
On Thu, Feb 25, 2010 at 3:59 PM, Felix Meschberger fmesc...@gmail.com wrote: Hi, On 25.02.2010 10:05, Jukka Zitting wrote: Hi, On Thu, Feb 25, 2010 at 9:22 AM, Stefan Guggisberg stefan.guggisb...@gmail.com wrote: On Wed, Feb 24, 2010 at 9:03 PM, Felix Meschberger fmesc...@gmail.com wrote

Re: [jr3] Synchronized sessions

2010-02-25 Thread Stefan Guggisberg
On Thu, Feb 25, 2010 at 4:03 PM, Carsten Ziegeler cziege...@apache.org wrote: Most jcr apps I've seen often use a single session from several threads to read from this session. (I think I also read it somewhere that this is safe with jackrabbit, but I might be mistaken). that's an unsupported

Re: [jr3] Synchronized sessions

2010-02-25 Thread Stefan Guggisberg
On Thu, Feb 25, 2010 at 4:54 PM, Felix Meschberger fmesc...@gmail.com wrote: Hi, On 25.02.2010 16:34, Stefan Guggisberg wrote: On Thu, Feb 25, 2010 at 4:03 PM, Carsten Ziegeler cziege...@apache.org wrote: Most jcr apps I've seen often use a single session from several threads to read from

Re: [jr3] Synchronized sessions

2010-02-25 Thread Stefan Guggisberg
On Thu, Feb 25, 2010 at 5:10 PM, Carsten Ziegeler cziege...@apache.org wrote: Stefan Guggisberg wrote: On Thu, Feb 25, 2010 at 4:03 PM, Carsten Ziegeler cziege...@apache.org wrote: Most jcr apps I've seen often use a single session from several threads to read from this session. (I think I

[jira] Assigned: (JCR-2515) ISO8601 uses default DecimalFormat constructor using locale specific digits

2010-02-24 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg reassigned JCR-2515: -- Assignee: Stefan Guggisberg ISO8601 uses default DecimalFormat constructor using locale

[jira] Updated: (JCR-2516) Variable replacement in config file does not work correctly

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

[jira] Resolved: (JCR-2515) ISO8601 uses default DecimalFormat constructor using locale specific digits

2010-02-24 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2515. Resolution: Fixed Fix Version/s: 2.1.0 fixed in svn r915777 by getting rid

Re: [jr3] Use JCache JSR-107 for (all) caches

2010-02-19 Thread Stefan Guggisberg
On Fri, Feb 19, 2010 at 11:08 AM, Bart van der Schans b.vandersch...@onehippo.com wrote: On Thu, Feb 18, 2010 at 1:55 PM, Jukka Zitting jukka.zitt...@gmail.com wrote: Hi, On Thu, Feb 18, 2010 at 1:30 PM, Alexander Klimetschek aklim...@day.com wrote: I would also first find the right

Re: [jr3] Plugin architecture

2010-02-18 Thread Stefan Guggisberg
On Thu, Feb 18, 2010 at 9:20 AM, Thomas Müller thomas.muel...@day.com wrote: Hi, The configuration should be persisted in the repository itself. Not in external configuration files. * dynamic configuration First of all, I would define an API for configuration changes. This API could be

Re: [jr3] Plugin architecture

2010-02-18 Thread Stefan Guggisberg
On Wed, Feb 17, 2010 at 5:46 PM, Carsten Ziegeler cziege...@apache.org wrote: Jukka Zitting wrote: Hi, Regardless of whether we go with a microkernel approach as discussed in the other thread, making Jackrabbit more modular and extensible would be quite useful. Besides the design benefits,

Re: [jr3] Use JCache JSR-107 for (all) caches

2010-02-18 Thread Stefan Guggisberg
hi bart, On Wed, Feb 17, 2010 at 11:29 PM, Bart van der Schans b.vandersch...@onehippo.com wrote: Hi, Right now there are several homegrown caches in Jackrabbit. Some configurable, some based on soft/weak references. Using JCache it would make it possible to leverage existing caching

Re: [jr3] MVCC

2010-02-18 Thread Stefan Guggisberg
On Thu, Feb 18, 2010 at 8:43 AM, Thomas Müller thomas.muel...@day.com wrote: Hi, I would do MVCC in a similar way it is done in relational databases such as PostgreSQL. See also www.postgresql.org/files/developer/transactions.pdf Concurrent writes and MVCC: usually MVCC means readers are

[jira] Resolved: (JCR-2501) Repository descriptor returns null for QUERY_LANGUAGES

2010-02-18 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2501. Resolution: Invalid the Repository.QUERY_LANGUAGES descriptor value is defined as an array

Re: [jr3] Unified persistence

2010-02-18 Thread Stefan Guggisberg
On Wed, Feb 17, 2010 at 5:42 PM, Thomas Müller thomas.muel...@day.com wrote: Hi, I would implement the storage layer ourselves. It could look like: - FileDataStore: keep as is (maybe reduce the directory level by one). - Each node has a number (I would use a long). Used for indexing. -

[jira] Issue Comment Edited: (JCR-2501) Repository descriptor returns null for QUERY_LANGUAGES

2010-02-18 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12835172#action_12835172 ] Stefan Guggisberg edited comment on JCR-2501 at 2/18/10 11:23 AM

Re: [jr3] Flat hierarchy

2010-02-18 Thread Stefan Guggisberg
On Wed, Feb 17, 2010 at 5:17 PM, Jukka Zitting jukka.zitt...@gmail.com wrote: Hi, This one's a quite frequently asked feature. Currently we store the full list of child nodes in the same bundle or node state record with the parent node. This makes it expensive to support nodes with large

Re: [jr3] SPI-based transient layer

2010-02-18 Thread Stefan Guggisberg
On Wed, Feb 17, 2010 at 6:48 PM, Jukka Zitting jukka.zitt...@gmail.com wrote: Hi, We currently have two parallel implementations of the transient layer in JCR, one in jackrabbit-core and one in jackrabbit-jcr2spi. Ideally we'd only have a single implementation and have jackrabbit-core

Re: Jackrabbit 3: extracting same name sibling support from the core

2010-02-11 Thread Stefan Guggisberg
On Thu, Feb 11, 2010 at 12:54 PM, Thomas Müller thomas.muel...@day.com wrote: Hi, About SNS (same name siblings): what about moving that part away from the core? Currently, the Jackrabbit architecture is (simplified): 1) API layer (JCR API, SPI API) 2) Jackrabbit core, which knows about SNS

[jira] Resolved: (JCR-2479) Adding a Mixin-type with mandatory properties after setting these properties throws exception

2010-01-27 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2479. Resolution: Invalid the said behaviour is as expected and not a bug. Node node

[jira] Created: (JCR-2472) Calling Workspace.move() may cause inconsistent client state

2010-01-20 Thread Stefan Guggisberg (JIRA)
: Bug Components: jackrabbit-jcr2spi Affects Versions: 2.0-beta6 Reporter: Stefan Guggisberg the following code fragment causes a PathNotFoundException on an existing path and there seems to be no way to recover the session from this incorrect state: // assuming

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

2009-12-18 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12792389#action_12792389 ] Stefan Guggisberg commented on JCR-642: --- Is this issue still under consideration? yes

[jira] Created: (JCR-2442) make internal item cache hierarchy-aware

2009-12-16 Thread Stefan Guggisberg (JIRA)
: jackrabbit-jcr2spi Reporter: Stefan Guggisberg Assignee: Michael Dürig currently there are 2 configuration parameters which affect the performance of client-sided tree traversals: - fetch-depth - size of item cache my goal is to minimize the numbers of server-roundtrips

[jira] Updated: (JCR-2442) make internal item cache hierarchy-aware

2009-12-16 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated JCR-2442: --- Description: currently there are 2 configuration parameters which affect the performance

[jira] Commented: (JCR-2433) NPE when copying nodes with Workspace.copy()

2009-12-11 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12789185#action_12789185 ] Stefan Guggisberg commented on JCR-2433: the NPE is thrown here

[jira] Commented: (JCR-2433) NPE when copying nodes with Workspace.copy()

2009-12-11 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12789297#action_12789297 ] Stefan Guggisberg commented on JCR-2433: thanks, no i understand. in version 1.6

[jira] Issue Comment Edited: (JCR-2433) NPE when copying nodes with Workspace.copy()

2009-12-11 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12789297#action_12789297 ] Stefan Guggisberg edited comment on JCR-2433 at 12/11/09 1:20 PM

[jira] Resolved: (JCR-2430) Issues with Maven on versions 1.6

2009-12-10 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2430. Resolution: Invalid please don't spam our bug tracking system with user questions. you can

[jira] Commented: (JCR-2408) Mixin removal exception

2009-12-10 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12788786#action_12788786 ] Stefan Guggisberg commented on JCR-2408: [...] But it does NOT. I get the same

[jira] Resolved: (JCR-2425) Session.save() and Session.refresh(boolean) rely on accessibility of the root node

2009-12-04 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2425. Resolution: Fixed Assignee: Stefan Guggisberg fixed in svn r887279 Session.save

[jira] Commented: (JCR-2418) Read permission on parent node required to access an item's definition

2009-12-02 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12784765#action_12784765 ] Stefan Guggisberg commented on JCR-2418: +1 for the patch thanks stefan Read

[jira] Commented: (JCR-2409) when versioning an nt:file node I get this exception (see below )everytime checkin() is called.

2009-12-02 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12784882#action_12784882 ] Stefan Guggisberg commented on JCR-2409: i couldn't reproduce it with jackrabbit

[jira] Commented: (JCR-2414) Problem with multiple SCHEMA

2009-11-30 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12783616#action_12783616 ] Stefan Guggisberg commented on JCR-2414: Caused by: java.sql.SQLException: ORA-00942

[jira] Updated: (JCR-2414) Problem with multiple SCHEMA

2009-11-30 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated JCR-2414: --- Priority: Major (was: Critical) adjusting priority Problem with multiple SCHEMA

[jira] Commented: (JCR-2414) Problem with multiple SCHEMA

2009-11-30 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12783640#action_12783640 ] Stefan Guggisberg commented on JCR-2414: are you sure that you/ve set up permisisons

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

2009-11-30 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12783677#action_12783677 ] Stefan Guggisberg commented on JCR-1456: I'd keep the non-pooled stuff around just

[jira] Commented: (JCR-888) javax.jcr.NamespaceException: : is not a registered namespace uri

2009-11-27 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12783065#action_12783065 ] Stefan Guggisberg commented on JCR-888: --- I recently installed IBM's Java 1.6 SR6, which

Re: Constraints on Nodes

2009-11-27 Thread Stefan Guggisberg
hi george On Fri, Nov 27, 2009 at 10:00 AM, george.sib...@bt.com wrote: Hi I don't see anything available in jackrabbit that enables me to impose constraints on Nodes (e.g. ensure only one node of specific type is created). you can define costraints on the types of child nodes and on the

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

2009-11-27 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12783075#action_12783075 ] Stefan Guggisberg commented on JCR-1456: Any objections to merging this work

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

2009-11-27 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12783083#action_12783083 ] Stefan Guggisberg commented on JCR-1456: It would mean changing the current pm

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

2009-11-27 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12783135#action_12783135 ] Stefan Guggisberg commented on JCR-1456: Would you be fine with an option that made

[jira] Resolved: (JCR-2408) Mixin removal exception

2009-11-26 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2408. Resolution: Fixed Assignee: Stefan Guggisberg fixed in trunk r884535 Mixin removal

[jira] Reopened: (JCR-2408) Mixin removal exception

2009-11-26 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg reopened JCR-2408: Assignee: (was: Stefan Guggisberg) reopening since there are still issues/failing test

[jira] Updated: (JCR-2408) Mixin removal exception

2009-11-26 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated JCR-2408: --- Status: Patch Available (was: Reopened) patch which partially resolves this issue

[jira] Updated: (JCR-2408) Mixin removal exception

2009-11-26 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated JCR-2408: --- Attachment: JCR-2408.patch Mixin removal exception

[jira] Commented: (JCR-2407) Make the disk space used by cached binary properties configurable

2009-11-25 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12782345#action_12782345 ] Stefan Guggisberg commented on JCR-2407: deletion of the temp files is triggered

[jira] Commented: (JCR-2407) Make the disk space used by cached binary properties configurable

2009-11-25 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12782361#action_12782361 ] Stefan Guggisberg commented on JCR-2407: [...] were the blobs are stored through

[jira] Commented: (JCR-2407) Make the disk space used by cached binary properties configurable

2009-11-25 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12782400#action_12782400 ] Stefan Guggisberg commented on JCR-2407: The fact that we now use only a single

[jira] Reopened: (JCR-2408) Mixin removal exception

2009-11-25 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg reopened JCR-2408: this is a legitimate issue, hence re-opening it. Mixin removal exception

[jira] Commented: (JCR-2408) Mixin removal exception

2009-11-25 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12782421#action_12782421 ] Stefan Guggisberg commented on JCR-2408: This is probably a regression caused by JCR

[jira] Commented: (JCR-2408) Mixin removal exception

2009-11-25 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12782426#action_12782426 ] Stefan Guggisberg commented on JCR-2408: you should always be able to remove a mixin

[jira] Updated: (JCR-1914) Node.removeMixin() might leave inconsistent state

2009-11-25 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated JCR-1914: --- Summary: Node.removeMixin() might leave inconsistent state (was: Inconsistent jcr:mixinTypes

Re: Tomcat stops responding due to too many requests - using Jackrabbit

2009-11-13 Thread Stefan Guggisberg
please don't cross-post! your question was perfectly appropriate on the users list, no need to post it on the dev list as well... cheers stefan On Fri, Nov 13, 2009 at 5:09 AM, rokham somebodyik...@gmail.com wrote: Hi, Thanks a bunch for your reply. I learned yet another new thing :) I

[jira] Commented: (JCR-2371) Core: WEAKREFERENCE properties object have type REFERENCE when being read from the persistent layer

2009-10-30 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12771890#action_12771890 ] Stefan Guggisberg commented on JCR-2371: +1 for the patch thanks stefan Core

Re: Problem importing node with binary property in a repository configured with datastore

2009-10-29 Thread Stefan Guggisberg
hi luca, On Thu, Oct 29, 2009 at 10:26 AM, Luca Tagliani l.tagli...@cbt.it wrote: Hi all,  I'm using the importXML method of workspace to import some node containing binary properties. The nodes are imported correctly an I can see the value of the binary data property, but the binary data

Re: Problem importing node with binary property in a repository configured with datastore

2009-10-29 Thread Stefan Guggisberg
to attach to the issue... works permitting :-) excellent, thanks :) BR Luca Stefan Guggisberg wrote: hi luca, On Thu, Oct 29, 2009 at 10:26 AM, Luca Tagliani l.tagli...@cbt.it wrote: Hi all,  I'm using the importXML method of workspace to import some node containing binary properties

Re: Nodetype management

2009-10-29 Thread Stefan Guggisberg
hi luca On Thu, Oct 29, 2009 at 5:14 PM, Luca Tagliani l.tagli...@cbt.it wrote: Hi all,  I'm trying to use the Nodetype management functionality present in Jackrabbit version 1.6. I have the following results: - it is possible to register a new nodeType - it is possible to add a new

[jira] Resolved: (JCR-2368) can't insert new record : no space found in the device

2009-10-28 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2368. Resolution: Incomplete you'll have to be a bit more specific. please provide your error

Re: Merging components

2009-10-22 Thread Stefan Guggisberg
On Thu, Oct 22, 2009 at 8:47 AM, Thomas Müller thomas.muel...@day.com wrote: Hi, Or better yet, the whole world should be one jar file ;-) Or each class could be its own component. We already started with jackrabbit-jcr-client. Seriously, I think many jackrabbit jar files could be

[jira] Commented: (JCR-2359) infinite recursion creating a nodeType based on an existing nodeType

2009-10-22 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12768603#action_12768603 ] Stefan Guggisberg commented on JCR-2359: Sorry for the duplicate issue... it's

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

2009-10-21 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12768219#action_12768219 ] Stefan Guggisberg commented on JCR-1456: Is the 20% slowdown problem solved? I think

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

2009-10-21 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12768238#action_12768238 ] Stefan Guggisberg commented on JCR-1456: [...] Is that enough, or should we do some

[jira] Commented: (JCR-2359) infinite recursion creating a nodeType based on an existing nodeType

2009-10-21 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12768288#action_12768288 ] Stefan Guggisberg commented on JCR-2359: same as JCR-2143 which has been fixed

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

2009-10-16 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__Errors_during_concurrent_session_import_of_nodes_with_same_UUIDs.patch

[jira] Closed: (JCR-2347) Unable to connect to single reposiotory from two different glassfish servers

2009-10-07 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg closed JCR-2347. -- Unable to connect to single reposiotory from two different glassfish servers

[jira] Resolved: (JCR-2347) Unable to connect to single reposiotory from two different glassfish servers

2009-10-07 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2347. Resolution: Invalid please don't post jira issue for asking questions. search the wiki [0

[jira] Commented: (JCR-2345) Many threads are blocked trying to get lock: org/apache/jackrabbit/core/persistence/bundle/oraclepersistencemana...@0x2b71b2c979c0[fat lock]

2009-10-07 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12762967#action_12762967 ] Stefan Guggisberg commented on JCR-2345: I have an idea of implementing a new PM

[jira] Commented: (JCR-2345) Many threads are blocked trying to get lock: org/apache/jackrabbit/core/persistence/bundle/oraclepersistencemana...@0x2b71b2c979c0[fat lock]

2009-10-07 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12762968#action_12762968 ] Stefan Guggisberg commented on JCR-2345: I have looked through the code

[jira] Commented: (JCR-2345) Many threads are blocked trying to get lock: org/apache/jackrabbit/core/persistence/bundle/oraclepersistencemana...@0x2b71b2c979c0[fat lock]

2009-10-07 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12762969#action_12762969 ] Stefan Guggisberg commented on JCR-2345: some general remarks: - did you try

[jira] Commented: (JCR-2345) Many threads are blocked trying to get lock: org/apache/jackrabbit/core/persistence/bundle/oraclepersistencemana...@0x2b71b2c979c0[fat lock]

2009-10-07 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12762983#action_12762983 ] Stefan Guggisberg commented on JCR-2345: 2) But JCR-2186 is about some exception

[jira] Commented: (JCR-2341) LockManager should use NodeState of the Node itself to remove the PropertyState on unlock

2009-10-05 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12762114#action_12762114 ] Stefan Guggisberg commented on JCR-2341: i agree with jukka's comment

[jira] Commented: (JCR-2341) LockManager should use NodeState of the Node itself to remove the PropertyState on unlock

2009-10-02 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12761508#action_12761508 ] Stefan Guggisberg commented on JCR-2341: ... The only thing is that i had to change

[jira] Commented: (JCR-2336) Automatic type conversion no longer works

2009-10-01 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12761150#action_12761150 ] Stefan Guggisberg commented on JCR-2336: yes, it is a regression of JCR-2170. other

Re: Performance: Apache Derby vs. Oracle

2009-09-30 Thread Stefan Guggisberg
On Wed, Sep 30, 2009 at 1:05 PM, David Wagener david.wage...@awi.de wrote: Hello, I have analysed the performance of my application based on apache derby (default configuration) and based on oracle. The application based on apache derby (default configuration) is faster. Can you

[jira] Commented: (JCR-2327) java.util.UUID.fromString() too slow

2009-09-25 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12759431#action_12759431 ] Stefan Guggisberg commented on JCR-2327: I'd like to introduce the custom String

[jira] Commented: (JCR-2321) ZombieHierarchyManager can return wrong child node entries for replaced nodes

2009-09-24 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12759088#action_12759088 ] Stefan Guggisberg commented on JCR-2321: +1 for the patch, thanks

[jira] Commented: (JCR-2288) o.a.jackrabbit.spi.commons.conversion.NameParser should not assume that namespace URI's are registered

2009-09-16 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12755941#action_12755941 ] Stefan Guggisberg commented on JCR-2288: i consider this to be part of JCR-1564

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

2009-09-14 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12754954#action_12754954 ] Stefan Guggisberg commented on JCR-2170: I think we should change the definition

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

2009-09-12 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12754538#action_12754538 ] Stefan Guggisberg commented on JCR-2170: +1 for the proposed changes thanks, marcel

[jira] Commented: (JCR-2296) Consolidate ItemDef/QItemDefinition

2009-09-09 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12753078#action_12753078 ] Stefan Guggisberg commented on JCR-2296: +1 for the patch, thanks! Consolidate

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

2009-09-02 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: --- Status: Patch Available (was: Open) some legal jcr names cause unneccessary server

Re: Jackrabbit 2.0: LocalName grammar question.

2009-09-02 Thread Stefan Guggisberg
On Wed, Sep 2, 2009 at 11:30 AM, Jukka Zittingjukka.zitt...@gmail.com wrote: Hi, On Tue, Sep 1, 2009 at 4:47 PM, Julian Reschkejulian.resc...@gmx.de wrote: Antony Xerich wrote: I think the only problem place is {}nodeLocalName. It may be qualified name with empty ns prefix ( ,

[jira] Created: (JCR-2288) o.a.jackrabbit.spi.commons.conversion.NameParser should not assume that namespace URI's are registered

2009-09-02 Thread Stefan Guggisberg (JIRA)
/JCR-2288 Project: Jackrabbit Content Repository Issue Type: Bug Components: jackrabbit-spi-commons Reporter: Stefan Guggisberg according to JCR 2.0, 3.4.3.4 Parsing Lexical Paths: quote An otherwise valid path containing an expanded name

[jira] Created: (JCR-2290) Potential concurrency issues of Workspace operations

2009-09-02 Thread Stefan Guggisberg (JIRA)
Components: jackrabbit-core Reporter: Stefan Guggisberg while investigating JCR-2269 i discovered that the following javax.jcr.Workspace operations are affected by potential concurency issues: copy clone move importXML getImportContentHandler those operations directly operate

[jira] Resolved: (JCR-2269) Possible concurrency bug with Workspace.copy()

2009-09-02 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-2269. Resolution: Fixed fixed in svn r810565. thanks for reporting this issue and providing

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

2009-08-31 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_revised.patch revised patch Errors during concurrent session import

[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: --- Attachment: JCR-2262.patch attached patch which does check mix:versionable status beforehand

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