Hi,

I dont have any specific applicationContext.xml. We segregated spring xml
files to applicatioinContext-hibernate.xml ,
applicatioinContext-service.xml.....
I added below in my dispatch-servlet.xml file with namespace stuff

< context:component-scan base-package="com.cmc.wolongapp.properties" / >
< configurator:settings / >
< bean id="spproperties" class="com.cmc.wolongapp.properties.SPProperties">
< property name="spPaymentURL" value="${test.text}" / >
< / bean > 



Hubert Klein Ikkink wrote:
> 
> 
> Hi,
> 
> you probably have an hierarchy of Spring bean configuration files. 
> Maybe you defined <configurator:settings/> in the 
> dispatch-servlet.xml configuration file, 
> which is a child of the applicationContext.xml file. 
> If you define <configurator:settings/> in the applicationContext.xml as
> well, 
> you get no error.
> 
> Kind regards, Hubert Klein Ikkink
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/No-bean-named-%27org.apache.cocoon.configuration.Settings%27-is-defined-tp23978294p23980440.html
Sent from the Cocoon - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to