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')
|