Details
Details
Assignee
Unassigned
UnassignedReporter
Former user
Former user(Deactivated)New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Priority
Created 2 May 2016 at 13:58
Updated 9 June 2017 at 14:35
Want people to switch to Lucee 5+? I would bet most developers are working on monoliths that were built and have been running with ACF for years. To make switching to Lucee 5+ easier, it would be very helpful to be able to import .CAR files. They are simply zipped xml files, so they are easy to read, they just have to be translated to the proper Lucee setting. Obviously some settings might need to be ignored, and any setting that isn't imported should be set to its Lucee default. It should support import from ACF 9, 10, 11, and 2016.
Most important of these imports would be Datasources. If a SQL Server datasource is imported, one of two courses of action could happen: 1) merely import the settings, save them in the Administrator and allow for the driver to be installed after-the-fact, or 2) automatically have Lucee install the latest SQL Server driver so the DSN's work properly.
Obviously the latter would be more handy.
Another priority for the import should be Scheduled Tasks. Between DSNs and Scheduled Tasks, those are the most time consuming to transfer over, which makes .CAR files so handy to use.