Return-Path: Delivered-To: apmail-db-torque-user-archive@www.apache.org Received: (qmail 7771 invoked from network); 8 Aug 2005 16:11:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Aug 2005 16:11:34 -0000 Received: (qmail 99125 invoked by uid 500); 8 Aug 2005 16:11:32 -0000 Delivered-To: apmail-db-torque-user-archive@db.apache.org Received: (qmail 99095 invoked by uid 500); 8 Aug 2005 16:11:31 -0000 Mailing-List: contact torque-user-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Apache Torque Users List" Reply-To: "Apache Torque Users List" Delivered-To: mailing list torque-user@db.apache.org Received: (qmail 99082 invoked by uid 99); 8 Aug 2005 16:11:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Aug 2005 09:11:31 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [63.151.42.144] (HELO provima.com) (63.151.42.144) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Aug 2005 09:11:53 -0700 Received: from [10.40.10.105] [65.107.244.34] by provima.com with ESMTP (SMTPD32-8.15) id A00142C0108; Mon, 08 Aug 2005 11:53:37 -0400 Message-ID: <42F78428.9000000@provima.com> Date: Mon, 08 Aug 2005 12:11:20 -0400 From: Trey Long User-Agent: Mozilla Thunderbird 1.0.5 (Windows/20050711) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Apache Torque Users List Subject: getDate() References: <6F35ACAC356CD54E86E09A1E7DF51DE401AA93@srv001.dbenet.local> In-Reply-To: <6F35ACAC356CD54E86E09A1E7DF51DE401AA93@srv001.dbenet.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I am trying to compile the Torque generated classes and I am running into a problem with a getDate() method. The following error is returned: build: [javac] Compiling 51 source files to C:\...\web\WEB-INF\classes [javac] C:\...\BaseQuestionnaire.java:45: cannot find symbol [javac] symbol : method getdate() [javac] location: class com.provima.pcsw.mssql.BaseQuestionnaire [javac] private Date created = new Date(getdate()); [javac] ^ [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 1 error Any quick advice would be nice. I don't understand the purpose of this method or how to regen the classes in another way where this error won't crop up. I am loathe to edit it out of the class because I don't know the implications and I don't want to have to edit it every time the Object Model is built. Thanks, -Trey --------------------------------------------------------------------- To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org For additional commands, e-mail: torque-user-help@db.apache.org