<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user">
    <title>gmane.comp.apache.jackrabbit.user</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19607"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19606"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19605"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19604"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19603"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19602"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19601"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19600"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19599"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19598"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19597"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19596"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19595"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19594"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19593"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19592"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19591"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19590"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19589"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19588"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19607">
    <title>AW: Disable full-text document parsing</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19607</link>
    <description>&lt;pre&gt;Hi,

I'm using a simple trick to define an index configuration with just one dummy property for nt:resource

&amp;lt;?xml version="1.0"?&amp;gt;
&amp;lt;configuration xmlns:nt="http://www.jcp.org/jcr/nt/1.0"&amp;gt;
    &amp;lt;index-rule nodeType="nt:resource"&amp;gt;
        &amp;lt;property&amp;gt;DONOFULLTEXTINDEXING&amp;lt;/property&amp;gt;
    &amp;lt;/index-rule&amp;gt;
&amp;lt;/configuration&amp;gt;

I don't know if the parsing is still done, but the properties are not saved and the index does not grow.

Regards, Robert

-----Ursprüngliche Nachricht-----
Von: Thomas Auinger [mailto:thomas.auinger&amp;lt; at &amp;gt;byteconsult.de]
Gesendet: Donnerstag, 23. Mai 2013 16:49
An: users&amp;lt; at &amp;gt;jackrabbit.apache.org
Betreff: Disable full-text document parsing

Hi

How can I disable parsing of binary content stored in JR? Especially for an existing database.

We don't do a full text search anyway..

My log shows all kinds of funny exceptions, which I don't want, such as:

23.Mai 15:34:56.518 &amp;lt;pool-1&amp;gt; WARN  [   o.a.p.pdmodel.font.PDFontFactory] - Failed to create Type1C font. Falling back to Type1 font
java.lang.IndexOutOfBoundsE&lt;/pre&gt;</description>
    <dc:creator>Seidel. Robert</dc:creator>
    <dc:date>2013-05-23T15:41:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19606">
    <title>Disable full-text document parsing</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19606</link>
    <description>&lt;pre&gt;Hi
 
How can I disable parsing of binary content stored in JR? Especially for an existing database.
 
We don't do a full text search anyway..
 
My log shows all kinds of funny exceptions, which I don't want, such as:
 
23.Mai 15:34:56.518 &amp;lt;pool-1&amp;gt; WARN  [   o.a.p.pdmodel.font.PDFontFactory] - Failed to create Type1C font. Falling back to Type1 font
java.lang.IndexOutOfBoundsException: Index: 2, Size: 2
        at java.util.ArrayList$SubList.rangeCheck(Unknown Source) ~[na:1.7.0_10]
        at java.util.ArrayList$SubList.get(Unknown Source) ~[na:1.7.0_10]
        at org.apache.fontbox.cff.CharStringConverter.drawAlternatingCurve(CharStringConverter.java:306) ~[fontbox-1.3.1.jar:na]
        at org.apache.fontbox.cff.CharStringConverter.handleType1Command(CharStringConverter.java:141) ~[fontbox-1.3.1.jar:na]
 
or
 
Caused by: java.io.EOFException: Unexpected end of ZLIB input stream
        at java.util.zip.InflaterInputStream.fill(Unknown Source) ~[na:1.7.0_10]
        at java.util.zip.InflaterInputStream.read&lt;/pre&gt;</description>
    <dc:creator>Thomas Auinger</dc:creator>
    <dc:date>2013-05-23T14:49:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19605">
    <title>AW: How to re-create workspace.xml?</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19605</link>
    <description>&lt;pre&gt;Hi,

Ah sorry, jackrabbit doesn't recreate the workspace.xml if the folder does exist - in this case an exception will be thrown. That's why I had to write/update the workspace.xml manually, because I've encountered the same problems...

Regards, Robert

-----Ursprüngliche Nachricht-----
Von: Robert Haycock [mailto:Robert.Haycock&amp;lt; at &amp;gt;artificial-solutions.com]
Gesendet: Donnerstag, 23. Mai 2013 13:17
An: users&amp;lt; at &amp;gt;jackrabbit.apache.org
Betreff: RE: How to re-create workspace.xml?

Are you deleting just the workspace.xml or the whole folder?

Works for me if I delete the folder but not if I delete just the file. The code checks if the folder exists and throws an exception if it does (see org.apache.jackrabbit.core.config.RepositoryConfig).

