Hi,
My m:n assiciation is qualified.
I did the m:n mapping exactly like tutorial 3 explains it.
In principle the repository_user looks like the one in the tutorial.
If the association-table is empty everything works fine and
the vector who holds references to the association-objects is empty
BUT:
As soon as there is an entry in the association-table the system
hangs after the query.execute statement:
query.create("select location from " + LocationTO.class.getName());
List results = (List) query.execute();
The CPU utilisation raises to 100%, I get no result and also no exception.
After spending hours with searching for the error cause,
I am at a loss and hope someone can help me (tryed with RC5 and RC6).
Thx
Greetings
Oliver
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]