You can view the issue detail at the following URL:
<http://scarab.werken.com/scarab/issues/id/TRQS104>
Type : Defect
Issue Id : TRQS104
Reported by: travis stevens
[EMAIL PROTECTED] - ([EMAIL PROTECTED])
Details:
Summary: Use of null object
Description: In the class:
org.apache.torque.engine.database.model.Database.java
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.
(Note, I also entered this into bugzilla which I soon found out was the wrong place to
submit it to.)
Status: New
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>