I finally found the problem... It seems, my JBoss Version doesn't support the "old rar" Deployment any more... That means, switching to JCA 1.5. The contrib/jca - project uses Version 1.0.
So long Günther -----Ursprüngliche Nachricht----- Von: Humer Günther Gesendet: Montag, 05. Dezember 2005 12:54 An: jackrabbit-dev@incubator.apache.org Betreff: [JCA][JBoss] Session not found Hi! How do I deploy the JCA-Version of Jackrabbit? I tried to copy the rar-file (jackrabbit-jca-1.0-SNAPSHOT.rar) and the jcr-ds.xml (deploy/jboss/4.x) to jboss/server/default/deploy Didn't work... Jcr-ds.xml refers to jackrabbit-jca.rar... Changed it to jackrabbit-jca-1.0-SNAPSHOT.rar. JBoss starts deploying but doesn't succeed [1] The JCR-Lib is in the rar, but JBoss doesn't find javax.jcr.Session Has anyone (successfully) deployed the JCA-Project to Jboss? Btw. where do I have to put the repository.xml? Server/default/deploy/dev/ or Server/bin/dev ?? Thanks in advance Günther [1] ..... Reason: org.jboss.deployment.DeploymentException: couldn't get oldRarDeployment! jboss.jca:service=RARDeployment,name='jackrabbit-jca-1.0-SNAPSHOT.rar'; - nested throwable: (org.jboss.deployment.DeploymentException: ConnectionDefinition 'javax.jcr.Session' not found in rar 'jackrabbit-jca-1.0-SNAPSHOT.rar')