The problem is that your OJB jar does not contain line information, hence the "(Unknown Source)" statements in the stacktrace. Could you rebuild OJB using the "clean" and "jar-debug" Ant targets and then execute your program again ? Otherwise it is a bit difficult to locate the error.
PS: If you're using Java 5, then you need the newest Ant build file from CVS head, where I added the debug options for Java 5 (per default, Java 5's javac won't generate line informations even when compiling with the -g option). regards, Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
