Basically, I just have a jar file that contains domain objects for my project. This file exists in the lib directory of the service unit and is referenced by a classpath element in the servicemix.xml file. I am trying to digest an xml message into a domain object however I get a CNFE on the domain object. If there are other details that you are looking for, please let me know.
Thanks, Doug On 10/19/06 11:22 AM, "Philip Dodds" <[EMAIL PROTECTED]> wrote: > Can you provide the details of the CNFE ? > > Thanks > P > > On 10/19/06, Doug Fischer <[EMAIL PROTECTED]> wrote: >> I have a number of working service assemblies that I have deployed in a >> standalone version of ServiceMix. I have now installed FUSE and attempted >> to install these same assemblies to run inside of FUSE. For some reason, I >> am not getting ClassNotFoundExceptions thrown. Is the classpath defined >> differently in FUSE then in a standalone ServiceMix instance? >> >> Thank you, >> Doug >> >> >
