RE: [OJB-developers] build junit
Brought to you by:
thma
From: Matthew B. <ma...@so...> - 2002-05-01 22:32:53
|
Hi Oleg, Nothing wrong with your configuration, Thomas checked in a quick hack to make startup faster that fails due to some objects not being serializable.you can go into the RepositoryPersistor and comment out the calls to serialize and deserialize to get it to work (although startup will be slower depending on the number of mapped objects) Cheers, Matthew -----Original Message----- From: Oleg Nitz [mailto:on...@uk...] Sent: Wednesday, May 01, 2002 1:11 PM To: obj...@li... Subject: [OJB-developers] build junit 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:1 82) [junit] at ojb.broker.metadata.RepositoryPersistor.readFromFile(RepositoryPersistor.jav a:93) Any ideas on what's wrong with my configuration? Thanks, Oleg _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: ban...@so... _______________________________________________ Objectbridge-developers mailing list Obj...@li... https://lists.sourceforge.net/lists/listinfo/objectbridge-developers |