Hello, You can solve this problem just by renaming the column "synonym" in table "term_synonym" to "name". The reason for changing the name of this column is that in some database systems the term "synonym" is a reserved word. So the older version that you are using currently might cause problems with some databas systems. Once you renamed this column, BioJava will work fine.
Andreas Dräger > java.sql.SQLException: Unknown column 'name' in 'field list' > > -- Dipl.-Bioinform. Andreas Dräger Eberhard Karls University Tübingen Center for Bioinformatics (ZBIT) Phone: +49-7071-29-70436 Fax: +49-7071-29-5091 _______________________________________________ Biojava-l mailing list - [email protected] http://lists.open-bio.org/mailman/listinfo/biojava-l
