Hi, From: Markus Gallmetzer [mailto:[email protected]] > DEPLOYMENTS IN ERROR: > Deployment "jboss.jca:name='jackrabbit-jca- > 2.1.2.rar',service=RARDeployment" is in error due to the following > reason(s): ** NOT FOUND Depends on 'jboss.jca:name='jackrabbit-jca- > 2.1.2.rar',service=RARDeployment' ** > Deployment "vfs:///Users/myuser/Applications/jboss-6.0.0.20100911- > M5/server/default/deploy/jackrabbit-jca-2.1.2.rar" is in error due to > the following reason(s): java.lang.IllegalAccessError: class > org.apache.commons.collections.DoubleOrderedMap$2$1 cannot access its > superclass > org.apache.commons.collections.DoubleOrderedMap$DoubleOrderedMapIterato > r
This looks like a classloading conflict. I'm no expert on JBoss classloading, but there should be an option to always look for classes first in the rar archive before checking the shared libraries. Try enabling that option. BR, Jukka Zitting
