Return-Path: Delivered-To: apmail-cayenne-dev-archive@www.apache.org Received: (qmail 68963 invoked from network); 24 Dec 2009 17:32:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Dec 2009 17:32:15 -0000 Received: (qmail 30907 invoked by uid 500); 24 Dec 2009 17:32:15 -0000 Delivered-To: apmail-cayenne-dev-archive@cayenne.apache.org Received: (qmail 30845 invoked by uid 500); 24 Dec 2009 17:32:14 -0000 Mailing-List: contact dev-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cayenne.apache.org Delivered-To: mailing list dev@cayenne.apache.org Received: (qmail 30834 invoked by uid 99); 24 Dec 2009 17:32:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Dec 2009 17:32:14 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [204.13.248.71] (HELO mho-01-ewr.mailhop.org) (204.13.248.71) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Dec 2009 17:32:03 +0000 Received: from cpe-69-204-104-44.buffalo.res.rr.com ([69.204.104.44] helo=insysware.insysware.com) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:RC4-MD5:128) (Exim 4.68) (envelope-from ) id 1NNrXK-0005ve-9c for dev@cayenne.apache.org; Thu, 24 Dec 2009 17:31:42 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 69.204.104.44 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/FUlqKqhmKTd2NPdi1gjWUqksb/DTrhqM= Subject: RE: CayenneRuntimeException not found in ROP client jar MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Thu, 24 Dec 2009 12:55:49 -0500 Content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.5 Message-ID: In-Reply-To: <5adb61290912240923m600835bbq41bc5824b565a7a2@mail.gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: CayenneRuntimeException not found in ROP client jar thread-index: AcqEwVSeqUPajHXMQxWAgxoGBVDg3wAAxxtQ References: <5adb61290912240923m600835bbq41bc5824b565a7a2@mail.gmail.com> From: "Zissis Trabaris" To: X-Virus-Checked: Checked by ClamAV on apache.org I realize that trunk code is 3.1. We run tests against the trunk code = every two weeks in order to ensure we take care of any refactoring = needed for future releases early and have enough time to take advantage = of any new features. It seems that someone moved CayenneRuntimeException = out of the client.jar but left the ClientChanel dependency on it. We = would have caught this earlier but our build scripts where mistakenly = including the server jar in the client distribution. We just fixed our = build scripts and this issue now came up. Zissis Trabaris * Chief Technology Officer * INSYSWARE * 3235 West River = Road, Grand Island, New York, 14072, USA=20 Mobile (716) 930-5654 * Office (518) 636-4118 * Fax (716) 625-1305 * = z.trabaris@insysware.com * www.insysware.com=20 CONFIDENTIALITY: This email (including any attachments) may contain = confidential, proprietary and privileged information, and unauthorized = disclosure or use is prohibited. If you received this email in error, = please notify the sender and delete this email from your system. Thank = you.=20 -----Original Message----- From: Michael Gentry [mailto:mgentry@masslight.net]=20 Sent: Thursday, December 24, 2009 12:24 PM To: dev@cayenne.apache.org Subject: Re: CayenneRuntimeException not found in ROP client jar The trunk code is Cayenne 3.1 ... unless you are wanting to play with 3.1, I think you grabbed the wrong code. CayenneRuntimeException exists in the 3.0 Beta 1 release: ~/.m2/repository/org/apache/cayenne/cayenne-client/3.0B1> jar tvf cayenne-client-3.0B1.jar | grep CayenneRuntimeException 1238 Tue Nov 03 21:16:12 EST 2009 org/apache/cayenne/CayenneRuntimeException.class mrg On Thu, Dec 24, 2009 at 12:07 PM, Zissis Trabaris wrote: > I just upgraded to the latest trunk code. I was wondering why > CayenneRuntimeException is not found in the ROP client jar but is = needed > by the ClientChannel class? This is forcing me to include the server = jar > with my applet distribution. Am I doing something wrong here? > > > > Zissis Trabaris * Chief Technology Officer * INSYSWARE * 3235 West = River > Road, Grand Island, New York, 14072, USA > Mobile (716) 930-5654 * Office (518) 636-4118 * Fax (716) 625-1305 * > z.trabaris@insysware.com =A0* > www.insysware.com > > ________________________________ > > CONFIDENTIALITY: This email (including any attachments) may contain > confidential, proprietary and privileged information, and unauthorized > disclosure or use is prohibited. If you received this email in error, > please notify the sender and delete this email from your system. Thank > you. > > > >