Re: Regarding Exploded Deployments

2006-08-07 Thread Manu George
Hi Gianny, Thanks for the explanation. Are ejb modules also auto exploded? I saw that war's are exploded but ejb modules don't seem to be auto exploded. Any reason for this? Thanks Manu On 8/5/06, Gianny Damour [EMAIL PROTECTED] wrote: Manu George wrote: Hi, Does Geronimo

Re: Regarding Exploded Deployments

2006-08-07 Thread Gianny Damour
Hi Manu, Thanks for having a look at this piece of code. EJB modules do not need to be auto-exploded as they are JAR modules and the classloader used to load EJB classes (a MulitParentClassLoader) can directly load classes from JARs. In the case of WEB modules, they need to be exploded as,

Regarding Exploded Deployments

2006-08-04 Thread Manu George
Hi, Does Geronimo support exploded deployments of ear's that contain wars and jars using --inPlace Argument? When I try to deploy daytrader by extracting it to a directory and passing the path to the directory as an argument to deploy along with --inPlace it is giving an error

Re: Regarding Exploded Deployments

2006-08-04 Thread Gianny Damour
Manu George wrote: Hi, Does Geronimo support exploded deployments of ear's that contain wars and jars using --inPlace Argument? When I try to deploy daytrader by extracting it to a directory and passing the path to the directory as an argument to deploy along with --inPlace it is giving