> I was under the > impression that all arguments to overloaded Java functions > had to be JavaCast(ed). And it certainly works on all other > Java types that I've tried...
Yes, normally you should. I am not sure why byte[] arrays are treated/behave differently. Maybe a bug? Admittedly the cast is not needed in this case. But I would not have expected that to cause an error. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:344039 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

