I'm trying to change my cache-type from "unlimited" to "jcs", in an effort to move to a distributed JBoss environment. I changed the mapping file so that cache-type is always set to 'jcs', and downloaded the latest version of the jcs jar file from Jakarta. However, I keep getting the following error when starting my application:
14:34:18,529 ERROR [JcsCache] Error creating JCS cache: No ClassLoaders found for: org.apache.jcs.JCS java.lang.ClassNotFoundException: No ClassLoaders found for: org.apache.jcs.JCS Am I missing another jar file or configuration step? I couldn't find any additional information about how to configure JCS for Castor. Thanks. Tony Dickman

