RE: how does Orion finds classes ?

2001-12-19 Thread The elephantwalker
Each application has its own class loader...so these are used first, after these classes and jar's are searched, the parent class loader is used, and so on. Same with the unloading. So its not so wasteful. regards, the elephantwalker www.elephantwalker.com -Original Message- From:

Re: how does Orion finds classes ?

2001-12-19 Thread Jose Mena
it automaticaly deployed? thank you all. - Original Message - From: The elephantwalker [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Wednesday, December 19, 2001 9:12 AM Subject: RE: how does Orion finds classes ? Each application has its own class loader...so these are used first

RE: how does Orion finds classes ?

2001-12-19 Thread The elephantwalker
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jose Mena Sent: Wednesday, December 19, 2001 4:00 AM To: Orion-Interest Subject: Re: how does Orion finds classes ? Hi, I'm using the default application with a jar and some war files. When i make a deploy on the applications