Return-Path: Delivered-To: apmail-incubator-beehive-user-archive@www.apache.org Received: (qmail 42467 invoked from network); 30 Jul 2004 22:42:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 30 Jul 2004 22:42:36 -0000 Received: (qmail 50610 invoked by uid 500); 30 Jul 2004 22:42:35 -0000 Delivered-To: apmail-incubator-beehive-user-archive@incubator.apache.org Received: (qmail 50589 invoked by uid 500); 30 Jul 2004 22:42:35 -0000 Mailing-List: contact beehive-user-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: list-id: beehive-user.incubator.apache.org Reply-To: "Beehive Users" Delivered-To: mailing list beehive-user@incubator.apache.org Received: (qmail 50566 invoked by uid 99); 30 Jul 2004 22:42:35 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received: from [64.136.20.160] (HELO outbound20-2.nyc.untd.com) (64.136.20.160) by apache.org (qpsmtpd/0.27.1) with SMTP; Fri, 30 Jul 2004 15:42:34 -0700 Received: from outbound20-2.nyc.untd.com (smtp04.nyc.untd.com [10.140.24.124]) by smtpout06.nyc.untd.com with SMTP id AABASXVW7ACXSCYA for (sender ); Fri, 30 Jul 2004 15:41:33 -0700 (PDT) Received: (qmail 21031 invoked from network); 30 Jul 2004 22:40:37 -0000 Received: from unknown (HELO hppav) (4.236.126.244) by smtp04.nyc.untd.com with SMTP; 30 Jul 2004 22:40:37 -0000 Message-ID: <010301c47686$315b9fc0$457bec04@hppav> From: "Boris Nossov" To: "Beehive Users" Cc: References: <4B2B4C417991364996F035E1EE39E2E101B8E2F5@uskiex01.amer.bea.com> <00ee01c47681$16f91d60$457bec04@hppav> <410AC8C3.9000207@bea.com> Subject: Re: Test Error Date: Fri, 30 Jul 2004 18:40:18 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-ContentStamp: 17:8:3281012617 X-UNTD-OriginStamp: RFYpjyTM+g2hy0NgOlW9KVbCrg3fD9mZI3aQ1J77VWHuj589hiQbGA== X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Thank you for your answer. To my regret I did not receive your email. The end of ant drt test is: [netui-junit] All Tests PASSED [netui-junit] Log file: C:\Beehive\Beehive\netui\build\drt.testResults\TEST-org apache.beehive.netui.test.util.config.ConfigTest.xml [netui-junit] ==== Test Name: org.apache.beehive.netui.test.util.type.TypeUtils est [netui-junit] log4j:WARN No appenders could be found for logger (org.apache.bee ive.netui.test.util.type.TypeUtilsTest). [netui-junit] log4j:WARN Please initialize the log4j system properly. [netui-junit] Caught an error converting a String to a java.sql.Date [netui-junit] Caught an error converting a String to a java.sql.Time [netui-junit] Caught an error converting a String to a java.sql.Timestamp [netui-junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.02 sec [netui-junit] All Tests PASSED [netui-junit] Log file: C:\Beehive\Beehive\netui\build\drt.testResults\TEST-org apache.beehive.netui.test.util.type.TypeUtilsTest.xml make.report: [echo] test.report.dir: C:\Beehive\Beehive\netui\build\drt.testResults [mkdir] Created dir: C:\Beehive\Beehive\netui\build\drt.testResults\html run: [java] Buildfile: junitReport.xml Is this OK? Thanks ----- Original Message ----- From: "Eddie O'Neil" To: "Beehive Users" Sent: Friday, July 30, 2004 6:16 PM Subject: Re: Test Error > Boris-- > > The errors you are seeing are actually expected errors. The test > being run is a NetUI test: > > org.apache.beehive.netui.test.util.type.TypeUtilsTest > > which tests type conversions in both success and failure cases. This > ensures that the type conversion infrastructure that we use when data > POSTs from a page is working correctly. > > Immediately below that, you should see something like the error > produced below which describes how the test ended (success or failure / > error). > > Earlier this week, I posted a mail titled "Running NetUI Tests" into > the beehive-dev mailing list that describes in more detail our DRTs and > how to see if they succeeded / failed. > > Hope that helps. > > Eddie > > > [netui-junit] All Tests PASSED > [netui-junit] Log file: > C:\dev\apache\beehive\netui\build\drt.testResults\TEST-org.apache.beehive.ne tui.test.util.config.ConfigTest.xml > [netui-junit] ==== Test Name: > org.apache.beehive.netui.test.util.type.TypeUtilsTest > [netui-junit] log4j:WARN No appenders could be found for logger > (org.apache.beehive.netui.test.util.type.TypeUtilsTest). > [netui-junit] log4j:WARN Please initialize the log4j system properly. > [netui-junit] Caught an error converting a String to a java.sql.Date > [netui-junit] Caught an error converting a String to a java.sql.Time > [netui-junit] Caught an error converting a String to a java.sql.Timestamp > [netui-junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.485 sec > > > [netui-junit] All Tests PASSED > [netui-junit] Log file: > C:\dev\apache\beehive\netui\build\drt.testResults\TEST-org.apache.beehive.ne tui.test.u > til.type.TypeUtilsTest.xml > > > Boris Nossov wrote: > > >Thank you very much for your answer. > > > >I run ant drt from C:\Beehive\Beehive > > > >ant clean deploy did not gave me any error. > > > >Thanks > >----- Original Message ----- > >From: "Ken Tam" > >To: "Beehive Users" > >Sent: Friday, July 30, 2004 6:00 PM > >Subject: RE: Test Error > > > > > >Where did you run "ant drt" from? Can you do a successful "ant clean > >deploy" from the beehive root? > > > >-----Original Message----- > >From: Boris Nossov [mailto:brpn@netzero.net] > >Sent: Friday, July 30, 2004 2:38 PM > >To: beehive-user@incubator.apache.org > >Subject: Test Error > > > > > > > > > >I tryed to test Beehive (>ant drt) and had the following error message: > > > > > > > >- > > > >- > > >log4j:WARN No appenders could be found for logger > >(org.apache.beehive.netui.test.util.type.TypeUtilsTest).log4j:WARN > >Please initialize the log4j system properly.Caught an error converting a > >String to a java.sql.DateCaught an error converting a String to a > >java.sql.TimeCaught an error converting a String to a java.sql.Timestamp > >]]> > > > > > > > >Would be very grateful for answer. > > > >Thanks > > > > > > > > > > >