On 2004-11-10 at 14:04:38 -0500, Slattery, Tim - BLS wrote: > > Just a guess Tim, but is it possible that the ClassLoader > > used on the development server and the ClassLoader used > > locally are loading different versions of SeasAdjData? Was > > the getSeasAdjs() added to SeasAdjData recently? > > I have no clue about ClassLoader. I don't know how I'd find out. Hmm. Also not so good at ClassLoaders.
What robert meant is that maybe the server is stuck with another version of your class, where this get method didn't exist. But you could use reflection to check, what is actually there (i.e. the getSeasAdjs() method) on the server. Or use a debugger on the server, to check the class. hth, Axel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]