Re: FW: deploy OJB with web application

2004-01-25 Thread ZZZ Liu
Armin. Thanks for your reply. We found the problem. It is because resin has it's own XML parser which is not exactly the same as apache's. And when resin starts, it loads its own library before loading from WEB-INF/lib. The problem can be solved by explicitly putting xerces.jar in the classpath.

Re: FW: deploy OJB with web application

2004-01-24 Thread Armin Waibel
Hi, your log shows [org.apache.ojb.broker.metadata.RepositoryXmlHandler] DEBUG: proxy-prefetching-limit: null ... [org.apache.ojb.broker.metadata.RepositoryXmlHandler] DEBUG: isolation-level: null hmm, something wrong with your repository.xml file. Because when repository.xml

Re: FW: deploy OJB with web application

2004-01-22 Thread ZZZ Liu
Armin, Thanks for your reply. Here is a portion of my repository.xml. I am not sure whether the missing attribute for proxy-prefetching-limit causes the problem? descriptor-repository version=1.0 isolation-level=read-uncommitted !-- include all used database connections -- database;