> If this is a Java
> object and you verified that the method exists, you may need to use
> the javacast function to reduce ambiguity."
Did you try what was suggested ;)? ie using javacast
<!--- change the java type if needed --->
<cfset Slide = pres1.getSlideByPosition(javacast("int", 5))>