Re: Dynamically load jars in running state

2009-06-18 Thread Jack Cai
restarting. Is there a way to to this? Best regards, Stig Even Larsen -- View this message in context: http://www.nabble.com/Dynamically-load-jars-in-running-state-tp24087873s134p24087873.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: Dynamically load jars in running state

2009-06-18 Thread stig larsen
into geronimo and make them appear in the classpath so my application can use them without restarting. Is there a way to to this? Best regards, Stig Even Larsen -- View this message in context: http://www.nabble.com/Dynamically-load-jars-in-running-state-tp24087873s134p24087873.html Sent

Re: Dynamically load jars in running state

2009-06-18 Thread Rodger
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

Re: Dynamically load jars in running state

2009-06-18 Thread David Jencks
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

Re: Dynamically load jars in running state

2009-06-18 Thread David Jencks
a risky proposition. thanks david jencks Best regards, Stig Even Larsen -- View this message in context: http://www.nabble.com/Dynamically-load-jars-in-running-state-tp24087873s134p24087873.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: Dynamically load jars in running state

2009-06-18 Thread stig larsen
jencks Best regards, Stig Even Larsen -- View this message in context: http://www.nabble.com/Dynamically-load-jars-in-running-state-tp24087873s134p24087873.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com. -- View this message in context: http