I am a bit confused about the utility of shared libraries and how to use them. My scenario is the following
CoreProject - Packaged as jar ServiceUnitA ServiceUnitB - ServiceUnitX ServiceUnitY ServiceAssemblyA - Assembly of SU A and B. ServiceAssemblyX - Assembly of SU X and Y Both assemblies use common libraries that I package as a shared library. SharedLibrary - Bundle of CoreProject, Third party libraries and open source libraries (hibernate, spring etc) I deploy the shared library to service mix successfully. But when I deploy the service assemblies, it results in ClassNotFoundExceptions for classes in the CoreProject or any of the other libs. The easiest way is of course to copy all jars to the lib folder to make it work but just wondering if there is a better way. Regards Kiran *************************************************************** The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. If you have received this communication in error, please contact the sender immediately, return the original message to the sender, and delete the material from your computer. Thank you. ***************************************************************
