How to hide the db passwords in the repository xml

2003-12-25 Thread Zhenwei LI
the db username and password are given in the repository.xml file, but I don't want the public to view it, how can I do that? Thanks Zhenwei _ Tired of slow downloads? Compare online deals from your local high-speed providers

Re: How to hide the db passwords in the repository xml

2003-12-25 Thread Armin Waibel
Hi, Zhenwei LI wrote: the db username and password are given in the repository.xml file, but I don't want the public to view it, how can I do that? Don't set it ;-) More info see FAQ http://db.apache.org/ojb/faq.html#Needed to put user/password of database connection in repository file?

Collection proxy don't work

2003-12-25 Thread
Hi! I use the Jakarta OJB 1.0-rc3 to implement my AP successfully, but when I try to upgrade rc3 - rc5, I get some problem. The hugest problem is that the collection attribute is set proxy=ture can not work. Dose anybody know why it is? How can I do any change to let it work again??

Re: Collection proxy don't work

2003-12-25 Thread Armin Waibel
Hi, can you post some more info, stack trace? What does not work store/query/delete...? ps.I have changed the collection-class=org.apache.ojb.odmg.collections.DListImpl_2. Does it work when you use old DListImpl? regards, Armin wrote: Hi! I use the Jakarta OJB 1.0-rc3 to implement my

SOLVED: JDO - Unable to build object instance

2003-12-25 Thread Sebastian Muench
Hi all, hi Gus, after hours of trial and error I found a solution for my problem. It was neither the jdo, nor the repository. It was my application source code. For some reason, the line Collection all = (Collection)query.execute(); caused the described error. I changed the