I am new to observation, although the repository supports observation,
onEvent() is never invocked. Here're the details:
I created a Param class, and it's just a POJO with setters and getters
hasing ... |
I was wondering about this. I'm planning to employ jackrabbit in a ECM project and it seems that OCM is dying or what, it is a different fork that ... |
Hai friends, I am going to develop a Content management system using Apache Jackrabbit (Content Repository). Is it possible to develop a web application by using Spring and Apache Jackrabbit? Both ... |
How to get jackrabbit work in tomcat with spring I tried to set up the jackrabbit in tomcat 5.0.28, but i get "[Fatal Error] :1:1: Content is not allowed in prolog." ... |
|
jcr + jackrabbit - LocalTransactionManager configuration Going through the JCR chapter in the reference manual. Not quite understanding the necessary configuration for a LocalTransactionManager. My test program was working without transactions. ... |
Spring modules's jcrdaosupport and jackrabbit-server-1.0.1.war distribution Dear All, I have configured my Jackrabbit repository using Spring Module 0.5 using TransientRepositoryFactoryBean and JcrDAoSupport. 1) I have given the repository home directory as ... |
|
Hi, Currently to use spring modules's jackrabbit support we should configure the sessionfactory in application context.xml with username, password and workspace name. But in my application, I need to create the ... |
I try to register a namespace, but I got and error when running the application a second time (name space already exists). I have seen a closed issue on jira: http://opensource.atlassian.com/proj...browse/MOD-102 ... |
Is there a way to set jackrabbit JNDI config in per-web-application context XML rather than placing it in in $CATALINA_HOME/conf/server.xml ? |
Why must the JNDi configuration placed in $CATALINA_HOME/conf/server.xml ? Cant it be placed in per-web-application context XML file? (Sorry double posted it). Can anyone help to remove this? |
JackRabbit Custom Namespace and Node Type Notation I am using the spring-modules-jcr 0.3 with jackrabbit 1.0.1. I need to create a custom node type that extends the nt:resource to add in ... |
Jackrabbit support - Working with Multiple Workspaces I'm working on an application that needs to handle multilingual data. Most of the content that the application delivers has two versions, one in ... |
Hi - We are planning on an architecture based on SpringModules JCR and Jackrabbit as the implementation. We have not yet decided on the caching part, but I would love to ... |
Junit testing with Jackrabbit using AbstractDependencyInjectionSpringContextTests I'm am in the process of setting up Junit testing for my Jackrabbit based CMS web application using JSF and Spring. I finally got my ... |
jackrabbit dynamic login I setup springmodules 0.8 + jackrabbit 1.3 and it works fine. The username/password to connect to jackrabbit is the config file as below. My next step is to ... |
Jackrabbit RMI support Hello everyone, i am having a little trouble with the RMI setup. For development i had the Repository localy on my machine. So i had the beans set ... |
Jackrabbit Performance in Production for High-Volume Systems I am wondering if people that are using Jackrabbit in production in high-volume situations can share their thoughts on how satisfied they are with ... |
Hello, I have lot of pdfs in my application. i need to configure repository and need to work on that but i am unable to configure the Repository . can any ... |
LocalTransactionManager and JackRabbit Hello Suppose I use a LocalTransactionManager for JCR transaction management: Code: Now suppose, that I have configured a Workspace: Code: |
Mar 16th, 2009, 03:30 PM #1 ptraca View Profile View Forum Posts Private Message Junior Member Join Date Mar 2009 Posts 1 Migration to jackrabbit 1.5.3 + Spring-modules 0.9 I'm running ... |