Re: [OJB-developers] finding the repository.xml on the file system
Brought to you by:
thma
From: Thomas M. <tho...@ho...> - 2002-04-02 19:52:57
|
Hi David, We use the loadResource() stuff to be J2EE compliant. As many people have problems with this approach we will allow file system lookup too. will be implemented in next release (coming this week). HTH, Thomas David Sean Taylor wrote: > PersistenceBrokerFactory.createPersistenceBroker("repository.xml"); > > > > Is there a way to find the repository.xml on the file system and not in > the classpath? > > > > Currently I seem to only have the choice of putting the repository.xml > on my classpath, and then it searches for it using loadResource > > > > thanks > > > > David > |