> 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.

I can't see how that could be possible. I deploy the app by bundling the
entire directory structure (including WEB-INF, and lib and classes
structures under that) into a WAR file, sending that to the Unix box, and
running "redeploy" from the Weblog console. Everything - all the jsps, all
the *.class files, all the struts and JSTL libraries - is in that WAR.

--
Tim Slattery
[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to