Thank you everyone, I found the issue. There was an older jar file on my system that had the old function names, but not the new function names. OpenBD/Tomcat was picking that up first and by judicious deleting of everything in sight, I got it working.
Steve On Jul 15, 3:11 pm, Steve Of LA <[email protected]> wrote: > Thank you, Matthew and Sean. I've been beating on this such that my > docs here did not come out right: > In a nutshell, > > I'm calling a CFObject call cf_web_calculate_interest_monthly. This > is a java wrapper that then calls a PowerBuilder object called > web_calculate_interest_monthly. > > Right now, I've added a new powerbuilder function called web_calc_test > and our java guy is writing the java wrapper to call it. Once he has > done this, I'll try calling it instead of > cf_web_calculate_interest_monthly to see if there is a name length > issue. > > I'll keep you all posted. Again, thank you for your help on this. > > Steve > > On Jul 15, 2:11 pm, Sean Corfield <[email protected]> wrote: > > > On Thu, Jul 15, 2010 at 10:37 AM, Steve Of LA <[email protected]> wrote: > > > > but when I make a new routine called “web_calculate_interest_monthly”, > > > I get a CFML error: java.lang.NoSuchMethodError. > > > Looks like your method names just don't match: > > > > <cfset b = PBWrp.cfstr_web_calculate_penalty_monthly(acct_nbr, > > ... > > > public Double cf_web_calculate_interest_monthly(String acct_nbr, > > > Your CFML has cfstr_ instead of cf_ and you have penalty instead of > > interest. > > -- > > Sean A Corfield -- (904) 302-SEAN > > Railo Technologies, Inc. --http://getrailo.com/ > > An Architect's View --http://corfield.org/ > > > "If you're not annoying somebody, you're not really alive." > > -- Margaret Atwood > > -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon online manual: http://www.openbluedragon.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
