Fixed
Details
Assignee
UnassignedUnassignedReporter
Imported User 15Imported User 15Priority
MajorFix versions
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
Affects versions
Details
Details
Assignee
Unassigned
UnassignedReporter
Imported User 15
Imported User 15Priority
Fix versions
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
Affects versions
Created 9 April 2015 at 18:44
Updated 2 May 2015 at 18:45
Resolved 15 April 2015 at 08:22
If you call any CFC method using RemoteObject - any errors thrown will only pass a nullPointerException back to the Flex Client.
So, if in my CFC method, I manually throw an error:
throw(type="MessageException", message="Some Error");
See the attached image snaps of stderr and stdout