>   Has anyone else run into this? 

metadata.functions is a java array rather than a CF array (ie java.util.List). 
Java arrays are immutable. You cannot change its dimensions by adding or 
removing elements. You must create your own copy manually.

(FWIW CF10 will duplicate it, but the result is still an immutable java array) 

http://docs.oracle.com/javase/tutorial/java/nutsandbolts/arrays.html

-Leig

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

Reply via email to