Re: Upgrade 2.0 -> 2.1

2007-05-21 Thread Svend Ole Nielsen
x27;t > recompiled all my lucene related code. It went away when everything > was recompiled, so I'd guess you've got an old class file lurking > somewhere. > > > -- > Ian. > > > On 5/21/07, Svend Ole Nielsen <[EMAIL PROTECTED]> wrote: > >

Upgrade 2.0 -> 2.1

2007-05-21 Thread Svend Ole Nielsen
Hi I have tried to upgrade from 2.0 -> 2.1 to overcome some NFS-issues. It compiles just fine, but when I run the application and try to add a document if throws an exception stating NoSuchMethod. This happens when I try to add an object of type Field to a newly created empty Document. I have eras