Today, I patched my CF9 development machine with the latest .exe available from 
Adobe.  The following code is now broken...

coverageID = reReplaceNoCase( li, "\AOPT_([0-9]+)\Z", "\1" );
oCoverage = MaintenancePlanService.getCoverage( props : { coverageID = 
coverageID } );

Transfer ORM throws an exception because coverageID is empty.   If I dump the 
arguments in getCoverage(), I see a struct with a single key of "coverageID" 
and an [empty string] value.  However, if I dump coverageID before the Service 
is called (after first line  above), I see that coverageID = 3.

Has anyone else experienced a similar problem?

________________________________
Confidentiality Warning: This e-mail contains information intended only for the 
use of the individual or entity named above. If the reader of this e-mail is 
not the intended recipient or the employee or agent responsible for delivering 
it to the intended recipient, any dissemination, publication or copying of this 
e-mail is strictly prohibited. The sender does not accept any responsibility 
for any loss, disruption or damage to your data or computer system that may 
occur while using data contained in, or transmitted with, this e-mail. If you 
have received this e-mail in error, please immediately notify us by return 
e-mail.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338026
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to