1 Reply Latest reply on Nov 28, 2008 6:20 AM by alesj

    How to replace Classloader for EAR project

    jackvlg

      Standard classloader for ejb components in EAR project is org.jboss.mx.loading.UnifiedClassLoader3.

      I need to replace this loader by own loader which extend standard loader.

      I need to check all entities and add to some entities special field by javassist.

      How to replace standard loader?
      What i must write in jboss-app.xml?