DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15639>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15639 Error in org.apache.torque.engine.database.model.Database.java Summary: Error in org.apache.torque.engine.database.model.Database.java Product: Turbine Version: 3.0 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Source AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Looking at the source code, lines around line 444 from the 3.0 release looks like this: if (local == null) { System.out.println("ERROR!! Attempt to define foreign" + " key with nonexistent column, " + local.getName() + ", in table, " + currTable.getName() + "!"); } The if statement is local == null. In The System.out command, we try to use a method using the local object, which of course is null. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>