[jira] Created: (JCR-367) Remove dependency on Xerces

2006-03-21 Thread Michael Young (JIRA)
Remove dependency on Xerces --- Key: JCR-367 URL: http://issues.apache.org/jira/browse/JCR-367 Project: Jackrabbit Type: Improvement Reporter: Michael Young Classloaders in certain J2EE servers do not play well with the Xerces requireme

[jira] Commented: (JCR-357) Move to jackrabbit.apache.org

2006-03-21 Thread Jukka Zitting (JIRA)
[ http://issues.apache.org/jira/browse/JCR-357?page=comments#action_12371332 ] Jukka Zitting commented on JCR-357: --- > Gmane is not, so they may need to be notified of the list move. Please do so > if you know how. Done. It may take a few days before my

[jira] Updated: (JCR-325) docview roundtripping does not work with multivalue non-string properties

2006-03-21 Thread Jukka Zitting (JIRA)
[ http://issues.apache.org/jira/browse/JCR-325?page=all ] Jukka Zitting updated JCR-325: -- Attachment: namespace-context.patch Attached a patch that contains the new namespace context implementation. The namespace-context.patch was made against the current

[jira] Updated: (JCR-366) Allow o.a.j.jca.JCARepositoryManager to load repository configuration from the classpath.

2006-03-21 Thread Mark Slater (JIRA)
[ http://issues.apache.org/jira/browse/JCR-366?page=all ] Mark Slater updated JCR-366: Attachment: JCARepositoryManager.patch This patch checks for the "classpath:" prefix in the configPath. If present, it attempts to load the class from the classpath and p

unsubscribe

2006-03-21 Thread Ray Ploski

[jira] Commented: (JCR-357) Move to jackrabbit.apache.org

2006-03-21 Thread Roy T. Fielding (JIRA)
[ http://issues.apache.org/jira/browse/JCR-357?page=comments#action_12371301 ] Roy T. Fielding commented on JCR-357: - The Apache mail-archives will either fix itself at some point during the day (crontab) or I'll have to reinstall it from scratch to fix

Re: ConstraintViolationException when roundtripping system view

2006-03-21 Thread Tobias Bocanegra
hi manuel, importing nodes below the jcr:system is not possible, since it's protected. i strongly suggest to create a 'root' for your application, for example: "jcr:content" or "my:root" or something. then you can export/import all your data easily. regards, toby On 3/21/06, Manuel Simoni <[EMAIL

ConstraintViolationException when roundtripping system view

2006-03-21 Thread Manuel Simoni
I am trying to use the system view to export/import the repository contents. Export: session2.exportSystemView(session.getRootNode().getPath(), outputStream, false, false); When I import like this: session.importXML("/", inputStream, ImportUUIDBehavior.IMPORT_UUID_COLLISION_THROW); I get the fo

ConstraintViolationException when roundtripping system view

2006-03-21 Thread Manuel Simoni
I am trying to use the system view to export/import the repository contents. Export: session2.exportSystemView(session.getRootNode().getPath(), outputStream, false, false); When I import like this: session.importXML("/", inputStream, ImportUUIDBehavior.IMPORT_UUID_COLLISION_THROW); I get th

Re: IllegalNameException when importing document view with two mixins

2006-03-21 Thread Jukka Zitting
Hi, On 3/21/06, Manuel Simoni <[EMAIL PROTECTED]> wrote: > java.lang.Exception: javax.jcr.InvalidSerializedDataException: failed to > parse XML stream: illegal jcr:mixinTypes value: s1NT:comment > s1NT:authored: illegal jcr:mixinTypes value: s1NT:comment s1NT:authored This is related to JCR-325,

Re: Problem with web client and spaces

2006-03-21 Thread Martin Perez
Well, if the 1.0.1 is released soon it could be enough. I want to release my 1.0 version with Jackrabbit 1.0 version, but if 1.0.1 is released soon, I could release my 1.0 version with Jackrabbit 1.0.1 version. So, the answer is : "yes it is important, but maybe I could use the 1.0.1" Bye. On 3/2

Updating Nodes and searchindex...

2006-03-21 Thread Oliver Wehrens
Hi, I create a Node (example here let's say a wikientry). I can find it by searching through with QueryManager qm = ws.getQueryManager(); Query q = qm.createQuery("//wiki:entry[jcr:contains(@wiki:content,'"+searchString+"')] ", Query.XPATH); QueryResult qr = q.execute(); Very good. If I now ge

Re: Problem with web client and spaces

2006-03-21 Thread Jukka Zitting
Hi, On 3/21/06, Martin Perez <[EMAIL PROTECTED]> wrote: > Well, if the 1.0.1 is released soon it could be enough. I want to release my > 1.0 version with Jackrabbit 1.0 version, but if 1.0.1 is released soon, I > could release my 1.0 version with Jackrabbit 1.0.1 version. So, the answer > is : "ye

Re: Problem with web client and spaces

2006-03-21 Thread Angela Schreiber
hi martin i don't know about the further release plans, nor do i have objections to put it into 1.0. i just don't want others to struggle with branches and merging if its not considered important. you may test the fix and discuss with yukka about merging the fix into 1.0. i let litmus run on th

Search results for properties/internaltexts in nodes in that the user has at least reader rights.

2006-03-21 Thread hsp
Any thougths about this? I mean, the nt:folder/nt:files containing the propertie (or inside text for binary values) with that string the user is looking for, must have this user allowed to at least read its folder/content. Another doubt refers to where store the user rigths... in a nodetype xx:

IllegalNameException when importing document view with two mixins

2006-03-21 Thread Manuel Simoni
Hi, I have nodes with two mixin types, s1NT:comment and s1NT:authored. I am exporting the document view: session.exportDocumentView(session.getRootNode().getPath(), outputStream, false, false); When I try to import the document again: session.getWorkspace().importXML(session.getRootNode().g

[jira] Commented: (JCR-357) Move to jackrabbit.apache.org

2006-03-21 Thread Jukka Zitting (JIRA)
[ http://issues.apache.org/jira/browse/JCR-357?page=comments#action_12371208 ] Jukka Zitting commented on JCR-357: --- I updated the web site to change most of the references to mailing lists and subversion paths inside the incubator. Does the user mailing

[jira] Commented: (JCR-350) WebDAV: add support for RFC 3744

2006-03-21 Thread angela (JIRA)
[ http://issues.apache.org/jira/browse/JCR-350?page=comments#action_12371204 ] angela commented on JCR-350: initial version (library) rev. 387482. > WebDAV: add support for RFC 3744 > > > Key: JCR-350 > URL:

RE: session logout and repository shutdown in JCA

2006-03-21 Thread Giota Karadimitriou
Sorry for bringing up this thread again; I would like to thank Jukka for giving me an answer on the second part of my question at that time and would like to pose some additional question regarding the first part -- session logout when using JCA: Because my problem is that I cannot explicitly logou

Re: Unknown language: XPath

2006-03-21 Thread srinivas reddy
Martin Perez gmail.com> writes: > > Marcel I built jackrabbit just now, and . > ... > ... > > it worked ! > > So, no need to worry :) > > Thanks for your help. > > Martin > > On 10/18/05, Martin Perez gmail.com> wrote: > > > > Marcel, then I'll build jackrabbit again just today.

Re: Problem with web client and spaces

2006-03-21 Thread Angela Schreiber
hi martin the issue (JCR-365) is addressed with rev. 387472. is it important for you that this goes into the 1.0 release? otherwise it would set the fix version to 1.0.1 regards angela Martin Perez wrote: Hi. I have some problems accessing from the web interface (and webdav) to workspaces w

[jira] Resolved: (JCR-365) Web client/WebDAV fails to unescape workspace names

2006-03-21 Thread angela (JIRA)
[ http://issues.apache.org/jira/browse/JCR-365?page=all ] angela resolved JCR-365: Resolution: Fixed fixed at rev. 387472 > Web client/WebDAV fails to unescape workspace names > --- > > Key: JCR-3

RE: migrating repository schemas

2006-03-21 Thread Miro Walker
We've been looking at this issue, too, and were thinking of implementing it (in the short term) by exporting to XML, transforming using XSLT, then importing into a new repository with the new schema. Of course, it's a pretty shoddy approach really, as it will inevitably mean long downtimes if you'v