> > First of all, why is the error message complaining that > > "type byte[] must be one of the following" and one of the > > following (by clear inference) is "byte[]"? > > Probably just a generic/badly worded error message > > > Secondly, why is the javacast failing? I'm clearly passing > > a valid byte array to javacast. > > If it is already a valid java byte array, you should need to cast it. > That might be the real problem. What happens if you skip the > javacast? >
Well, that did the trick. Thank you! 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... Thanks again. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:344037 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

