Coldspring1.x is is not compatible with ColdFusion Latest version(2018)

Hi @lmajano,

We need your guidance regarding the below issue.
Not able to convert all Coldspring XML files to WireBox files(CFC) using your module. I have attached one test XML pdf file for you. Please try to convert that.
TestSampleXML.pdf (54.6 KB)

Thanks,

Chayan

Hi @lmajano,

Could you please reply to my question?. We are in the middle of migration now.

Thanks,
Chayan

Chayan

The map is the issue. So you have two choices

  1. remove the map from the xml. This is just a struct. So once the binder is created just add the struct as an argument.

  2. modify the xml converter to support it
    commandbox-coldspring-to-wirebox/CSToWireBox.cfc at development · commandbox-modules/commandbox-coldspring-to-wirebox · GitHub

2 Likes

Hello @lmajano ,

We have used multiple configuration files (CFC) in our Project and for every CFC we have multiple bean with multiple reference bean. All reference bean are present in different different configuration files. Is there any simplest way to load all the bean at IOC container at once?
Thanks,
Chayan

We have updated our module to support <map> and <list>. You can update to get the new coverter.

As for your questions, I don’t think I understand or can without any practical code examples.