ojb with Sybase

2004-02-02 Thread Zhenwei LI
Hi, I tried to use ojb with Sybase, it did not work. but the same code worked fine with mysql and sql server. I wanted to do an easy retrieve from the Sybase,I met an Exception that is "[org.apache.ojb.odmg.collections.DListImpl] ERROR: Generation of new id failed ConnectionManager is NOT in t

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 now

Problem with update in 1 to n relationship.

2003-10-06 Thread Zhenwei LI
Hi, I am working with OJB on a purchase order 1 to n object on mysql database. When update the old PO with the new PO (same ID) with some lineitems deleted, it does not delete the Items in the database. It works correctly when the new PO with addition lineitems, it adds them to the db. but not