[OJB-developers] build junit
Brought to you by:
thma
From: Oleg N. <on...@uk...> - 2002-05-01 20:07:15
|
Hi, I am trying to run JUnit tests with Sun JDK 1.3.1 under Linux and I'm getting the following exception [junit] java.io.WriteAbortedException: Writing aborted by exception; java.io.NotSerializableException: java.lang.reflect.Field [junit] at java.io.ObjectInputStream.readObject(ObjectInputStream.java:445) .... [junit] at ojb.broker.metadata.RepositoryPersistor.serialize(RepositoryPersistor.java:182) [junit] at ojb.broker.metadata.RepositoryPersistor.readFromFile(RepositoryPersistor.java:93) Any ideas on what's wrong with my configuration? Thanks, Oleg |