670 questions
0
votes
1
answer
39
views
How to remove obsolete /etc/map entries on AEMaacs Publish?
I have a package that installs the etc map entries on my Publishers.
I currently have some mapping configs there that are obsolete, but must be removed because they break the new correct mapping.
All ...
0
votes
0
answers
37
views
Can you specify different filter modes in a jackrabbit filter for children of a single root?
Say I have the following JCR structure:
+ conf
+ folder1
+ folder2
- node-1
- node-2
- immutable-node-1
- immutable-node-2
I want to use mode="merge_properties" for ...
0
votes
1
answer
63
views
Binary data download is not working with jackrabit after upgrading Tomcat from 9 to 10
We are upgrading from Tomcat 9 to 10. As part of this we have migrated javax packages to compatible jakarta versions. However, I am in doubt if jackrabbit also needs to be updated to use jakarta ...
0
votes
1
answer
51
views
Error after replacing ROOT.war in Magnolia
`I'm new to Magnolia and currently working on a project where no knowledge transfer has been provided, so I'm trying to figure everything out myself. I recently replaced the ROOT.war file in the usr/...
0
votes
1
answer
54
views
Jackrabbit Oak disable versioning
I want to setup document archive for my application. Documents will be added only once and won't be updated. I am using mongoDb as document storage. I also defined custom node type with various ...
0
votes
0
answers
98
views
Apache Jackrabbit Oak 1.68 with MongoDB 5.0 incompatiblity
I am trying to configure apache oak with mongo db. I am using newest dependencies:
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-...
-1
votes
1
answer
386
views
Jackrabbit standalone error ClassNotFoundException: org.apache.derby.jdbc.EmbeddedDriver
I'm trying to setup standalone jackrabbit server for development purposes but I'm unable to due to missing dependencies in .jar file. I've tried version 2.22.0 and 2.23.0 on ubuntu 22. I am pretty new ...
0
votes
0
answers
150
views
create user in aem with user manager api from java application
I want to create a user in aem with user manager api from Java application. I have used the below code for connectivity aem.
Repository myRepo = JcrUtils.getRepository(path);
javax.jcr.Session ...
0
votes
2
answers
137
views
Java JCR is it possible to add '&' into node name
If I'm renaming node in JCR, is it possible to add & to that name? Currently when I pass string name for ex: test & node it is saved as test---node./
0
votes
0
answers
72
views
Streaming data - Heap OOM, JAX-RS
I am trying to stream data from a JCR (Jackrabbit) workspace. The data I want to stream is a bunch of file chunks stored in jcr nodes (main node - file, subnodes - chunks). The chunks are base64 ...
0
votes
1
answer
67
views
Jackrabbit JCR_SQL2: filter on a path of which only part is known
I need to filter out some files that are in some folder that I don't know the full path of in advance, so I can't use ISDESCENDANTNODE. ¿Is there any other way? ¿Why path can't be cast to string so it ...
0
votes
0
answers
301
views
JNDI exception java.lang.NoClassDefFoundError: javax/resource/Referenceable & java.io.NotSerializableException (Jackrabbit JCA 2.21.14 on Wildfly 24)
I have a jackrabbit JCA repository deployed on wildfly 24 (I have to do without elytron because client still in java 7).
I have a series of exeptions during the connection :
Exception in thread "...
0
votes
1
answer
308
views
Deploy Jackrabbit jca 2.21.15 on Wildfly 27
I've been trying to deploy jackrabbit for a really long time.
I had used different versions of jackrabbit and wildfly a few years ago without success (I don't even remember the error).
I thought I'd ...
0
votes
0
answers
101
views
Problem starting java app with jackrabbit spring etc
I have a problem where i do not get any further by googling or researching in any other way. I am new to web applications in general but not new to coding. I apologize in advance should this be a ...
1
vote
0
answers
108
views
ERROR 500 NoClassDefFoundError from Jackrabbit oak AbstractLoginModule
I have upgraded AEM 6.5 SP5 to AEM SP12 and when I spin up the server im getting this error.
HTTP ERROR 500 java.lang.NoClassDefFoundError: org/apache/jackrabbit/oak/spi/security/authentication/...