Rob.

-----Original Message-----
From: Seidel. Robert [mailto:Robert.Seidel&amp;lt; at &amp;gt;aeb.de]
Sent: 23 May 2013 10:32
To: users&amp;lt; at &amp;gt;jackrabbit.apache.org
Subject: AW: How to re-create workspace.xml?

Hi,

Hmm, the workspace.xml should be recreated with the values from the repository.xml if it w&lt;/pre&gt;</description>
    <dc:creator>Seidel. Robert</dc:creator>
    <dc:date>2013-05-23T11:29:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19604">
    <title>RE: How to re-create workspace.xml?</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19604</link>
    <description>&lt;pre&gt;Are you deleting just the workspace.xml or the whole folder?

Works for me if I delete the folder but not if I delete just the file. The code checks if the folder exists and throws an exception if it does (see org.apache.jackrabbit.core.config.RepositoryConfig).

Rob.

-----Original Message-----
From: Seidel. Robert [mailto:Robert.Seidel&amp;lt; at &amp;gt;aeb.de] 
Sent: 23 May 2013 10:32
To: users&amp;lt; at &amp;gt;jackrabbit.apache.org
Subject: AW: How to re-create workspace.xml?

Hi,

Hmm, the workspace.xml should be recreated with the values from the repository.xml if it was deleted (or not existing) - that's the only possibility to update changes from the repository.xml (delete workspace.xml and restart). The jackrabbit framework does not offer an update mechanism itself.

I'm using the delete and restart mechanism and it is working fine (jackrabbit 2.4.2).

Regards, Robert

-----Ursprüngliche Nachricht-----
Von: Robert Haycock [mailto:Robert.Haycock&amp;lt; at &amp;gt;artificial-solutions.com]
Gesendet: Donnerstag, 23. Mai 2013 11:16
An: users&amp;lt; at &amp;gt;jackrabbit.a&lt;/pre&gt;</description>
    <dc:creator>Robert Haycock</dc:creator>
    <dc:date>2013-05-23T11:17:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19603">
    <title>AW: How to re-create workspace.xml?</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19603</link>
    <description>&lt;pre&gt;Hi,

Hmm, the workspace.xml should be recreated with the values from the repository.xml if it was deleted (or not existing) - that's the only possibility to update changes from the repository.xml (delete workspace.xml and restart). The jackrabbit framework does not offer an update mechanism itself.

I'm using the delete and restart mechanism and it is working fine (jackrabbit 2.4.2).

Regards, Robert

-----Ursprüngliche Nachricht-----
Von: Robert Haycock [mailto:Robert.Haycock&amp;lt; at &amp;gt;artificial-solutions.com]
Gesendet: Donnerstag, 23. Mai 2013 11:16
An: users&amp;lt; at &amp;gt;jackrabbit.apache.org
Betreff: How to re-create workspace.xml?

Hi,

I wanted my workspace.xml to pick up changes made to my repository.xml.

My first attempt was to delete workspace.xml in the hope it would be re-created on startup. Instead I get an exception thrown. I don't want to delete the workspace folder as the index folder is HUGE and I don't want it re-created.

Any suggestions?

Thanks,

Rob.
________________________________

AEB treffen Sie im Juni&lt;/pre&gt;</description>
    <dc:creator>Seidel. Robert</dc:creator>
    <dc:date>2013-05-23T09:31:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19602">
    <title>How to re-create workspace.xml?</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19602</link>
    <description>&lt;pre&gt;Hi,

I wanted my workspace.xml to pick up changes made to my repository.xml.

My first attempt was to delete workspace.xml in the hope it would be re-created on startup. Instead I get an exception thrown. I don't want to delete the workspace folder as the index folder is HUGE and I don't want it re-created.

Any suggestions?

Thanks,

Rob.
&lt;/pre&gt;</description>
    <dc:creator>Robert Haycock</dc:creator>
    <dc:date>2013-05-23T09:15:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19601">
    <title>Condition on left outer joined node's property</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19601</link>
    <description>&lt;pre&gt;I would like to have a query condition based on a property of a node 
selected by a left outer join. If the left joined node exists, I have no 
problem. If the left joined node does not exist, I cannot use the 
property in a constraint.

I tried doing something like this:

SELECT *
FROM [m:foo] AS foo
LEFT OUTER JOIN [m:foochild] AS maybe ON ISSAMENODE(maybe,foo,'fc1')
WHERE maybe.bar &amp;lt;&amp;gt; 'X'

