Werner, Probably no need to raise a Jira issue. I finally got around to digging into this some more last night, and found some class path errors, in addition to a missing jar file, and an out-of-date jar file. Someone else did the initial conversion to JBoss several months ago, but was pulled onto another project before completing it. I picked it up a little bit ago, and had everything working, until we went to a clustered environment. We turned off the cluster so we could finish out the project. I had done some research into the issue, and was hoping switching to the JCS cache was going to be quick (a configuration change to use jcs and adding in the jcs jar file), and I could throw it into another minor change that needs to get done.
Unfortunately, I'm getting all kinds of other errors now, and I don't have the time to spend a lot of time debugging this. So, I'm just going to leave the caching the way it is for now. Thanks for the help, though. Tony Werner Guttmann <[EMAIL PROTECTED]> 05/20/2008 02:33 PM Please respond to [email protected] To [email protected] cc Subject Re: [castor-user] Using JCS Cache Tony, Can you please raise a new Jira issue, and attach all relevant files ? Regards Werner [EMAIL PROTECTED] wrote: > 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 --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

