[Objectbridge-jdo-dev] JDO
Brought to you by:
thma
From: Travis R. <tr...@th...> - 2002-05-07 22:09:11
|
Looking at your work and it looks very good, i am wanting to build a new application using JDO so that I don't have to change it later, and have been hacking away at adding a layer to ojb. It seems that your original layer, ojb.broker (not odmg), fits the model the best so I've been going in that route. I'm finding some strange occurences though for example, the DescriptorRepository in PersistenceBrokerImpl throws NullPointerExceptions at strange times, like if you do a System.out.println with it. In the getCollectionByQuery and getObjectByIdentity, I'm getting nullpointexceptions on m_DescriptorRepository.getDescriptorFor. Any ideas? Travis |