Thank you. I decided to write a java program and call it from coldfusion. But 
coldfusion complains the method does not exist though it exists. If I write the 
functionlity into another method with different signature it does not complain. 
The two method calls
search(String, String);
searchDate(String, String, int); //complains about this method. 

Is CF good in passing integer arguments to Java method. Tried to force it by 
using JavaCast("int", value); // No improvement.

Anyway will keep trying.

-Mullai

>You may want to try pushing the value through a
>java.lang.Long.getLong(string nm), and seeing if that works?
>
>ColdFusion can be funny about large numbers, because it tries ot fit
>them into java.lang.Integers, which can only go so high.
>
>Give that a shot, and let us know.
>
>Mark
>
>On 8/16/06, Mullai Subbiah <[EMAIL PROTECTED]> wrote:
>
>
>-- 
>E: [EMAIL PROTECTED]
>W: www.compoundtheory.com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250085
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to