I have a error with this line
tMap.addForeignKey(
"USER.EMPRESA", new BigDecimal(0) , "PMEMPR" ,
"P7CIAS");
I receive this error
java.lang.NoSuchMethodError: java.math.BigDecimal.(I)V
type does not implemented constructor with signature
java.math.BigDecimal.(I)V
I work with torque 3.1. If i change the constructor with new BigDecimal(new
java.math.BigInteger("0")) goes well.
Also, recently, I changed java 1.4 to java 5.0... It can be the problem
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]