On Fri, Jun 26, 2009 at 8:24 AM, Ramkumar R<[email protected]> wrote: > Hi Raymond and Luciano, > > Looks like here the issue is not about supporting files that are part of > other contributions, but to > support the paths relative to the current VM working directory, which is a > deviation from the > current contribution model that we are following in SCA. > > NOTE: In Spring, plain paths in FileSystemXmlApplicationContext will always > be interpreted as relative to the current VM working directory, even if they > start with a slash. (This is consistent with the semantics in a Servlet > container.) Use an explicit "file:" prefix to enforce an absolute file path. > > I believe, this will lead to some confusion within the user, whether they > should place the files > within the contribution OR keep them outside always. > > So, I think it would be good if we can remove the support of loading > multiple application contexts with > FileSystemXmlApplicationContext in implementation.spring. > > NOTE: We will still support loading of multiple application contexts with > ClassPathXmlApplicationContext, > and we will recommend the users to use ClassPathXmlApplicationContext for > all the multiple application context loading > feature with Tuscany. > >
Sounds OK to me Ram Simon
