1 Reply Latest reply on Aug 9, 2007 10:06 AM by ssuyamboo

    .har and webapp classloader clash

    ssuyamboo

      Hi,
      I deploy the hibernate related configuration files in .har file and few of the classes which are part of .har are also part of .war file.

      When I tried to cast few classes which are returned by hibernate and loaded by both class loaders , I ended up with classcastexception.

      Can anyone share experience on how to handle this? Can I force the server to use only use classes loaded by one loader instead of both?

      Thanks
      Sun