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

2010-02-17 Thread Justin Edelson
On 2/17/10 5:29 PM, Bart van der Schans 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 implementations. > This could help in making the cac

Re: [jr3] Wrapped intelligent objects

2010-02-17 Thread Justin Edelson
On 2/17/10 5:51 PM, Johann Sorel wrote: > Alexander Klimetschek wrote: >> On Wed, Feb 17, 2010 at 21:58, Johann Sorel >> wrote: >> >>> Sorry to kick in the discussion, I made an implementation of JCR last >>> septembre for our geographic information system. >>> While doing it I found one annoyin

Re: [jr3] Plugin architecture

2010-02-17 Thread Justin Edelson
Jukka- (Thanks for starting all these discussions...) On 2/17/10 11:06 AM, 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: Jackrabbit 3: architectural changes

2010-02-17 Thread Justin Edelson
Jukka- Just to clarify, you're talking about Jackrabbit 3, not JCR 3, right? Thanks, Justin On 2/17/10 10:11 AM, Jukka Zitting wrote: > Hi, > > Thanks for all the responses to the repository requirements thread > (keep 'em coming)! That's very valuable information when we start > looking deeper

Re: [jr3] Plugin architecture

2010-02-18 Thread Justin Edelson
On 2/18/10 3:20 AM, Thomas Müller 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 the regular JCR API, and t

[jr3] monitoring/instrumentation/JMX

2010-02-18 Thread Justin Edelson
As I mentioned in the JCache thread, I'd like to have Jackrabbit expose monitoring data (presumably via JMX). The most obvious place for this is around caches, but I imagine there are other places where monitoring data could be useful. Any ideas? Justin

Re: [jr3] Flat hierarchy

2010-02-18 Thread Justin Edelson
On 2/18/10 4:27 PM, Alexander Klimetschek wrote: > On Thu, Feb 18, 2010 at 22:04, Jeff Yemin wrote: >> >> Thomas Müller-2 wrote: >>> You are right. Unfortunately "orderable child nodes" is the default. >> >> Where in the spec does it say what the default is for orderable child nodes? >> The only p

jcr2davex tests

2010-03-03 Thread Justin Edelson
I'm working on integrating DavEx with Sling (SLING-1393) and was wondering if there was an existing test suite that would validate that the servlet is configured properly. I currently have a very minimal test which creates a node via the Sling POST servlet and then reads that node with the JCR API

Re: jcr2davex tests

2010-03-03 Thread Justin Edelson
Hi Angela, Since DavEx supports a subset of the full JCR spec, it seemed like running JCRTestSuite wasn't going to work. But Jcr2SpiTestSuite seems like it might work. Thanks, Justin On 3/3/10 11:50 AM, Angela Schreiber wrote: > Justin Edelson wrote: >> I'm working on int

Re: jcr2davex tests

2010-03-03 Thread Justin Edelson
I'll wait a few days :) Thanks, Justin On 3/3/10 12:42 PM, Angela Schreiber wrote: > Justin Edelson wrote: >> Hi Angela, >> Since DavEx supports a subset of the full JCR spec, it seemed like >> running JCRTestSuite wasn't going to work. But Jcr2SpiTestSuite seems

how to load test content for the jcr-tests suite

2010-03-12 Thread Justin Edelson
As I mentioned before, I'm trying to run the various jackrabbit test suites against the DavEx servlet hosted inside Sling. I'm so close... It looks like most/all of the test failures are do to missing content, i.e. junit.framework.AssertionFailedError: Workspace does not contain test data at: /tes

Re: how to load test content for the jcr-tests suite

2010-03-13 Thread Justin Edelson
onformanceTest.java). There is the 'integration' Maven profile for > running these tests. Also the pom.xml contains a list of the currently > know issues. > > Michael > > > On 3/12/10 11:02 PM, Justin Edelson wrote: >> As I mentioned before, I'm tryin

Re: Jackrabbit 2.1.0 release plan

