Jackrabbit google AppEngine

2009-04-11 Thread Korbinian Bachl - privat
Hi, has anyone been able to deploy a Jackrabbit repo within google AppEngine for Java? - if yes, I would be interested in how to overcome the no file messing allowed limitation. Best, Korbinian

Re: Jackrabbit google AppEngine

2009-04-11 Thread Torgeir Veimo
has anyone been able to deploy a Jackrabbit repo within google AppEngine for Java? - if yes, I would be interested in how to overcome the no file messing allowed limitation. You'd have to implement a bundle persistence mechanism that works with JDO and a JDO filesystem. Not too hard I

Classloader Issue?

2009-04-11 Thread Robert Morse
Hello! I've run into a problem in getting a Session for Jackrabbit. My environment: Jackrabbit 1.5.4, JBoss 4.2.3.GA (jdk6), Mac OS x 10.5.6, MySql, Seam 2.1.1.GA This is an EAR deployment. I followed the steps in the Wiki for getting Jackrabbit running

Re: Classloader Issue?

2009-04-11 Thread Robert Morse
Nevermind! I had an errant copy of jcr-1.0.jar in my EJB. My final working configuration, in order to close this issue: jackrabbit-jca-1.5.4.jar, jackrabbit-jcr-rmi-1.5.0.jar, and jcr-1.0.jar in $JBOSS_HOME/server/default/lib jackrabbit-jca-1.5.4.rar, jackrabbit-werver.war, jcr-ds.xml