Re: [Biojava-l] web service problems

2003-01-22 Thread Thomas Down
On Wed, Jan 22, 2003 at 03:23:29PM +, 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-

Re: [Biojava-l] web service problems

2003-01-22 Thread Matthew Pocock
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 fi

Re: [Biojava-l] web service problems

2003-01-22 Thread Thomas Down
On Tue, Jan 21, 2003 at 01:27:48PM +, Matthew Pocock wrote: > Hi, > > I'm having some problems with biojava in a web service I wrote. I'm > using biojava.jar and bj-ensembl.jar along with my own jsp and servlets. > It used to work (before xmas), but now I get an exception: > "NoSuchFieldErr

Re: [Biojava-l] web service problems

2003-01-21 Thread Phillip Lord
> "Michael" == Michael L Heuer <[EMAIL PROTECTED]> writes: Michael> Just grasping at straws here, but is it possible that Michael> classes from biojava.jar and bj-ensembl.jar are being Michael> loaded by different classloaders within the servlet Michael> engines? Maybe try building a

Re: [Biojava-l] web service problems

2003-01-21 Thread Michael L. Heuer
Just grasping at straws here, but is it possible that classes from biojava.jar and bj-ensembl.jar are being loaded by different classloaders within the servlet engines? Maybe try building a single .war file from both projects. michael On Tue, 21 Jan 2003, Matthew Pocock wrote: > Hi, > > I'm

[Biojava-l] web service problems

2003-01-21 Thread Matthew Pocock
Hi, I'm having some problems with biojava in a web service I wrote. I'm using biojava.jar and bj-ensembl.jar along with my own jsp and servlets. It used to work (before xmas), but now I get an exception: "NoSuchFieldError: naturalOrder". This is a field in Location (in biojava.jar), and the ca