I'm using torque-3.0 and trying out the Managers feature. I set torque.useManagers to true in the build-torque.properties file but torque-generated BaseXXXManager.java couldn't compile. My table has a primary key of type int, so in the BaseXXXManager.java file, there is a method:
public static User getInstance(BigDecimal id) But BigDecimal is not imported anywhere. Is this a known issue? Thanks, Howard Lin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