I understand that this is like SQL and the where clause will evaluate to 
false if maybe.bar is null. So I tried this:

SELECT *
FROM [m:foo] AS foo
LEFT OUTER JOIN [m:foochild] AS maybe ON ISSAMENODE(maybe,foo,'foo')
WHERE maybe.bar IS NULL OR maybe.bar &amp;lt;&amp;gt; 'X'

But that also returns null if maybe is null. So I tried:

SELECT *
FROM [m:foo] AS foo
LEFT OUTER JOIN [m:foochild] AS maybe ON ISSAMENODE(maybe,foo,'foo')
WHERE NOT maybe.bar IS NOT NULL OR maybe.bar &amp;lt;&amp;gt; 'X'

But that does not work either.

Is there a way to get something to evaluate to true if a left outer 
joined node is null?

&lt;/pre&gt;</description>
    <dc:creator>Stephen Byrne</dc:creator>
    <dc:date>2013-05-22T22:14:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19600">
    <title>Searching xml contents</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19600</link>
    <description>&lt;pre&gt;I am importing xml documents, by copying them through webdav. Then trying
to search for text in these documents. I am getting the query to work
properly, but it's slow. There's is only 38 files in this repository. The
query is taking about 600 ms.

This is the query, searching for the word "data".


SELECT parent.* FROM [nt:file] AS parent INNER JOIN [nt:unstructured] AS
child ON ISDESCENDANTNODE(child,parent) WHERE  CONTAINS(child.*,'data')


when I copied the same files to another directory within the same repo
(increased the files count),
The query started taking on average 1.6 second.

Is there anything wrong or places where I can improve the performance of
this search ??

Thank you.
&lt;/pre&gt;</description>
    <dc:creator>Mansour Al Akeel</dc:creator>
    <dc:date>2013-05-22T10:20:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19599">
    <title>Problem with jboss 5 configuration.</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19599</link>
    <description>&lt;pre&gt;I've encountered a problem with jackrabbit pool in jboss 5 and jackrabbit
2.0. 

I've a jcr datasource configured like this 

 &amp;lt;tx-connection-factory&amp;gt;
    &amp;lt;jndi-name&amp;gt;jcr/local&amp;lt;/jndi-name&amp;gt;
    &amp;lt;xa-transaction /&amp;gt;
    &amp;lt;track-connection-by-tx&amp;gt;true&amp;lt;/track-connection-by-tx&amp;gt;
    &amp;lt;rar-name&amp;gt;jackrabbit-jca.rar&amp;lt;/rar-name&amp;gt;
    &amp;lt;connection-definition&amp;gt;javax.jcr.Repository&amp;lt;/connection-definition&amp;gt;
    &amp;lt;config-property name="homeDir"
type="java.lang.String"&amp;gt;${jackrabbit.homedir}&amp;lt;/config-property&amp;gt;
    &amp;lt;config-property name="configFile"
type="java.lang.String"&amp;gt;classpath:repository.xml&amp;lt;/config-property&amp;gt;
    &amp;lt;config-property name="bindSessionToTransaction"
type="java.lang.Boolean"&amp;gt;true&amp;lt;/config-property&amp;gt;
    &amp;lt;no-tx-separate-pools /&amp;gt;
    &amp;lt;max-pool-size&amp;gt;30&amp;lt;/max-pool-size&amp;gt;
&amp;lt;/tx-connection-factory&amp;gt;

like this, application works fine, but i'm getting this error really often
(it's thrown every time i'm logging into dms session with this code) 

         Repository repo = (Repository)
ctx.lookup(repository.getJndiName()); 
        Crede&lt;/pre&gt;</description>
    <dc:creator>Menzi</dc:creator>
    <dc:date>2013-05-20T08:24:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19598">
    <title>Re: AW: OnWorkspaceInconsistency Node has missing child indexing error</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19598</link>
    <description>&lt;pre&gt;Thank you  KÖLL Claus;
I solved the problem using api version 1.4.12, and starting the repository
with parameters check/fixconsistency in workspace.xml ...
I've needed to put the feature with jndi capabilities in api, and while
trying to run the fixconsistency I just found a "bug" in class
org.apache.jackrabbit.core.persistence.bundle.BundleDbPersistenceManager,
because I use postgresql:

lines 874, 1213


//                        Postgresql maps Blob data to the oid datatype, not
bytea.  For bytea data 
//                        you should use getBytes() not getBlob.