2010-03-31 Thread Justin Edelson
Jukka- Any chance of JCR-2567 and JCR-2568 getting into 2.1.0? They are very trivial and will be of great help getting the DavEX test suite integrated into Sling's test suite. Thanks, Justin On Mar 31, 2010, at 8:27 AM, Jukka Zitting wrote: > Hi, > > On Tue, Mar 9, 2010 at 12:56 PM, Jukka Zitti

Re: Jackrabbit model 2 implementation with Tomcat/5.5.28

2010-04-04 Thread Justin Edelson
Removing jcr-1.0.jar from WEB-INF/lib is correct. You get this: > javax.servlet. > ServletException: org.apache.jackrabbit.core.jndi.BindableRepository cannot be cast to org.apache.jackrabbit.core.RepositoryImpl Because BindableRepository can't be cast to RepositoryImpl (see http://jackrabbit.apa

Re: Jackrabbit model 2 implementation with Tomcat/5.5.28

2010-04-05 Thread Justin Edelson
at > org.apache.catalina.core.StandardContext.start(StandardContext.java:4266) > at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014) > > > I dont know that happen, anywhere can help me > > 2010/4/4 Justin Edelson <mailto:justinedel...@gmail.com>&

Re: Jackrabbit model 2 implementation with Tomcat/5.5.28

2010-04-05 Thread Justin Edelson
per.java:966) at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3996) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4266) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014) I dont know that happen, anywhere can help me 201

Re: Jackrabbit 1.6.0 Write Performance

2010-04-12 Thread Justin Edelson
This looks like https://issues.apache.org/jira/browse/JCR-2579 ? On 4/12/10 9:25 AM, george.sib...@bt.com wrote: > Thomas > > We still hit problems when we attempted to add nodes, concurrently, to > existing nodes (I think the message was something like "attempting to update > a node that is al

"flushing" the event queue

2010-04-12 Thread Justin Edelson
Is there any good way to flush the event queue in Jackrabbit 2? I'm trying to do this in the context of an integration test. I can get the effect I want using SynchronousEventListener, but this creates a Jackrabbit dependency in a place where their shouldn't be one. Thanks, Justin

Re: "flushing" the event queue

2010-04-13 Thread Justin Edelson
On 4/13/10 4:27 AM, Bertrand Delacretaz wrote: > Hi Justin, > > On Mon, Apr 12, 2010 at 11:08 PM, Justin Edelson wrote: >> Is there any good way to flush the event queue in Jackrabbit 2? I'm >> trying to do this in the context of an integration test... > > The

Re: Performance

2010-04-16 Thread Justin Edelson
There's a benchmark suite in subversion: http://svn.apache.org/repos/asf/jackrabbit/commons/jcr-benchmark/trunk/ I'm sure it could be improved upon and that patches would be welcome :) Justin On 4/15/10 6:23 AM, marco sabatini wrote: > Exist any performance test that I can see about Apache JackR

Re: [jr3] Security through obscurity

2010-05-26 Thread Justin Edelson
On 5/26/10 8:09 AM, Jukka Zitting wrote: > Hi, > > Not sure how this became portrayed as a security problem. Not exposing > implementation details through public API is a basic OO design > principle. > > BR, > > Jukka Zitting AFAICT, implementation details aren't exposed through the public API e

Re: javax.jcr.nodetype tests failed due to "workspace doesnt contain any test data"

2010-06-16 Thread Justin Edelson
On 6/16/10 2:17 AM, Subash Chaturanga wrote: > Hi,when run the javax.jcr.nodetype test classes ,all classes except > NodeTypeCreationTest ,failed due to "workspace doesnt contain any test > data at /testdata". > > It will be really helpful if anyone can tell , how to overcome from this? Are you

bit by JCR-1558 - what are valid workarounds?

