Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification.
The following page has been changed by eknathkadam:
http://wiki.apache.org/jackrabbit/JackrabbitOnJBoss
------------------------------------------------------------------------------
* type "help" to view the available commands.
* type "help [command name]" for a detailed description of the given command.
+ === Common problems faced while configuring jackrabbit on jboss ===
+ 1. I get following exception when configured jca on jboss
+ 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 .....
+ Solution: Most probably your jboss doesnt support old rar deployment, you better take
the latest source code from svn and build the rar your own and try it. Above mentioned instructions
work well with jackrabbit-jca-1.1-SNAPSHOT.rar.
+
|