//                      Blob blob = bRs.getbygetBlob(1);
//                      data = getBytes(blob);
                      data = bRs.getBytes(1); //(for postgres, it's the
right way!!!)

How can we put this "fix/workaround" (if it is not already in latest
releases)?

Regards
Helio.



--
View this message in context: http://jackrabbit.510166.n4.nabble.com/OnWorkspaceInconsistency-Node-has-missing-child-indexing-error-tp4658445p4658725.ht&lt;/pre&gt;</description>
    <dc:creator>hsp</dc:creator>
    <dc:date>2013-05-17T20:37:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19597">
    <title>Exception javax.jcr.LoginException: LoginModule ignored Credentials</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19597</link>
    <description>&lt;pre&gt;Hi,

I am trying to login to the jackrabbit reporisotry using the test user with
SimpleCredentials and I am  getting the below exception:
Caused by: javax.jcr.LoginException: LoginModule ignored Credentials
at org.apache.jackrabbit.core.RepositoryImpl.login(RepositoryImpl.java:1493)
at
org.apache.jackrabbit.core.TransientRepository.login(TransientRepository.java:381)
at
org.apache.jackrabbit.commons.AbstractRepository.login(AbstractRepository.java:123)
at org.max.formsng.restlet.resources.JCRTest.jcrLogin(Unknown Source)


No special configruation is done to Jackrabbit installation and have not
created the user. If user needs to be created, where should I create it?
Any pointers are appreciated.

Here is my code(one taken from the
http://jackrabbit.apache.org/first-hops.html second hops example):

Repository repository = new TransientRepository();
session = repository.login(
new SimpleCredentials("username", "password".toCharArray()));
 try {
 Node root = session.getRootNode();
 // Store content
Node hello =&lt;/pre&gt;</description>
    <dc:creator>Prasad R</dc:creator>
    <dc:date>2013-05-17T17:44:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19596">
    <title>Webapp shutdown fails after RMI-Login</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19596</link>
    <description>&lt;pre&gt;Hi,

I have a problem with the Jackrabbit Webapp on Tomcat and RMI-Access. I
tried several different versions (2.4.3, 2.4.4 and 2.6.1) without any
changes to the webapp and the problem occurs with everyone of these. Also
the repository.xml is standard with no changes.

I use the RMI-Access method with

Repository repo = new URLRemoteRepository(…);

and I login into any workspace.



After that, during the shutdown of Tomcat, the following log results and
Tomcat isn't able to shutdown:

SEVERE: The web application [/jackrabbit] created a ThreadLocal with key of
type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal&amp;lt; at &amp;gt;1df8d13]) and a
value of type [org.apache.derby.iapi.services.context.ContextManager]
(value [org.apache.derby.iapi.services.context.ContextManager&amp;lt; at &amp;gt;d3a810]) but
failed to remove it when the web application was stopped. Threads are going
to be renewed over time to try and avoid a probable memory leak.



The problem only occurs if you login through RMI, otherwise the application
is shut down p&lt;/pre&gt;</description>
    <dc:creator>Martin Stein</dc:creator>
    <dc:date>2013-05-17T08:17:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19595">
    <title>Re: AW: How to setup JQOM-Query testing String-Array</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19595</link>
    <description>&lt;pre&gt;I've got a multi valued String[]. I need to know whether one of these values matches my search criteria - but I'm not aware, whether it is the first one or it has another place in the array. 
From your answer I would say, there is no way to match it by a query, I have to supply my own traversal-method.


Am 16.05.2013 um 10:49 schrieb "Seidel. Robert" &amp;lt;Robert.Seidel&amp;lt; at &amp;gt;aeb.de&amp;gt;:


&lt;/pre&gt;</description>
    <dc:creator>Ulrich</dc:creator>
    <dc:date>2013-05-16T09:07:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19594">
    <title>AW: How to setup JQOM-Query testing String-Array</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19594</link>
    <description>&lt;pre&gt;Hi,

If you use a multi value string property, you can query for one of the strings like you did below. If you store an array inside a binary property, then it will be not queryable.

If you want to query for an expression inside a string, you can use the "LIKE" operator and wildcards.

Regards, Robert

-----Ursprüngliche Nachricht-----
Von: Ulrich [mailto:Forums&amp;lt; at &amp;gt;gombers.de]
Gesendet: Donnerstag, 16. Mai 2013 10:32
An: jackrabbit Mailing-List
Betreff: How to setup JQOM-Query testing String-Array

