-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 10:07 AM To: Vuppuluri, Vinil (Card Services) Subject: confirm subscribe to [email protected]
Hi! This is the ezmlm program. I'm managing the [email protected] mailing list. To confirm that you would like [EMAIL PROTECTED] added to the ibatis-user-java mailing list, please send an empty reply to this address: [EMAIL PROTECTED] Usually, this happens when you just hit the "reply" button. If this does not work, simply copy the address and paste it into the "To:" field of a new message. This confirmation serves two purposes. First, it verifies that I am able to get mail through to you. Second, it protects you in case someone forges a subscription request in your name. Some mail programs are broken and cannot handle long addresses. If you cannot reply to this request, instead send a message to <[EMAIL PROTECTED]> and put the entire address listed above into the "Subject:" line. --- Administrative commands for the ibatis-user-java list --- I can handle administrative requests automatically. Please do not send them to the list address! Instead, send your message to the correct command address: To subscribe to the list, send a message to: <[EMAIL PROTECTED]> To remove your address from the list, send a message to: <[EMAIL PROTECTED]> Send mail to the following for info and FAQ for this list: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Similar addresses exist for the digest list: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> To get messages 123 through 145 (a maximum of 100 per request), mail: <[EMAIL PROTECTED]> To get an index with subject and author for messages 123-456 , mail: <[EMAIL PROTECTED]> They are always returned as sets of 100, max 2000 per request, so you'll actually get 100-499. To receive all messages with the same subject as message 12345, send an empty message to: <[EMAIL PROTECTED]> The messages do not really need to be empty, but I will ignore their content. Only the ADDRESS you send to is important. You can start a subscription for an alternate address, for example "[EMAIL PROTECTED]", just add a hyphen and your address (with '=' instead of '@') after the command word: <[EMAIL PROTECTED]> To stop subscription for this address, mail: <[EMAIL PROTECTED]> In both cases, I'll send a confirmation message to that address. When you receive it, simply reply to it to complete your subscription. If despite following these instructions, you do not get the desired results, please contact my owner at [EMAIL PROTECTED] Please be patient, my owner is a lot slower than I am ;-) --- Enclosed is a copy of the request I received. Return-Path: <[EMAIL PROTECTED]> Received: (qmail 44625 invoked by uid 99); 10 Mar 2005 15:07:13 -0000 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=NO_REAL_NAME,RCVD_IN_BL_SPAMCOP_NET X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from smtpext33.bankone.com (HELO smtpext33.bankone.com) (159.53.14.177) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 10 Mar 2005 07:07:05 -0800 Received: from smtpesf11.svr.bankone.net (smtpesf11.svr.bankone.net [155.180.200.119]) by smtpext33.bankone.com (Switch-3.1.3/Switch-3.1.0) with ESMTP id j2AF72tt022261 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for <[EMAIL PROTECTED]>; Thu, 10 Mar 2005 15:07:03 GMT Received: from swilnts861.wil.fusa.com (swilnts861.wil.fusa.com [168.118.4.173]) by smtpesf11.svr.bankone.net (Switch-3.1.3/Switch-3.1.0) with ESMTP id j2AF71ma023575 for <[EMAIL PROTECTED]>; Thu, 10 Mar 2005 15:07:01 GMT Received: from selgnts807.elg.fusa.com (unverified) by swilnts861.wil.fusa.com (Content Technologies SMTPRS 4.3.14) with ESMTP id <[EMAIL PROTECTED]> for <[EMAIL PROTECTED]>; Thu, 10 Mar 2005 10:07:00 -0500 Received: from selgnts805.elg.fusa.com ([167.85.16.180]) by selgnts807.elg.fusa.com with Microsoft SMTPSVC (5.0.2195.6713); Thu, 10 Mar 2005 09:07:00 -0600 Received: from swilnts808.wil.fusa.com ([168.118.5.173]) by selgnts805.elg.fusa.com with Microsoft SMTPSVC (5.0.2195.6713); Thu, 10 Mar 2005 09:06:55 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: problems in using typehandler with ibatis (ex:Type Handler must be declared) Date: Thu, 10 Mar 2005 10:06:48 -0500 Message-ID: <[EMAIL PROTECTED]> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: problems in using typehandler with ibatis (ex:Type Handler must be declared) Thread-Index: AcUlgsgDbAHMqFJES++zIPAXoJkPMQ== From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> X-OriginalArrivalTime: 10 Mar 2005 15:06:55.0952 (UTC) FILETIME=[CCA8D500:01C52582] X-Virus-Checked: Checked even after declaring the typeHandler,yet it is throwing the following excep= tion. does anyone faced this problem before,could any one tell what might be the = solution ------------------------------------------------------------------------- Exception: om.ibatis.sqlmap.client.SqlMapException: There was an error while building = the SqlMap instance. =20 --- The error occurred in the SQL Map Configuration file. =20 --- Cause: com.ibatis.sqlmap.client.SqlMapException: XML Parser Error. Cau= se: org.xml.sax.SAXException: Error: URI=3Dnull Line=3D33: Element type "ty= peHandler" must be declared. Caused by: org.xml.sax.SAXException: Error: URI=3Dnull Line=3D33: Element t= ype "typeHandler" must be declared. Caused by: com.ibatis.sqlmap.client.SqlMapException: XML Parser Error. Cau= se: org.xml.sax.SAXException: Error: URI=3Dnull Line=3D33: Element type "ty= peHandler" must be declared. Caused by: org.xml.sax.SAXException: Error: URI=3Dnull Line=3D33: Element t= ype "typeHandler" must be declared. ------------------------------------------------------------------- following is the sqlmapconfig.xml <?xml version=3D"1.0" encoding=3D"UTF-8" standalone=3D"yes"?> <!DOCTYPE sqlMapConfig PUBLIC "-//iBATIS.com//DTD SQL Map Config 2.0//EN" "= http://www.ibatis.com/dtd/sql-map-config-2.dtd"> <sqlMapConfig> <properties resource=3D"database.properties"/> <settings cacheModelsEnabled=3D"true" enhancementEnabled=3D"true" maxSessions=3D"64" maxTransactions=3D"8" maxRequests=3D"128"/> =20 <typeHandler javaType=3D"com.fusa.ssg.datatype.Date"=20 jdbcType=3D"java.sql.Date"=20 callback=3D"com.fusa.ssg.core.program.ConvertDateTypeHandler"/>=20 =20 =20 <transactionManager type=3D"JDBC"> <dataSource type=3D"SIMPLE"> <property value=3D"${driver}" name=3D"JDBC.Driver"/> <property value=3D"${url}" name=3D"JDBC.ConnectionURL"/> <property value=3D"${username}" name=3D"JDBC.Username"/> <property value=3D"${password}" name=3D"JDBC.Password"/> <property value=3D"15" name=3D"Pool.MaximumActiveConnections"/> <property value=3D"15" name=3D"Pool.MaximumIdleConnections"/> <property value=3D"1000" name=3D"Pool.MaximumWait"/> </dataSource> </transactionManager> <sqlMap resource=3D"ProgramDetail.xml"/> =20 </sqlMapConfig> ----------------------------------------- thanks vinil ********************************************************************** This transmission may contain information that is privileged, confidential = and/or exempt from disclosure under applicable law. If you are not the inte= nded recipient, you are hereby notified that any disclosure, copying, distr= ibution, or use of the information contained herein (including any reliance= thereon) is STRICTLY PROHIBITED. If you received this transmission in erro= r, please immediately contact the sender and destroy the material in its en= tirety, whether in electronic or hard copy format. Thank you **********************************************************************

