Hi there all,
I would like to upgrade a web site from coldspring 1.2 to 2.0, can
anyone tell me how to instruct coldbox to use 2.0 instead of 1.2?
Thank you guys
Felipe Serrano
Hi there all,
I would like to upgrade a web site from coldspring 1.2 to 2.0, can
anyone tell me how to instruct coldbox to use 2.0 instead of 1.2?
Thank you guys
Felipe Serrano
We already have a cold spring 2 adapter mark and I built. Are you using 3.1 ?
Here is the IOC config I’m using:
ioc =
{
framework = “ColdSpring2”
,definitionFile = “/app/config/coldspring.xml”
};
Mark
Sorry guys,
Thank you Luis and Mark, That worked!!
Felipe Serrano