This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Spring module and war deployed separatlyalesj Jan 16, 2007 10:46 AM (in response to djeanprost)JBoss classloading model is flat, this means that all apps in deploy dir can eventually 'see' each other. 
 I think you don't need to put the same classes that are used in your common Spring module into each separate app (you just need them when compiling). Try w/o.
 But be sure Spring common module is deployed before the two other web apps.
- 
        2. Re: Spring module and war deployed separatlydjeanprost Jan 16, 2007 10:56 AM (in response to djeanprost)Thank you for this answer. I'll try it, and give you feedback as soon as possible 
- 
        3. Re: Spring module and war deployed separatlydjeanprost Apr 10, 2007 12:17 PM (in response to djeanprost)It worked. 
 Thx
 
    