If you know how the DataStore [1] component is configured in your
environment, you can probably verify if the binary record exists or
not.
File DataStore manages each record in a file named by the record ID
and Database DataStore does something similar, for example.
As you seem to use Jackrabbit in
On Fri, Oct 27, 2023 at 1:55 PM Rogenry Avila wrote:
>
> Hello,
>
> I have developed a solution for a product that uses Apache Jackrabbit
> 2.16.5 for its repository, configured with a bundle
> MySqlPersistenceManager. It meets all the requirements, but I think the
> responses to queries are slow.
On Mon, Sep 18, 2023 at 8:50 PM Julian Reschke wrote:
>
> To whom it may concern...
>
> Jackrabbit's RMI support has been essentially unmaintained for half a
> decade now, and also does not support JCR 2.0.
>
> We recently had to go into emergence mode due to vulnerabilities of
> components used b
Hi,
You might want to check if the workspace (e.g.,
workspaces/default/workspace.xml) is still configured with the old
settings.
Once a workspace is created, its configuration is not updated by the
changes of the repository.xml; it should be updated manually
accordingly or recreated.
Regards,
Wo
I'm not sure but perhaps you might want to ask around DBA or the
specific DB experts. "ORA-12516" in the error.txt might be something
you need to ask about, I assume.
Regards,
Woonsan
On Wed, Dec 14, 2022 at 4:49 PM Prasad Shembekar
wrote:
>
> Hi,
>
> We are using Apache Jackrabbit (org.apache.
On Fri, Jul 23, 2021 at 6:05 PM Rishabh Srivastava
wrote:
>
> Hi Team,
>
> I have read the jackrabbit docs and tried to install the content repository
> (JCR). In my local system. I have taken the checkout from the following link:
>
> svn checkout http://svn.apache.org/repos/asf/jackrabbit/trunk
Hi Raffaele,
I have used a RepositoryCopier based solution in my github project:
- https://github.com/woonsanko/recipe-for-hippo-db-migration
It should be a bit slower than a direct db migration tool - if
existing and feasible - but more reliable and safer.
In my recipe, there are some product sp
s://wiki.apache.org/jackrabbit/Clustering,
> if I register an account then I'm not able to find that page, could you
> point me to a different documentation about Jackrabbit clustering?
>
> Really thanks, bye
>
> -----Messaggio originale-
> Da: Woonsan Ko
>
Hi Raffaele,
BlobStore was deprecated in favor of DataStore. If you have DataStore
element in the configuration, it's enabled with precedence and I think
all the BlobStore related configuration will be ignored as a result.
Also see the FAQ section in
http://jackrabbit.apache.org/archive/wiki/JCR/D
gt; > functionalities.
> > In that case will not my custom-app still suffer from repository lock as
> > jackrabbit-webapp will still have lock on the repo ?
> >
> > Regards
> > Jimmy
> >
> > On Mon, Jun 24, 2019 at 9:20 PM Woonsan Ko wrote:
> >
>
will point to
> the same repo that my jackrabbit instance is using.*
>
> *There is no documentation found for this :(.*
>
>
>
> *Thanks *
> *Jimy*
>
>
>
> On Mon, Jun 24, 2019 at 7:01 PM Woonsan Ko wrote:
>
> > On Mo
On Mon, Jun 24, 2019 at 7:19 AM jimy page wrote:
>
> I have jackrabbit runnig with repo /users/xyz/repo1
> Inside this I have repository.xml
>
>
> I want to call org.apache.jackrabbit.servlet.jackrabbit.StatisticsServlet
> to show different metrices.
>
>
> *But the problem I am facing here is: -->
I have a Apache Jackrabbit DataStore migration tool you might want to try:
- GitHub: https://github.com/woonsan/jackrabbit-datastore-migration
- Blog:
http://woonsanko.blogspot.com/2016/10/playing-with-apache-jackrabbit.html
Regards,
Woonsan
On Fri, Jun 21, 2019 at 10:06 AM wrote:
>
> Hello,
>
>
> In practice it is probably better to have control over what is being copied,
> which I guess is what the implementers decided.
I think so, too. Thanks for sharing the statement in the spec. Good to
be refreshed with that.
Woonsan
>
>
> Harold Putman
>
>
> ___
On Tue, Apr 23, 2019 at 4:54 AM Harold Putman wrote:
>
> I want to copy a source node over a destination node that already exists.
> If I just do
> workspace.copy(sourcePath, targetPath);
> I get an ItemExistsException.
> I was hoping to create a new version by
>VersionManager vm = worksp
The Apache Jackrabbit community is pleased to announce the release of
Apache Jackrabbit 2.19.2. 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 -- Vers
Hi Himanshu,
On Wed, Apr 10, 2019 at 2:41 AM himanshu Chauhan
wrote:
>
> Hello Team,
>
> Greetings
>
> We are planning to migrate around 16 TB of documents (PDF/doc) from Oracle
> to DMS.
>
> We are new to Jackrabbit. Can you please help me with the below doubts.
>
> - Is Jackrabbit able to
On Mon, Jan 7, 2019 at 7:56 PM Raffaele Gambelli wrote:
>
> Hi all,
>
> we are doing many stress tests over our web application above jackrabbit
> 2.14.0.
>
> Starting from a given load, we are experiencing big differences between 4
> nodes versus 2 nodes, I mean that 2 nodes result much more pe
On Thu, Dec 6, 2018 at 10:58 PM Luca Tagliani wrote:
>
> Hi Julian,
> i'm Raffaele's colleague and perhaps I can better specify the strange
> behaviour that we are facing.
>
> The scenario is the following:
> 1) create a new node (NOT versionable)
> 2) set some properties
> 3) save the session
>
On Wed, Aug 22, 2018 at 7:23 AM, jokuja wrote:
> I am trying to run app on tomcat7 on windows which uses jackrabbit and from
> some reason persistence manager cannot be instantiated - I think the reason
> is that it cannot connect to mysql database.
> But I can connect to this database in other we
Hi Nagendra,
On Mon, Aug 13, 2018 at 1:27 PM, Nagendra wrote:
> Hi ,
>
> I created a workspace dynamically using
> session.getWorkspace().createWorkspace("newWorkspace").
> Able to see the *newWorkspace* folder and *workspace.xml *file in my
> *myRepository/workspaces* folder.
> But when i am try
On Tue, Jun 26, 2018 at 4:25 PM, Sanjeev wrote:
> Logs are the only activity visible when the application is blocked. Other
> than that there is nothing else to go by.
>
> How can we cause the Lucene Index recreation? Our repository.xml (pasted
> below) and hence workspace.xml are pretty standard.
On Tue, Jun 19, 2018 at 3:23 PM, Sanjeev wrote:
> defaultBundleCache run from the AbstractBundlePersistenceManager class is
> blocking the entire application. JackRabbit repository becomes unresponsive
> until this cache process ends. Is there a way to make this Cache process to
> run in a differe
On Fri, Jun 8, 2018 at 5:18 AM, Mathieu Baudier wrote:
> Hello,
>
> I am facing a problem when trying to create a node (of type nt:file) via
> davex remoting when the node name contains non-ASCII characters (e.g. Zones
> Géographiques.pdf in my case). We are using Jackrabbit v2.16.0.
>
> I made s
Can you post some code snippets to create the 'user folder' and new
user nodes underneath?
Woonsan
On Wed, May 30, 2018 at 6:56 AM, irshad sheikha
wrote:
> Hi,
>
> I am writing to let you know that I am working on record management system
> and for that I am using apache jackrabbit OCM but I am
>
>
>
>
>
>
>
>
>
>
>
> >
>
On Tue, May 15, 2018 at 10:09 AM, Martin Ellis wrote:
> Hi,
>
> We have a Hippo CMS deployment, where Jackrabbit is configured using a
> database journal.
> I'm looking at switching to a file journal on NFS (EC2 EFS), and was
> referred here from the Hippo mailing list.
>
> I've got the file journ
tory.xml file and workspace.xml
file(s) on each node if there's anything different.
>
> Another question, is the journal only used for updating the index, or does
> it do more than that?
I think it should care of the caching node state manager as well.
Woonsan
>
> Thank
ld be the index, which is in a local file directory.
>
> So strange.
>
> Thank you!
>
> On Jun 1, 2018 21:44, "Woonsan Ko" wrote:
>
> Hi Eric,
>
>
> On Fri, Jun 1, 2018 at 1:29 PM, Eric Berryman
> wrote:
>> Hello!
>>
>> I have an ap
On Fri, Jun 1, 2018 at 7:58 PM, Eric Berryman wrote:
> I apologise, my subject line is not fitting.
>
> But, if I upgrade to oak ... What's the odds this would solve my problem?
Considering to move to oak might be good in general for other reasons
(e.g, architectural concerns), but not for this p
Hi Eric,
On Fri, Jun 1, 2018 at 1:29 PM, Eric Berryman wrote:
> Hello!
>
> I have an application that uses jackrabbit to save images, using the
> database filestore.
> I have jackrabbit clustered (node1, node2).
> This was working for me fine, but I started seeing an oddity.
> Node1 inserts an im
On Mon, Nov 13, 2017 at 9:44 AM, Ioan Eugen Stan wrote:
> Hello,
>
> I wish to explore with the list the possibility of having an
> implementation for JCR/Oak API based on GRPC (or another similar RPC
> framework with lots of client bindings like FlatBuffers, etc).
>
> From my point of view, the m
On Sat, Jul 16, 2016 at 10:09 AM, Woonsan Ko wrote:
> Hi Marcel,
>
> I figured out my mistake! It works like a charm as expected and
> described in the wiki page [1].
> So, even when retrieving a Binary value from existing property, the
> following example works fine, too:
&
On Sat, Jul 16, 2016 at 10:09 AM, Woonsan Ko wrote:
> Hi Marcel,
>
> I figured out my mistake! It works like a charm as expected and
> described in the wiki page [1].
> So, even when retrieving a Binary value from existing property, the
> following example works fine, too:
&
16 at 8:52 AM, Woonsan Ko wrote:
> Hi Marcel,
>
> On Wed, Jul 13, 2016 at 2:40 AM, Marcel Reutegger wrote:
>> Hi,
>>
>> On 08/07/16 06:20, "Woonsan Ko" wrote:
>>>In my debugging, it hits
>>>org.apache.jackrabbit.core.value.BLOBFileValue#get
Hi Marcel,
On Wed, Jul 13, 2016 at 2:40 AM, Marcel Reutegger wrote:
> Hi,
>
> On 08/07/16 06:20, "Woonsan Ko" wrote:
>>In my debugging, it hits
>>org.apache.jackrabbit.core.value.BLOBFileValue#getDataIdentifier()
>>when retrieving a binary value. The method
urce and destination DataStore. So, it's really for
internal debugging/tracing purpose only in backends.
Regards,
Woonsan
>
> Best regards,
> Clay Ferguson
> wcl...@gmail.com
>
>
> On Thu, Jul 7, 2016 at 4:14 PM, Woonsan Ko wrote:
>
>> Hi,
>>
>> I
The method is hard-coded to return
null. Maybe I missed something...
Thanks for your remarks,
Woonsan
>
> Best regards,
> Clay Ferguson
> wcl...@gmail.com
>
>
> On Thu, Jul 7, 2016 at 4:14 PM, Woonsan Ko wrote:
>
>> Hi,
>>
>> I'm trying to retrieve
Hi,
I'm trying to retrieve Binary Value Identifier by following [1].
The example shows retrieving it when creating a binary value.
Is it possible to retrieve the identifier when reading binary value afterward?
I tried it like this:
if (value instanceof JackrabbitValue) {
Hi Shafique,
Based on the exception message, I think you tried to change the
primary type of the *root* node. That's not allowed in JCR.
You can add a new node of a specific primary type underneath using
javax.jcr.Node#addNode(String relPath, String primaryNodeTypeName).
See the javadoc for detail
Hi Pradeep,
I don't have any experience with jackrabbit-ocm + springmodules for jcr.
However, I guess that the jcr mapping template would create a jcr session and
ocm every time whenever you invoke an action because I guess the basic behavior
could be like jdbc template or jms template. And also
Hi Toby,
I've just found that the lazy loading is not the default option, but you could
set "proxy" annotation property for @Bean or @Collection in the bean.
For example,
@Bean(jcrName="custom:content", proxy=true)
private Content content;
When you invoke getter method for the above pr
The following tutorial could help you if I understand it correctly:
http://jackrabbit.apache.org/5-with-jackrabbit-ocm.html
Also, I guess you need public getter/setter for the fields also.
Woonsan
- Original Message
> From: philip andrew
> To: users@jackrabbit.apache.org
> Sent: Sun
43 matches
Mail list logo