[OJB-developers] finding the repository.xml on the file system
Brought to you by:
thma
From: David S. T. <da...@bl...> - 2002-03-31 19:07:21
|
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 |