Method append is ambiguous as there is more than one method that could
correspond to the provided argument types. If possible, use
'javacast()' to resolve this ambiguity.
Okay, I am past that error now, but I have another one. For
documentation, what I did to get past that error was I changed every
instance of buf.append(" ") to buf.append(javaCast("string"," "))
The new error is found in reactor/base/abstractGateway.cfc
Details:
Problem occurred while parsing: Encountered invalid token after ")"
39: <cffunction name="createQuery" access="public" hint="I return a
query object which can be used to compose and execute complex queries
on this gateway." output="false" returntype="any"
_returntype="reactor.query.query">
40: <cfset var query =
createObject("component","reactor.query.query").init(_getAlias(),
_getAlias(), _getReactorFactory()) />
FYI: I am posting these errors as they come, prior to any
troubleshooting for a reason - documentation. So please DON'T think I
am not showing initiative (been accused of that lately) since some of
it may be easy to fix with a little bit of effort (such as the
javaCast problem). However, please do pipe-in and point me in the
right direction or come up with fixes as I post errors. You do not
have to wait until I find the fix before you offer to help, I'm sure I
will need all the help I can get (especially from Doug Hughes).
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --