Cannot create table OJB_DMAP_ENTRIES on DB2

2004-05-01 Thread Sean Kirby
Hi all, I'm using OJB 1.0RC6 in conjunction with DB2 and when i try to run the junit target in the build.xml file i get the following error: [torque-sql-exec] Failed to execute: CREATE TABLE OJB_DMAP_ENTRIES ( ID INTEGER NOT NULL, DMAP_ID INTEGER NOT NULL, KEY_OID VARCHAR(250) FOR BIT DATA VAR

questions: api, old objects, list to column mapping

2004-05-01 Thread Robert
Hi, I have some questions about OJB. There are three APIs that you can use: Persistence Broker, ODMG and JDO. Do you have to choose one of these APIs to use in your project, or is it normal to mix them and use the one that is most convenient at the moment? What if the database in your application

Re: Collection creation and sorting

2004-05-01 Thread Tino Schöllhorn
Hi Gelhar, the thing is: I have a decomposed N:M-relationship and the attributes after which I want to sort the collection are members of different classes! Any ideas? Tino Gelhar, Wallace Joseph wrote: Hi Tino, Sure you can do this. An example: ... ... Where ro