satauros
02/07/2023, 6:33 PMfoo.package.Name.
In order to keep things contained, i created a new folder, let's call it app_test, that contains all .cfm pages (it does not have an Application.cfc b/c Mura won't load that one...). I've moved all components into a subfolder of this app_test folder.
But now, when i create an object from within this subfolder, it complains that the return types don't match, e.g. "returned type is not of type foo.package.Name".
Again, I am not able to use per-application mappings in this particular scenario (b/c doing that would cause name collisions with an existing application using the same prefix / mapping).
Does anybody have ANY idea on how to tackle this?
I apologize if my explanation sounds a bit all over the place, English isn't my native language ;).Evil Ware
02/07/2023, 8:09 PMsatauros
02/08/2023, 4:33 AM