You now have to make sure that you define all your class descriptors in your default repository.xml file, because the cache only checks for ClassDescriptors in the default repository. Previously, it was possible to keep these definitions completely separate, but now you need to reference repositoryFarAway_user.xml in repository.xml e.g.
... <!-- include user defined mappings here --> &database1_user; &database2_user; ... Otherwise, you will run into a ClassNotPersistenceCapableException. This may be something to add to the docs. Corey -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