2010-07-06 Thread Justin Edelson
I got hit by JCR-1558[1] (Namespaces aren't registered on cluster nodes) and started to look at how Sling could potentially work around this problem. For those that don't know, in Sling, namespaces can be registered via an OSGi bundle header (Sling-Namespaces). Namespaces registered in this fashio

Re: the effect of replacing tomcat

2010-07-13 Thread Justin Edelson
This file contains the serialized Tomcat sessions. On 7/13/10 11:22 AM, Xiaojie Shen wrote: > Hello > > > > I saw a file SESSIONS.ser under tomcat/work. If the jackrabbit > repository is not located under tomcat, can people replace tomcat > freely? Would it bring some negative effect such as i

Re: the effect of replacing tomcat

2010-07-14 Thread Justin Edelson
I'm not sure this is an answerable question. On 7/14/10 3:36 AM, Xiaojie Shen wrote: > So it's safe to replace tomcat? >

Re: bit by JCR-1558 - what are valid workarounds?

2010-07-15 Thread Justin Edelson
*bump* Surely I can't be the only one who uses custom namespaces and clustering together? On Tue, Jul 6, 2010 at 9:26 AM, Justin Edelson wrote: > I got hit by JCR-1558[1] (Namespaces aren't registered on cluster nodes) > and started to look at how Sling could potentially

Re: importing jackrabbit 2.1 source into eclipse

2010-07-26 Thread Justin Edelson
These errors have nothing to do with Eclipse or Maven. These XML files are just not valid. Since these don't impact Jackrabbit at runtime, you are free to ignore them. Alternatively, if you want to submit patches to fix them, I'm sure they would be accepted. The first one should be trivial to fix.

Re: Jackrabbit 2.2.0 release plan

2010-09-13 Thread Justin Edelson
Would it be possible to get the patches in JCR-2735, JCR-2737, and JCR-2738 applied? These are all trivial patches. Thanks, Justin On 9/13/10 6:43 AM, Jukka Zitting wrote: > Hi all, > > We released Jackrabbit 2.1 in April and there's been a lot of progress > in trunk since then, so I think it's

Re: JCR-2691

2010-10-01 Thread Justin Edelson
This looks like you have a badly configured proxy. On 10/1/10 7:48 AM, Graf Roman wrote: > Hello, > > > > I use remote jackrabbit standalone server with proxy and I get workspace > missmatch exception. > > > > As you may have seen from JCR-2691, I've uploaded patch to the issue. > This pat

Re: [jr3] Clustering: Scalable Writes / Asynchronous Change Merging

