Apache Geronimo > Discussion Forums  User List | Dev List | Wiki | Issue Tracker  

 « Return to Thread: Dynamically load jars in running state

Re: Dynamically load jars in running state

by djencks :: Rate this Message:

Reply to Author | View in Thread

good summary :-)

david jencks

On Jun 18, 2009, at 4:56 AM, Rodger wrote:

> A module's gbeans are managed in a "Configuration".
> One Configuration corresponds to one MultiParentClassLoader instance.
> All dependencies in deployment plan are added to the classloader as  
> search-paths.
> If the dependency is a .car , then the .car's corresponding  
> Configuration's classloader will become a parent classloader of the  
> current classloader.
> If the dependency is a jar, then the jar's path will become one URL  
> added to the current classloader.
>
> I'm still learning Geronimo. If I make a mistake, pls don't mind.
> --
> Best Regards,
> Rodger.

 « Return to Thread: Dynamically load jars in running state