[Biojava-l] web service problems

Thomas Down td2@sanger.ac.uk
Wed, 22 Jan 2003 15:50:22 +0000


On Wed, Jan 22, 2003 at 03:23:29PM +0000, Matthew Pocock wrote:
> Thanks for all the sudgestions. I got this working in the end. The bug 
> appeared in JBoss as well as various tomcats. It was fixed by doing a 
> totaly clean rebuild of biojava-live followed by a totaly clean rebuild 
> of biojava-ensembl. I blame the pixies. The only thing I can think is 
> that some files may have had debugging (-g) information, and others may 
> not have. Weird.

Actually, I semi-understand it now.  I think it's related to a change
I made before christmas whereby I changed LocationComparator
from being a static nested class of Location (which forced it to
be public) to a normal, package-private class.  The resulting
error message is *very* odd though...  I was thrown off by the
idea that it was something which only occurred in webapps.

     Thomas.