I just stepped into another problem.
In the following scenario the query "hangs". postmaster (postgresql)
and java are running on 100%, I got to stop the process manually:
tx=(TransactionExt)odmg.newTransaction();
tx.begin();
System.out.print("\none!\n");
OQLQuery query = odmg.newOQLQuery();
query.create("select produktvorlage from " + ProduktVorlage.class.getName());
DList res =(DList)query.execute();
System.out.print("\ntwo!");
tx.commit();
>From the documentation it is not clear that such a case is possible
at all...
-Gunnar
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]