We've had a system working for with Oracle for a few months, and OJB does a good job. For UT performance reasons, we're working on making the UTs run against HSQLDB. We now generate two schemas from xml, we 'generate' two different repository.xml files, etc. In my unit tests, I load the schema and build it in the in memory database on the fly.

We have one situation though, were I'm getting an OJB exception "PersistenceBrokerException during the execution of materializeObject: com.imperitek.cms.automate.model.specification.population.NullPopulation not found in OJB Repository" for HSQLDB, and not for Oracle. I'm going to spend some time debugging through and find out why. In fact, this class is not persistable. I have a "RowReader" that is supposed to handle this.

The question is, should there be any differences like this just because we changed from Oracle to HSQLDB?

Thanks
david


--
To unsubscribe, e-mail: <mailto:ojb-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ojb-user-help@;jakarta.apache.org>

Reply via email to