greeting: I have jackrabbit-jca-2.0.0.rar worked with jboss 5.1.0.GA, just as wiki (JackrabbitOnJBoss) said.
but when i uedeploy the jca-ds.xml. the repository is seems not shutdown. it still be locked, and clusterNode sync method keep runing. then i checked the JCAResourceAdapter.java, i find the stop method has shutdown the repository. so, the jboss may be not invoke the jca stop method when it's undeployed, isn't it? i even got another problem: i use jndi datasoure configed in jboss for jackrabbit use. for example mysql-ds.xml. when i redeploy mysql-ds.xml only (jboss keep running). then the jackrabbit will not find it again. because org.apache.jackrabbit.core.util.db.ConnectionFactory.java has cached the datasource with old reference.
