Return-Path: X-Original-To: apmail-cayenne-dev-archive@www.apache.org Delivered-To: apmail-cayenne-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 535A596BA for ; Wed, 21 Mar 2012 13:12:08 +0000 (UTC) Received: (qmail 94850 invoked by uid 500); 21 Mar 2012 13:12:08 -0000 Delivered-To: apmail-cayenne-dev-archive@cayenne.apache.org Received: (qmail 94835 invoked by uid 500); 21 Mar 2012 13:12:08 -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 94826 invoked by uid 99); 21 Mar 2012 13:12:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Mar 2012 13:12:08 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.78.103.231] (HELO vorsha.objectstyle.org) (208.78.103.231) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 21 Mar 2012 13:12:00 +0000 Received: (qmail 15129 invoked from network); 21 Mar 2012 13:11:38 -0000 Received: from unknown (HELO ?192.168.1.40?) (194.158.197.10) by vorsha.objectstyle.org with SMTP; 21 Mar 2012 13:11:38 -0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: Problem with code repository From: Andrus Adamchik In-Reply-To: Date: Wed, 21 Mar 2012 16:11:37 +0300 Content-Transfer-Encoding: quoted-printable Message-Id: References: <42C02D9C-AABB-4821-B915-2ACAA4308826@objectstyle.org> To: dev@cayenne.apache.org X-Mailer: Apple Mail (2.1084) X-Virus-Checked: Checked by ClamAV on apache.org Compiler - yes, but different JDKs also have different class libs with = API differences.=20 On Mar 21, 2012, at 4:00 PM, Michael Gentry wrote: > Isn't this supposed to fix the compiler version to 1.5? >=20 > > maven-compiler-plugin > 2.3.2 > > 1.5 > 1.5 > > >=20 > mrg >=20 >=20 > On Wed, Mar 21, 2012 at 2:21 AM, Andrus Adamchik = wrote: >> I think the problem is that you are compiling with Java 7. Try it = with Java 6. >>=20 >> Andrus >>=20 >> On Mar 20, 2012, at 10:53 PM, jerome moliere wrote: >>=20 >>> Hi all, >>> I fetched the source code from git repo... >>> It does not compile ..build failed with an exception coming from >>> cayenne-jdk1.5-unpublished module... >>> [ERROR] = /home/romje/platform/orm/cayenne/framework/cayenne-jdk1.5-unpublished/src/= main/java/org/apache/cayenne/access/DataNode.java:[333,10] >>> error: DataNode.TransactionDataSource is not abstract and does not >>> override abstract method getParentLogger() in CommonDataSource >>> [ERROR] = /home/romje/platform/orm/cayenne/framework/cayenne-jdk1.5-unpublished/src/= main/java/org/apache/cayenne/conn/PoolManager.java:[41,7] >>> error: PoolManager is not abstract and does not override abstract >>> method getParentLogger() in CommonDataSource >>> [ERROR] = /home/romje/platform/orm/cayenne/framework/cayenne-jdk1.5-unpublished/src/= main/java/org/apache/cayenne/access/TransactionConnectionDecorator.java:[4= 8,0] >>> error: TransactionConnectionDecorator is not abstract and does not >>> override abstract method getNetworkTimeout() in Connection >>> [ERROR] = /home/romje/platform/orm/cayenne/framework/cayenne-jdk1.5-unpublished/src/= main/java/org/apache/cayenne/conn/DriverDataSource.java:[38,7] >>> error: DriverDataSource is not abstract and does not override = abstract >>> method getParentLogger() in CommonDataSource >>> [ERROR] = /home/romje/platform/orm/cayenne/framework/cayenne-jdk1.5-unpublished/src/= main/java/org/apache/cayenne/conn/PoolDataSource.java:[39,7] >>> error: PoolDataSource is not abstract and does not override abstract >>> method getParentLogger() in CommonDataSource >>> [ERROR] = /home/romje/platform/orm/cayenne/framework/cayenne-jdk1.5-unpublished/src/= main/java/org/apache/cayenne/conn/ConnectionWrapper.java:[47,7] >>> error: ConnectionWrapper is not abstract and does not override >>> abstract method getNetworkTimeout() in Connection >>> [ERROR] = /home/romje/platform/orm/cayenne/framework/cayenne-jdk1.5-unpublished/src/= main/java/org/apache/cayenne/dba/oracle/OracleSQLTemplateAction.java:[107,= 10] >>> error: OracleSQLTemplateAction.OracleResultSetWrapper is not = abstract >>> and does not override abstract method getObject(String,Class) = in >>> ResultSet >>>=20 >>>=20 >>>=20 >>> It seems that the documentation dealing with maintaining git local >>> copy up to date with remote server contains different problems can >>> someone fix that ? >>>=20 >>>=20 >>> I was not able since saturday to get a valuable code copy and to >>> advance on the osgi way to build cayenne...-( >>>=20 >>> thanks for your help >>> jerome >>> J.MOLIERE - Mentor/J >>> auteur Eyrolles >>> blog: http://romjethoughts.blogspot.com >>> OSGi book available now!!! >>>=20 >>=20 >=20