FastSwap and classloader-structure
Hi all,I have a J2EE application containing multiple EJB modules; Weblogic (10.3.0.0) is running in development mode and I enabled FastSwap in weblogic-application.xml.
However, the EJB modules are also declared inside the classloader-structure in weblogic-application.xml and because of this, each EJB module is loaded in the GenericClassLoader instead of RedefiningClassLoader; so, when I run the FastSwap ant task it won't see the modified classes.
Is it possible to have FastSwap and classloader-structure working together?
For detailed information and logs you can also check the forum where I posted this question:
1