I have been looking into how I can make use of the AI support in Lucee 7.
We can configure AI within .CFConfig.json, Lucee Admin and have found that we can also define it within the Application.cfc using this.ai.
However, we do not seem to be able to set the ‘ai’ values using cfapplication - for example:
application action="update" ai=local.appMD.ai;
I am guessing that the ‘ai’ attribute is simply missing / not included in Lucee/core/src/main/java/lucee/runtime/tag/Application.java at 7.0 · lucee/Lucee · GitHub
Unless there is already another way to do this, it would be a great addition.
I have found this method very useful for defining datasources and mappings on the fly.
OS: Any
Java Version: 21.0.7
Tomcat Version: 11
Lucee Version: 7.0.2.83-RC