Re: [appfuse-user] applicationContext.xml

2010-04-30 Thread Flávio Oliva
I am sorry I did following my email list here! sorry for taking that long time to answer that...when the file in case is the applicationContext.xml in web module of the current appfuse project. On Wed, Mar 31, 2010 at 1:27 PM, Matt Raible wrote: > Which file is this in? I upgraded AppFuse to 3.0

Re: [appfuse-user] applicationContext.xml

2010-03-31 Thread Matt Raible
Which file is this in? I upgraded AppFuse to 3.0 shortly after it was released. On Tue, Mar 30, 2010 at 3:59 PM, Flávio Oliva wrote: > Hello Matt, I have noticed that on the modular project the XML Schema is > pointing to the old version of the spring-beans-2.0.xsd file. > > http://www.springfra

[appfuse-user] applicationContext.xml

2010-03-30 Thread Flávio Oliva
Hello Matt, I have noticed that on the modular project the XML Schema is pointing to the old version of the spring-beans-2.0.xsd file. http://www.springframework.org/schema/beans"; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"; xmlns:context="http://www.springframework.org/schema/c

Re: [appfuse-user] applicationContext.xml not found

2010-03-23 Thread Matt Raible
Why do you want to do this? Why not simply inject the service you're looking for into your WebService class? On Mar 23, 2010, at 3:20 AM, mlounnaci wrote: > > > Hello friends > > I tried to use the following inside my webservice method : > > BeanFactory factory = new XmlBeanFactory(new > Cl

[appfuse-user] applicationContext.xml not found

2010-03-23 Thread mlounnaci
Hello friends I tried to use the following inside my webservice method : BeanFactory factory = new XmlBeanFactory(new ClassPathResource("/WEB-INF/applicationContext.xml")); The exception resulted: .org.springframework.beans.factory.BeanDefinitionStoreException: IOException pars ing XML d