The list of the supplied comparison-operator does not offer a "contains"-method (see JCR 2.0 specs chapter 6.7.17). How would I check for the occurrence of a specific String.

For a String-value I do it this way:

            valueFactory = session.getValueFactory();
            queryManager = session.getWorkspace().getQueryManager();
            qomf = queryManager.getQOMFactory();
            nodeTypeSelector = qomf.selector(nodeTypeName, selectorName);
            operator            = qomf.JCR_OPERATOR_EQUAL_TO&lt;/pre&gt;</description>
    <dc:creator>Seidel. Robert</dc:creator>
    <dc:date>2013-05-16T08:49:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19593">
    <title>How to setup JQOM-Query testing String-Array</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19593</link>
    <description>&lt;pre&gt;The list of the supplied comparison-operator does not offer a "contains"-method (see JCR 2.0 specs chapter 6.7.17). How would I check for the occurrence of a specific String.

For a String-value I do it this way:

            valueFactory = session.getValueFactory();
            queryManager = session.getWorkspace().getQueryManager();
            qomf = queryManager.getQOMFactory();
            nodeTypeSelector = qomf.selector(nodeTypeName, selectorName);
            operator            = qomf.JCR_OPERATOR_EQUAL_TO;
            dynOperand  = qomf.propertyValue(selectorName, userProperty);

            StaticOperand statOperand  = qomf.literal(valueFactory.createValue(principal));
            Comparison compare    = qomf.comparison(dynOperand , operator, statOperand);
            constraint= compare;

But, again, what can I do about Arrays?

Regards,
Ulrich


&lt;/pre&gt;</description>
    <dc:creator>Ulrich</dc:creator>
    <dc:date>2013-05-16T08:31:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19592">
    <title>Webdav Servlet mode</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19592</link>
    <description>&lt;pre&gt;Hi,
I noticed two different modes in jackrabbit web application. First is a
servlet (SimpleWebdavServlet) mapped to /repository URL.
I can connect to url via a webdav client (cadaver). Second is another
servlet (JcrRemotingServlet) mapped to /server URL.

I implemented a SimpleWebdavServlet. But it works as a JcrRemotingServlet.
But I want it to work as SimpleWebdavServlet mode.

thanks.

WebdavServlet.java:

&amp;lt; at &amp;gt;WebServlet(
    urlPatterns = "/repository/*",
    initParams  = {
        &amp;lt; at &amp;gt;WebInitParam(
            name = "resource-path-prefix",
            value = "/repository"
        )
    }
)
public class WebdavServlet extends SimpleWebdavServlet {



    //~ --- [STATIC FIELDS/INITIALIZERS]
-------------------------------------------------------------------------------

    private static final String REPO_CONFIG_FILE =
"jackrabbit-repo/config.xml";
    private static final String REPO_HOME        = "jackrabbit-repo";



