Fixed
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Michael Offner
Michael OffnerNew 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
Fix versions
Priority
Created 25 April 2025 at 14:38
Updated 28 April 2025 at 19:00
Resolved 28 April 2025 at 18:07
In case i run Quartz in a cluster and Server A creates a Proxy class for example for URLJob.cfc, Server B tries to load that Proxy class, but fails, because it does not exist on server B.
Lucee should detect that a Proxy class is requested based on a pattern, find out what the underlaying component is, load an instance of that component and create that Proxy class.