Hello, I know that this post is very old but I'm facing the same problem
(with version 2.6.3). Have you finally solved it?
Thanks in advance.
--
View this message in context:
http://jackrabbit.510166.n4.nabble.com/Problem-accessing-JackRabbit-2-0-through-DavEx-on-JBoss-tp1461462p4659653.html
S
Hi,
Yes i figured out the class TestContentLoader .But still in the test class
org.apache.jackrabbit.test.api.SerializationTest I am still getting
exceptions due to not having data at /testdata/serialization/source.But in
the above class TestContentLoader doesnt load any data called
"serializati
hi,
these are probably the read-only tests that require content.
please have a look at the class TestContentLoader in jackrabbit-core.
it adds test data to a jackrabbit repository to run the jcr tests.
preparing your repository with similar data should do the trick.
regards
marcel
On Thu, May
Hi,
the user list would have been the better place to ask.
On Tue, Jan 19, 2010 at 14:04, GUNACKER Simon wrote:
> It doesn't work for me; I wonder if this has to do with my jackrabbit hopping
> around behind a proxy.
> Any hints?
yes, that's probably the issue. the jsp does http requests. you
Hi Stefan,
I added a test project to the issue.
BR
Luca
Stefan Guggisberg wrote:
>
> On Thu, Oct 29, 2009 at 10:42 AM, Luca Tagliani wrote:
>>
>> Hi Stefan,
>> I filed a new issue here https://issues.apache.org/jira/browse/JCR-2369.
>>
>> I forgot to say that I'm using version jackrabbit 1
On Thu, Oct 29, 2009 at 10:42 AM, Luca Tagliani wrote:
>
> Hi Stefan,
> I filed a new issue here https://issues.apache.org/jira/browse/JCR-2369.
>
> I forgot to say that I'm using version jackrabbit 1.6.
> I don't know if in 2.0 it works.
>
> I'm trying to create a simple test case to attach to t
Hi Stefan,
I filed a new issue here https://issues.apache.org/jira/browse/JCR-2369.
I forgot to say that I'm using version jackrabbit 1.6.
I don't know if in 2.0 it works.
I'm trying to create a simple test case to attach to the issue... works
permitting :-)
BR
Luca
Stefan Guggisberg wrote
hi luca,
On Thu, Oct 29, 2009 at 10:26 AM, Luca Tagliani 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 goes to the d
On Mon, Sep 7, 2009 at 19:16, Radu Ana-Maria wrote:
>
> "also note that the index will pick the first rule that matches. does
> th:plainDocument inherit from any of the node types in the preceding
> index-rules? if that's the case, then it will never be used because
> the preceding rule will be pic
"also note that the index will pick the first rule that matches. does
th:plainDocument inherit from any of the node types in the preceding
index-rules? if that's the case, then it will never be used because
the preceding rule will be picked instead."
yes this is the case ..
so if i switch the defin
Hi,
first of all, are you sure the configuration is actually used by the
index? correct parameter in workspace.xml, no errors in the logs?
then a general note on the indexing configuration: you cannot exclude
nodes entirely from being indexed. an index-rule just allows you to
strip down indexing
Many thanks Dave, it worked !
On Thu, Aug 13, 2009 at 4:10 PM, Dave Brosius wrote:
> >>Caused by: java.lang.OutOfMemoryError: Java heap space
>
> try bumping up maven memory
>
> MAVEN_OPTS=-Xmx512m
>
> -Original Message-
> From: "arcas...@gmail.com"
> Sent: Thursday, August 13, 2009 7:52
>>Caused by: java.lang.OutOfMemoryError: Java heap space
try bumping up maven memory
MAVEN_OPTS=-Xmx512m
-Original Message-
From: "arcas...@gmail.com"
Sent: Thursday, August 13, 2009 7:52am
To: dev@jackrabbit.apache.org
Subject: Problem building jackrabbit-core-1.6.0.jar
Hello,
I've d
the SimpleAccessManager doesn't allow for ac-modification
as it is has a fixed set of ac rules.
similarly, the ac-related nodes/properties defined by the corresponding
nodetypes are designed so they cannot not manipulated manually
but only through the jsr 283 api.
if you want to be able to edit
On Wed, Jul 8, 2009 at 01:05, Dan Diephouse wrote:
> Just an FYI, I had a problem with my version of the patch and
> the PredicateDerefQuery.rewrite function. It caused Jackrabbit to get caught
> in an infinite loop on me. Changing the function to just return "this" all
> the time seems to fix thin
At first I wanted to write a persistence manager for Amazon SimpleDB
with a straigt-forward mapping of Nodes -> Items and Properties ->
Attributes, but it turned out not feasible at all. The problem is that
Attributes (the only ones that can store actual data) are String-only
and limited to
Jukka Zitting wrote:
Nice! Does it work with Google Mail? :-)
yes it does, you have to enable SSL and TLS. I haven't tested the data store
implementation with gmail. uploading large files isn't fun using an ADSL
connection...
hmmm, so far I thought google prohibits these kind of uses with a
Hi,
On Jan 11, 2008 6:17 PM, Marcel Reutegger <[EMAIL PROTECTED]> wrote:
> here we go:
> http://svn.apache.org/repos/asf/jackrabbit/sandbox/jackrabbit-imap-persistence/README.txt
Nice! Does it work with Google Mail? :-)
I wouldn't use this in production, but the concept sure is fun...
BR,
Jukk
Jukka Zitting wrote:
On Jan 11, 2008 5:25 PM, Marcel Reutegger <[EMAIL PROTECTED]> wrote:
reminds me that I wanted to commit my ImapPersistenceManager and ImapDataStore
to the jackrabbit sandbox :)
Wicked! :-)
here we go:
http://svn.apache.org/repos/asf/jackrabbit/sandbox/jackrabbit-imap-pe
Hi,
I haven't looked at the JackRabbit code for ages, I was thinking abut
doing something similar a while back. With the release of the Amazon
database, I was thinking that a mixture of the database and S3
(binaries etc) might be a really good fit.
Maybe we should have a chat and do it to
Hi Marcel,
I am working with 1.3 where the integration package is not yet
present. But with help from Angela I saw there are some test cases in
o.a.j.init.* that create the test data (to be run before level 1 api
tests are run) and I found out that the build.xml also copies over
stuff to
Hi,
On Jan 11, 2008 5:25 PM, Marcel Reutegger <[EMAIL PROTECTED]> wrote:
> reminds me that I wanted to commit my ImapPersistenceManager and ImapDataStore
> to the jackrabbit sandbox :)
Wicked! :-)
BR,
Jukka Zitting
reminds me that I wanted to commit my ImapPersistenceManager and ImapDataStore
to the jackrabbit sandbox :)
regards
marcel
Hi Alex,
there are some preconditions for the test suite to run. the jackrabbit
integration test executes this class:
https://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-core/src/test/java/org/apache/jackrabbit/core/integration/PrepareTestRepository.java
before it runs the JCR API test
Hello Kisu,
> Kisu San wrote:
> Dear All,
>
> I have a problem with NodeIterator, which is taking lot of
> time. I am using Jackrabbit 1.3.3 and jcr 1.0 jars.
>
> Below is my code, my query is been executed in a reasonable
> time, but when I try to loop through the result set using
> NodeIter
ohoh yes I'm stupid. I was done it from another machine with a simple svn
checktout. TIt is not a good idea to work late during the night :-(
Thanks
On 9/6/07, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> On 9/5/07, Christophe Lombart <[EMAIL PROTECTED]> wrote:
> > ...svn: MKACTIVIT
Hi,
On 9/5/07, Christophe Lombart <[EMAIL PROTECTED]> wrote:
> ...svn: MKACTIVITY of '/repos/asf/!svn/act/0114d7a9c33c': 403 Forbidden (
> http://svn.apache.org)...
Looks like you're using http instead of https?
See http://www.apache.org/dev/committers.html#commit-403
-Bertrand
yes, Its calling the method getBlogEntryNode and this methods return
type getting null. thats the problem
public BlogEntryDTO getBlogEntry(String blogTitle)
throws BlogApplicationException {
BlogEntryDTO blogEntryDTO = null;
if (_logger.isDebugEnabled())
_logg
Hi,
On 6/21/07, siraj ahmed <[EMAIL PROTECTED]> wrote:
[...]
blogEntry = null;
while (queryResultNodeIterator.hasNext()) {
blogEntry = queryResultNodeIterator.nextNode();
}
[...]
return blogEntry;
Assuming getBlogEntry() calls getBlogEntr
Hi,
The exception you sent indicates that the problem is on line 171 of
JackrabbitBlogEntryDAO.java, within the getBlogEntry method. The
method you sent is getBlogEntryNode, not getBlogEntry. Even if you had
sent the correct method body, without line number information it is
hard to identify what
*eption*
javax.servlet.ServletException
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:523)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
org.apache.struts.action.RequestProcessor.process(Requ
Hi Ahmed,
Not sure, where exactly you get the NullPointerException. You should be more
specific. Thanks.
Regards
Felix
On 6/21/07, siraj ahmed <[EMAIL PROTECTED]> wrote:
I am getting null pointer exception here, I think the code is correct
then what is the problem
public Node getBlogEntryNo
> Sent: Wednesday, March 28, 2007 2:53 PM
> To: dev@jackrabbit.apache.org
> Subject: Re: Problem with using the DatabaseFileSystem with My-SQL
>
> hi martjin,
>
> On 3/28/07, Martijn Hendriks <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I cannot get the Datab
hi martjin,
On 3/28/07, Martijn Hendriks <[EMAIL PROTECTED]> wrote:
Hi,
I cannot get the DatabaseFileSystem to work with my My-SQL database. I
get the following exception
SEVERE: failed to initialize file system
java.sql.SQLException: Specified key was too long; max key length is
1024 bytes
You're right, that I didn't find that myself. Thanks for spotting it :)
Marcel Reutegger-3 wrote:
>
> Your repository.xml file is broken.
>
> You have:
>
> class="org.apache.jackrabbit.core.state.db.DerbyPersistenceManager">
> value="jdbc:derby:${rep.home}/version/db;create=true"/>
Your repository.xml file is broken.
You have:
value="jdbc:derby:${rep.home}/version/db;create=true"/>
A fixed value for the parameter 'schemaObjectPrefix' will cause
Jackrabbit to write content of multiple workspaces into the same
table, thus possibly overwriting content.
You m
Were you able to reproduce our problem?
Jukka Zitting-3 wrote:
>
> Hi,
>
> On 8/28/06, J Kuijpers <[EMAIL PROTECTED]> wrote:
>> Supplied repository.xml and runnable MultipleWorkspaceTest.java
>> http://www.nabble.com/user-files/235783/repository.xml repository.xml
>> http://www.nabble.com/user
Ok hmm strange... This toppic involves the same problem as the toppic of my
collegue quipere (ItemNotFoundException while switching between different
workspaces). The reason why I am not getting an ItemNotFoundException but
only the wrong nodes, I think is because the code I am using is not using
Hi,
On 8/28/06, J Kuijpers <[EMAIL PROTECTED]> wrote:
Supplied repository.xml and runnable MultipleWorkspaceTest.java
http://www.nabble.com/user-files/235783/repository.xml repository.xml
http://www.nabble.com/user-files/235784/MultipleWorkspaceTest.java
MultipleWorkspaceTest.java
The Multiple
this might be a bug. can you file a jira issue?
thanks.
regards, toby
On 6/22/06, Tanju Erinmez <[EMAIL PROTECTED]> wrote:
Greetings,
I'm using the latest trunk version and tried the following sequence
which leads to swapped child nodes (this worked in 1.0.1).
Specifically:
Add nodes:
pare
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
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
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
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
44 matches
Mail list logo