    //~ --- [CONSTRUCTORS]
-------------------------------------------------------------&lt;/pre&gt;</description>
    <dc:creator>Fırat KÜÇÜK</dc:creator>
    <dc:date>2013-05-15T11:02:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19591">
    <title>cluster node id change</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19591</link>
    <description>&lt;pre&gt;Hi:

We just went live with jackrabbit with 2 nodes in cluster - node_1 and
node_2.
Realized that we want to rename the cluster id's to node_&amp;lt;machinename&amp;gt;.

What are the steps to do this?

Could I just do this by shutting the servers and doing database updates in
CJ* tables?

I see the CJ_* tables already have some data in it.

thx
rajans



--
View this message in context: http://jackrabbit.510166.n4.nabble.com/cluster-node-id-change-tp4658687.html
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

&lt;/pre&gt;</description>
    <dc:creator>rsadasiv&lt; at &gt;visa.com</dc:creator>
    <dc:date>2013-05-14T19:45:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19590">
    <title>Custom Node type is not unregister.</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19590</link>
    <description>&lt;pre&gt;Hi,
I am getting following error while unregistering the custom node type. My
custom node type is register successfully. This node name is shown while i
am retrieving the mixin node types.

error:
javax.jcr.nodetype.NoSuchNodeTypeException:
{http://www.snowstorm.in/sstorm}file



--
View this message in context: http://jackrabbit.510166.n4.nabble.com/Custom-Node-type-is-not-unregister-tp4658685.html
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

&lt;/pre&gt;</description>
    <dc:creator>shahid iqbal</dc:creator>
    <dc:date>2013-05-14T09:44:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19589">
    <title>Re: tomcat jackrabbit.war: javax.servlet.ServletException: Repository access configuration is not valid</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19589</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

ok, i solved my problem. the issue was that in web.xml, there are two
places to specify the bootstrap.properties. one for the startup
servlet and one for the repository access servlet. when they both have
the same config, things work.

no idea why this is duplicated and not put into a variable or
something to avoid that error, but my immediate problem is solved :-)

cheers,david

Am 13.05.2013 18:35, schrieb David Buchmann:
&amp;lt;param name="url"
at
at
at
at
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
at
at
at
at
at
at
at
at
at
at java.lang.Thread.run(Thread.java:662)
at
at
... 17 more
2013-05-13 18:29:00.347 INFO  [main] AbstractConfig.java:108

- -- 
Liip AG // Agile Web Development // T +41 26 422 25 11
CH-1700 Fribourg // PGP 0xA581808B // www.liip.ch
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJRke0oAAoJED/JtliXIA4s7TgH/0S0gdJwvrF3H4psulWEk&lt;/pre&gt;</description>
    <dc:creator>David Buchmann</dc:creator>
    <dc:date>2013-05-14T07:52:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19588">
    <title>tomcat jackrabbit.war: javax.servlet.ServletException: Repository access configuration is not valid</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19588</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

hi,

i am trying to run jackrabbit 2.6.0 in the tomcat container.
/var/log/tomcat6/catalina.out says all is well, but when i try to
connect i get an error 500 and very unhelpful stack traces in
/var/log/tomcat6/localhost.2013-05-13.log

my repository.xml says

        &amp;lt;PersistenceManager
class="org.apache.jackrabbit.core.persistence.pool.MySqlPersistenceManager"&amp;gt;
           &amp;lt;param name="url"
value="jdbc:mysql://&amp;lt;dbserver&amp;gt;:3306/&amp;lt;dbname&amp;gt;"/&amp;gt;
           &amp;lt;param name="user" value="liip" /&amp;gt;
           &amp;lt;param name="password" value="..." /&amp;gt;
           &amp;lt;param name="schema" value="mysql"/&amp;gt;
           &amp;lt;param name="schemaObjectPrefix" value="pm_vs_${wsp.name}_"/&amp;gt;
         &amp;lt;/PersistenceManager&amp;gt;

and i can connect to the db with the credentials i have, and i see
that tables are created. any hints what could have gone wrong here?

May 13, 2013 6:25:41 PM org.apache.catalina.core.StandardWrapperValve
invoke
SEVERE: Servlet.service() for servlet JCRWebdavServer threw exception
ja&lt;/pre&gt;</description>
    <dc:creator>David Buchmann</dc:creator>
    <dc:date>2013-05-13T16:35:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19587">
    <title>[ANNOUNCE] Apache Jackrabbit 2.4.4 released</title>
    <link>http://permalink.gmane.org/gmane.comp.apache.jackrabbit.user/19587</link>
    <description>&lt;pre&gt;The Apache Jackrabbit community is pleased to announce the release of
Apache Jackrabbit 2.4.4. The release is available for download at:

    http://jackrabbit.apache.org/downloads.html

See the full release notes below for details about this release.


Release Notes -- Apache Jackrabbit -- Version 2.4.4

Introduction
------------

This is Apache Jackrabbit(TM) 2.4, a fully compliant implementation of the
Content Repository for Java(TM) Technology API, version 2.0 (JCR 2.0) as
specified in the Java Specification Request 283 (JSR 283).


Apache Jackrabbit 2.4.4 is patch release that contains fixes and
improvements over Jackrabbit 2.4.3. This release is fully compatible
with earlier 2.x.x releases.

Changes since Jackrabbit 2.4.3
------------------------------

New Features

  [JCR-1873] - It should be possible to define how hrefs are generated
for WebDav


Improvements

  [JCR-3386] - Adjust some default values of the BasicDataSource in
the ConnectionFactory
  [JCR-3392] - Combine the XA aware (Reentrant) Loc&lt;/pre&gt;</description>
    <dc:creator>Jukka Zitting</dc:creator>
    <dc:date>2013-05-13T13:57:43</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.apache.jackrabbit.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.apache.jackrabbit.user</link>
  </textinput>
</rdf:RDF>