2010-10-19 Thread Justin Edelson
On Tue, Oct 19, 2010 at 4:14 PM, Alexander Klimetschek wrote: > On Tue, Oct 19, 2010 at 12:24, Thomas Müller wrote: >> Instead, the cluster nodes should merge each others changes >> asynchronously (except operations like JCR locking, plus potentially >> other operations that are not that common;

Re: Jackrabbit 2.0.4 and 2.1.3 release plans

2010-11-26 Thread Justin Edelson
Jukka- Could JCR-2761 get into 2.1.3/2.0.4/2.2.0 ? Thanks, Justin On 11/26/10 8:07 AM, Jukka Zitting wrote: > Hi, > > I've been backporting some recent fixes to the 2.0 and 2.1 maintenance > branches, and plan to cut 2.0.4 and 2.1.3 patch release candidates on > Monday to push those fixes out as

Re: Jackrabbit 2.0.4 and 2.1.3 release plans

2010-11-29 Thread Justin Edelson
On 11/29/10 9:15 AM, Jukka Zitting wrote: > Hi, > > On 26/11/10 14:57, Justin Edelson wrote: >> Could JCR-2761 get into 2.1.3/2.0.4/2.2.0 ? > > We normally only include bug fixes in patch releases, so unless there's > a good reason to do otherwise, I'll only ma

Re: [jr3] One Project

2010-11-30 Thread Justin Edelson
On 11/30/10 5:42 AM, Thomas Mueller wrote: > * code coverage over multiple modules. I'm pretty sure Sonar does this. > > Good to know. What would be required for that? Could you provide a patch? I added cross-module coverage with Emma to the Sling build. Doing the same for Jackrabbit shouldn't be

backwards-incompatible change in AccessManager

2010-12-07 Thread Justin Edelson
Hi, While trying to upgrade Apache Sling from Jackrabbit 2.1.1 to 2.1.3 I ran into a backward-incompatible change to org.apache.jackrabbit.core.security.AccessManager. In Jackrabbit 2.1.1 and before, o.a.j.core.security.AccessManager.canRead() had a single argument of type o.a.j.spi.Path. Howev

Re: backwards-incompatible change in AccessManager

2010-12-07 Thread Justin Edelson
On Dec 7, 2010, at 9:27 AM, Jukka Zitting wrote: > Hi, > > On 07/12/10 15:03, Justin Edelson wrote: >> Was this change intentional? If so, is there any guidance on how to >> retain some level of backwards compatibility? > > As a general rule we only guara

Re: o.a.jr.c.p.pool.DerbyPersistenceManager not "compatible" with o.a.jr.c.p.db.DerbyPersistenceManager?

2010-12-09 Thread Justin Edelson
On Thu, Dec 9, 2010 at 10:07 AM, Jukka Zitting wrote: > Hi, > > > On 09/12/10 15:54, Clemens Wyss wrote: > >> I create a copy of a jackrabbit repository with >> org.apache.jackrabbit.core.RepositoryCopier (using >> org.apache.jackrabbit.core.persistence.pool.DerbyPersistenceManager). >> >> Trying

Re: Cluster Problems

2011-01-22 Thread Justin Edelson
First off, this really belongs on the users list, not the dev list. The problem you are seeing comes from this phrase "local workspace bundle table is not refreshed." In Jackrabbit, there is no notion of a "local workspace bundle table." Please read http://wiki.apache.org/jackrabbit/Clustering and

Re: Monitoring in JackRabbit

2011-03-05 Thread Justin Edelson
Threads are the responsibility of the JVM. They're monitorable via JMX on modern VMs. Diskspace is the responsibility of the OS. I don't know what OS you're running so I can't tell you how to monitor this, but presumably there's a way to do it. Number of documents in terms of size seems like some

Re: [jr3 http api as a first class citizen]

2012-02-23 Thread Justin Edelson
IMHO, this is something the JSR-333 should be defining. Justin On Feb 23, 2012 1:46 AM, "Christian Stocker" wrote: > Hi > > It would be great if in JR3 all JCR methods would be exposed to a HTTP > (REST) API. Currently the most important stuff is, but not everthing. > And some things just needs

Re: [jr3 http api as a first class citizen]

2012-02-23 Thread Justin Edelson
On Feb 23, 2012, at 9:36 AM, Christian Stocker wrote: > > > On 23.02.12 15:26, Thomas Mueller wrote: > > >> I don't think this will be part of JCR-333, but probably another >> standard (JSOP). > > I don't see this going into JSR-333 either. May I ask why not? If it is not part of JSR 333

Re: [jr3] Codename

2012-02-24 Thread Justin Edelson
If that's in use, how about the name of a big tree? Sequoia is taken, but maybe Cypress will work? I just saw a big one of those today... On Fri, Feb 24, 2012 at 5:34 PM, Alexander Klimetschek wrote: > I recently heard "BigTree", coming from you Jukka, afaik. > > I like this a lot... but there is

Re: Testing queries in jackrabbit-jcr-commons

2012-12-17 Thread Justin Edelson
Simone- I don't think the structure of the JR codebase would permit this. jcr-commons is a dependency of jackrabbit-core, so starting a repository from a jcr-commons test would create a circular dependency (unless it was to an older version of jackrabbit-core, which no doubts creates other issues).

Re: [IP CLEARANCE][VOTE] FileVault Contribution

2013-08-06 Thread Justin Edelson
On Mon, Aug 5, 2013 at 8:40 PM, Tobias Bocanegra wrote: > [x] +1 Accept FileVault into Apache Jackrabbit > > Regards, Justin

Re: Session object reuse?

2014-02-05 Thread Justin Edelson
Hi Kelly, It sounds like you should be scoping your Sessions at the transaction, not the API level. Since you can't refactor the API, a ThreadLocal would probably be the next best option. One significant issue which can arise from sharing Sessions between transactions is that leftovers (for lack o

Re: Session object reuse?

2014-02-05 Thread Justin Edelson
r > session object, call refresh(false), then perform the operation. > > Kelly > > -Original Message- > From: justinedel...@gmail.com [mailto:justinedel...@gmail.com] On Behalf Of > Justin Edelson > Sent: Wednesday, February 05, 2014 11:13 AM > To: dev@jackr

Re: Session object reuse?

2014-02-06 Thread Justin Edelson
elly > > -Original Message- > From: justinedel...@gmail.com [mailto:justinedel...@gmail.com] On Behalf Of > Justin Edelson > Sent: Wednesday, February 05, 2014 12:03 PM > To: dev@jackrabbit.apache.org > Subject: Re: Session object reuse? > > Hi Kelly, > Yes, I me

Re: New Jackrabbit committer: Amit Jain

2014-08-28 Thread Justin Edelson
Welcome! On Tue, Aug 26, 2014 at 4:06 PM, Michael Dürig wrote: > Hi, > > Please welcome Amit Jain as a new committer and PMC member of > the Apache Jackrabbit project. The Jackrabbit PMC recently decided to > offer Amit committership based on his contributions. I'm happy to > announce that he acc

Re: JCR + MongoDb + Lucene Holy Grail Finally Found

2015-08-04 Thread Justin Edelson
Hi, I don't think Robert (or anyone else) is saying that there *shouldn't* be a Spring Boot-based distribution which uses Oak. But the Jackrabbit project wouldn't necessarily be the right place for this. Regards, Justin On Tue, Aug 4, 2015 at 10:08 AM Clay Ferguson wrote: > Robert, > Not to tur

Re: Information on encryption methodology of Jack Rabbit Repository

2017-07-14 Thread Justin Edelson
Hi, What leads you to believe that the data is encrypted? I suppose in theory it could be encrypted if you have a custom DataStore implementation or there is encryption done by the JDBC driver, but there's none in the standard DbDataStore itself. Regards, Justin On Wed, Jul 12, 2017 at 1:49 AM D

Re: FW: Information on encryption methodology of Jack Rabbit Repository

2017-07-14 Thread Justin Edelson
Hi, I responded to this email already. Did you see my response? On Fri, Jul 14, 2017 at 9:13 AM Dilipkumar S wrote: > Hello Users & Dev, > > > > Could someone please assist with the below case. > > Thanks & Regards, > Dilipkumar S > > > > *From:* Dilipkumar S > *Sent:* Wednesday, July 12, 2017

Re: FW: Information on encryption methodology of Jack Rabbit Repository

2017-07-17 Thread Justin Edelson
ow to extract the data stored in VER_BUNDLE to DATASTORE. > > > > Could you please let us know on how the data is stored from VER_BUNDLE to > DATASTORE. > > > > If you are still unclear on the case, I would like to invite you to a > conference call so that I c

Re: FW: Information on encryption methodology of Jack Rabbit Repository

2017-07-17 Thread Justin Edelson
> > > > > What we are trying to do here is how to tie our node *path *to the Id > in the *JCR_DATASTORE* within Sybase DB. > > > > > > Thanks > > Sathya > > > > > > *From:* Justin Edelson [mailto:jus...@justinedelson.com] > *Sent:* Mo

[jira] Commented: (OCM-40) Doesn't compile with jackrabbit 2.0.0

2010-03-03 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/OCM-40?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12840872#action_12840872 ] Justin Edelson commented on OCM-40: --- it's not necessary to recompile ocm to get i

[jira] Created: (JCR-2567) please have spi2dav create a test-jar

2010-03-13 Thread Justin Edelson (JIRA)
-spi2dav Reporter: Justin Edelson Attachments: JCR-2567.patch for my davex-on-sling integration tests, I need the test classes from spi2dav. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (JCR-2567) please have spi2dav create a test-jar

2010-03-13 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated JCR-2567: Attachment: JCR-2567.patch this is basically the assembly from jcr2spi with some exclusions

[jira] Created: (JCR-2568) extract test content loading from JackrabbitRepositoryStub

2010-03-13 Thread Justin Edelson (JIRA)
: Improvement Components: jackrabbit-core Reporter: Justin Edelson discussed here: http://markmail.org/message/vl5ldnfbocxw -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (JCR-2568) extract test content loading from JackrabbitRepositoryStub

2010-03-13 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated JCR-2568: Attachment: JCR-2568.patch patch. Feel free to change the class name, method signature, etc

[jira] Updated: (JCR-2571) update faq to reference Workspace.createWorkspace() API

2010-03-16 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated JCR-2571: Component/s: docs > update faq to reference Workspace.createWorkspace()

[jira] Created: (JCR-2571) update faq to reference Workspace.createWorkspace() API

2010-03-16 Thread Justin Edelson (JIRA)
Reporter: Justin Edelson on http://jackrabbit.apache.org/frequently-asked-questions.html, "The JCR API does not contain features for creating or managing workspaces, so you need to use Jackrabbit-specific functionality for creating new workspaces. You can create a new workspace e

[jira] Commented: (JCRSITE-27) update faq to reference Workspace.createWorkspace() API

2010-03-16 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCRSITE-27?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12845928#action_12845928 ] Justin Edelson commented on JCRSITE-27: --- thanks > update faq to re

[jira] Created: (JCR-2680) Cannot move a first-level node

2010-07-16 Thread Justin Edelson (JIRA)
: Justin Edelson Given /nodeA, session.move("/nodeA", "/nodeB") throws this exception: javax.jcr.PathNotFoundException: no ancestor at degree 1: {} at org.apache.jackrabbit.spi.commons.name.PathFactoryImpl$PathImpl.getAncestor(PathFactoryImpl.

[jira] Updated: (JCR-2680) Cannot move a first-level node

2010-07-16 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated JCR-2680: Attachment: MoveAtRootTest.java this is a unit test showing the problem. > Cannot move a fi

[jira] Updated: (JCR-2680) Cannot move a first-level node

2010-07-16 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated JCR-2680: Attachment: JCR-2680.patch here's a patch, which I think should work > Cannot move a fir

[jira] Commented: (JCR-2688) Provide utility for handling large number of child nodes/properties

2010-07-28 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893171#action_12893171 ] Justin Edelson commented on JCR-2688: - > I would use a test dependency. Plac

[jira] Commented: (JCR-2688) Provide utility for handling large number of child nodes/properties

2010-07-28 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893181#action_12893181 ] Justin Edelson commented on JCR-2688: - > Maven seems to fine with jackrabbit-

[jira] Commented: (JCR-2688) Provide utility for handling large number of child nodes/properties

2010-07-28 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893209#action_12893209 ] Justin Edelson commented on JCR-2688: - 5. Leave the unit tests in jcr-commons and

[jira] Created: (JCR-2720) Changes from Session.move() aren't seen in a second session

2010-08-18 Thread Justin Edelson (JIRA)
: Bug Affects Versions: 2.1.1 Reporter: Justin Edelson Priority: Critical I'll attach a test case, but basically... * Create two sessions * Create a node in the first session and save it. * Move the node in the first session * In the second session, try itemExists

[jira] Updated: (JCR-2720) Changes from Session.move() aren't seen in a second session

2010-08-18 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated JCR-2720: Attachment: MoveTest.java this was observed while debugging a Sling test, thus the package name. if

[jira] Commented: (JCR-2720) Changes from Session.move() aren't seen in a second session

2010-08-18 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1295#action_1295 ] Justin Edelson commented on JCR-2720: - tried a few things... none of which work ref

[jira] Updated: (JCR-2720) Changes from Session.move() to a top-level node aren't seen in a second session

2010-08-18 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated JCR-2720: Summary: Changes from Session.move() to a top-level node aren't seen in a second session

[jira] Created: (JCR-2735) Make SessionProvider pluggable in JCRWebdavServerServlet

2010-09-01 Thread Justin Edelson (JIRA)
: Improvement Components: jackrabbit-jcr-server Reporter: Justin Edelson Although there's a SessionProvider interface in o.a.j.server, the SessionProviderImpl implementation class is hard-coded into JCRWebdavServerServlet. -- This message is automatically generated by JIRA.

[jira] Updated: (JCR-2735) Make SessionProvider pluggable in JCRWebdavServerServlet

2010-09-01 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated JCR-2735: Attachment: JCR-2735.patch patch which allows subclasses to provide a different implementation of

[jira] Created: (JCR-2737) have jackrabbit-core produce a test jar

2010-09-03 Thread Justin Edelson (JIRA)
: jackrabbit-core Reporter: Justin Edelson Priority: Minor I'm writing a custom FileSystem implementation and it would be nice to be able to reuse AbstractFileSystemTest. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the

[jira] Updated: (JCR-2737) have jackrabbit-core produce a test jar

2010-09-03 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated JCR-2737: Attachment: JCR-2737.patch trivial patch > have jackrabbit-core produce a test

[jira] Created: (JCR-2738) allow AbstractFileSystemTest.getFileSystem to throw an Exception

2010-09-03 Thread Justin Edelson (JIRA)
Type: Improvement Components: jackrabbit-core Reporter: Justin Edelson Priority: Minor -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (JCR-2738) allow AbstractFileSystemTest.getFileSystem to throw an Exception

2010-09-03 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated JCR-2738: Attachment: JCR-2738.patch trivial patch > allow AbstractFileSystemTest.getFileSystem to throw

[jira] Commented: (JCR-2720) Changes from Session.move() to a top-level node aren't seen in a second session

2010-09-14 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12909327#action_12909327 ] Justin Edelson commented on JCR-2720: - Stefan- Sorry I missed your response to

[jira] Updated: (JCR-2720) Changes from Session.move() to a top-level node aren't seen in a second session

2010-09-14 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated JCR-2720: Attachment: JCR-2720-test.patch here's a patch with the test case added to o.a.j.core.Mov

[jira] Created: (JCR-2748) provide a (relatively) simple way to disable anonymous access to the security workspace

2010-09-14 Thread Justin Edelson (JIRA)
: Jackrabbit Content Repository Issue Type: Improvement Components: jackrabbit-core, security Reporter: Justin Edelson As discussed in this thread: http://sling.markmail.org/thread/st52jejjuxykfxtj, the security workspace is, by default, configured with an

[jira] Updated: (JCR-2748) provide a (relatively) simple way to disable anonymous access to the security workspace

2010-09-14 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated JCR-2748: Attachment: JCR-2748.patch patch > provide a (relatively) simple way to disable anonymous access

[jira] Created: (JCR-2761) add shortcut method to CndImporter which makes it easier to rereigster node types

2010-09-28 Thread Justin Edelson (JIRA)
Content Repository Issue Type: Improvement Components: jackrabbit-jcr-commons Reporter: Justin Edelson Priority: Minor CndImporter has a two argument registerNodeTypes method which is a nice shortcut, but in order to rereigster node types, you have to

[jira] Updated: (JCR-2761) add shortcut method to CndImporter which makes it easier to rereigster node types

2010-09-28 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated JCR-2761: Attachment: JCR-2761.patch patch > add shortcut method to CndImporter which makes it easier

[jira] Commented: (JCR-2748) provide a (relatively) simple way to disable anonymous access to the security workspace

2010-10-04 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12917588#action_12917588 ] Justin Edelson commented on JCR-2748: - > i would rather add a configuration op

[jira] Updated: (JCR-2748) provide a (relatively) simple way to disable anonymous access to the security workspace

2010-10-04 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated JCR-2748: Attachment: JCR-2748-take2.patch updated patch which restricts the change to *only* be within

[jira] Commented: (JCR-2748) provide a (relatively) simple way to disable anonymous access to the security workspace

2010-10-12 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12920348#action_12920348 ] Justin Edelson commented on JCR-2748: - thanks Angela > provide a (relatively)

[jira] Commented: (JCR-2839) o.a.jr.c.p.pool.DerbyPersistenceManager not "compatible" with o.a.jr.c.p.db.DerbyPersistenceManager

2010-12-09 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969818#action_12969818 ] Justin Edelson commented on JCR-2839: - To be clear, it's actually th

[jira] [Updated] (JCR-2988) support QueryResult as a return type from o.a.j.commons.query.GQL

2011-06-13 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated JCR-2988: Status: Patch Available (was: Open) here's a patch > support QueryResult as a return t

[jira] [Created] (JCR-2988) support QueryResult as a return type from o.a.j.commons.query.GQL

2011-06-13 Thread Justin Edelson (JIRA)
Issue Type: Improvement Components: jackrabbit-jcr-commons Reporter: Justin Edelson spinning this off from JCR-2526, which seems to be a bit broader in scope. See also SLING-573 -- This message is automatically generated by JIRA. For more information on JIRA, see: http

[jira] [Updated] (JCR-2988) support QueryResult as a return type from o.a.j.commons.query.GQL

2011-06-13 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated JCR-2988: Attachment: JCR-2988.patch rather than creating a bunch of duplicate methods, I opted to deprecate

[jira] [Created] (JCR-3029) JcrRemotingServlet should interpolate system properties in the home init-param

2011-07-20 Thread Justin Edelson (JIRA)
Content Repository Issue Type: Improvement Components: jackrabbit-jcr-server Reporter: Justin Edelson For deployment scenarios where the same Jackrabbit WAR file is deployed multiple times on the same server with the same current working directory, it is useful to have

[jira] [Updated] (JCR-3029) JcrRemotingServlet should interpolate system properties in the home init-param

2011-07-20 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated JCR-3029: Attachment: JCR-3029.patch here's a patch > JcrRemotingServlet should interpolate system pr

[jira] [Commented] (JCR-3029) JcrRemotingServlet should interpolate system properties in the home init-param

2011-08-08 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13081083#comment-13081083 ] Justin Edelson commented on JCR-3029: - if this setting can be simply removed,

[jira] [Created] (JCR-3410) JcrUtils.readFile() and JcrUtils.getLastModifed() are not static and thus unusable

2012-08-14 Thread Justin Edelson (JIRA)
Justin Edelson created JCR-3410: --- Summary: JcrUtils.readFile() and JcrUtils.getLastModifed() are not static and thus unusable Key: JCR-3410 URL: https://issues.apache.org/jira/browse/JCR-3410 Project

[jira] [Updated] (JCR-3410) JcrUtils.readFile() and JcrUtils.getLastModifed() are not static and thus unusable

2012-08-14 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated JCR-3410: Fix Version/s: 2.6 > JcrUtils.readFile() and JcrUtils.getLastModifed() are not static and t

[jira] [Resolved] (JCR-3410) JcrUtils.readFile() and JcrUtils.getLastModifed() are not static and thus unusable

2012-08-14 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson resolved JCR-3410. - Resolution: Fixed fixed in r1372899 > JcrUtils.readFile()

[jira] [Commented] (JCR-3489) enhance get/set Property value access, expanding the supported types set

2012-12-19 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13536468#comment-13536468 ] Justin Edelson commented on JCR-3489: - Haven't looked at the patch extensively

[jira] [Commented] (JCR-3489) enhance get/set Property value access, expanding the supported types set

2012-12-20 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13537249#comment-13537249 ] Justin Edelson commented on JCR-3489: - To be clear, as long as it is well-tested

[jira] [Commented] (JCR-3615) Move source code to final place

2013-07-24 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13718799#comment-13718799 ] Justin Edelson commented on JCR-3615: - I'll gladly volunteer to cut re

[jira] [Commented] (JCRVLT-26) File vault stores passwords in clear text in ~/.vault/auth.xml

2014-01-23 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCRVLT-26?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13880278#comment-13880278 ] Justin Edelson commented on JCRVLT-26: -- [~tripod] how do you forsee this working

[jira] [Commented] (JCR-3928) Enable pathStyleAccess in AWS Client

2016-11-11 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-3928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15658906#comment-15658906 ] Justin Edelson commented on JCR-3928: - [~afilimonov] please review your pull req

  1   2   >