All,

In order to set up coldspring I had to make my bean mapping map to the
CS xml file like below:

   <setting name="beanMappings" value="/CSTEST/config/beans/CSTest.xml" />

Before I only had it set to /CSTEST/config/beans and I was able to use
getModelGlue().getConfigBean("Config.xml")  in my controller for a
file name Config.xml that resided in the "beans" directory.

Now that I implemented coldspring
getModelGlue().getConfigBean("Config.xml")  does not work. How should
I manage that config data now?

Reply via email to