Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 437 invoked from network); 4 Sep 2008 01:27:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Sep 2008 01:27:44 -0000 Received: (qmail 63418 invoked by uid 500); 4 Sep 2008 01:27:41 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 63179 invoked by uid 500); 4 Sep 2008 01:27:40 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 63168 invoked by uid 99); 4 Sep 2008 01:27:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Sep 2008 18:27:40 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.9] (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 04 Sep 2008 01:26:40 +0000 Received: (qmail 99789 invoked by uid 1845); 4 Sep 2008 01:27:11 -0000 Date: 4 Sep 2008 01:27:11 -0000 Message-ID: <20080904012711.99788.qmail@minotaur.apache.org> From: gawor@apache.org To: dev@geronimo.apache.org Subject: [BUILD] trunk: Failed for Revision: 691844 X-Virus-Checked: Checked by ClamAV on apache.org Geronimo Revision: 691844 built with tests included See the full build-2100.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20080903/build-2100.log See the unit test reports at http://people.apache.org/builds/geronimo/server/binaries/trunk/20080903/unit-test-reports Downloading: http://repo1.maven.org/maven2/net/sourceforge/serp/serp/1.11.0/serp-1.11.0.jar 185K downloaded Downloading: http://download.java.net/maven/1//commons-pool/jars/commons-pool-1.3.jar Downloading: http://people.apache.org/repo/m2-incubating-repository//commons-pool/commons-pool/1.3/commons-pool-1.3.jar Downloading: http://repo1.maven.org/maven2/commons-pool/commons-pool/1.3/commons-pool-1.3.jar 60K downloaded [INFO] [enforcer:enforce {execution: default}] [INFO] [remote-resources:process {execution: process}] [INFO] [remote-resources:process {execution: default}] [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] [INFO] Compiling 10 source files to /home/geronimo/geronimo/trunk/plugins/openjpa/geronimo-persistence-jpa10/target/classes [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure /home/geronimo/geronimo/trunk/plugins/openjpa/geronimo-persistence-jpa10/src/main/java/org/apache/geronimo/persistence/EntityManagerWrapper.java:[21,25] cannot find symbol symbol : class Synchronization location: package javax.transaction /home/geronimo/geronimo/trunk/plugins/openjpa/geronimo-persistence-jpa10/src/main/java/org/apache/geronimo/persistence/EntityManagerWrapper.java:[28,46] cannot find symbol symbol: class Synchronization public interface EntityManagerWrapper extends Synchronization { /home/geronimo/geronimo/trunk/plugins/openjpa/geronimo-persistence-jpa10/src/main/java/org/apache/geronimo/persistence/EntityManagerExtendedRegistry.java:[24,25] cannot find symbol symbol : class Transaction location: package javax.transaction /home/geronimo/geronimo/trunk/plugins/openjpa/geronimo-persistence-jpa10/src/main/java/org/apache/geronimo/persistence/EntityManagerExtendedRegistry.java:[55,40] cannot find symbol symbol : class Transaction location: class org.apache.geronimo.persistence.EntityManagerExtendedRegistry /home/geronimo/geronimo/trunk/plugins/openjpa/geronimo-persistence-jpa10/src/main/java/org/apache/geronimo/persistence/EntityManagerExtendedRegistry.java:[63,42] cannot find symbol symbol : class Transaction location: class org.apache.geronimo.persistence.EntityManagerExtendedRegistry /home/geronimo/geronimo/trunk/plugins/openjpa/geronimo-persistence-jpa10/src/main/java/org/apache/geronimo/persistence/CMPEntityManagerTxScoped.java:[328,87] cannot find symbol symbol : class Synchronization location: class org.apache.geronimo.persistence.CMPEntityManagerTxScoped /home/geronimo/geronimo/trunk/plugins/openjpa/geronimo-persistence-jpa10/src/main/java/org/apache/geronimo/persistence/TransactionListener.java:[29,33] cannot find symbol symbol : class Transaction location: class org.apache.geronimo.persistence.TransactionListener /home/geronimo/geronimo/trunk/plugins/openjpa/geronimo-persistence-jpa10/src/main/java/org/apache/geronimo/persistence/TransactionListener.java:[33,35] cannot find symbol symbol : class Transaction location: class org.apache.geronimo.persistence.TransactionListener /home/geronimo/geronimo/trunk/plugins/openjpa/geronimo-persistence-jpa10/src/main/java/org/apache/geronimo/persistence/CMPEntityManagerTxScoped.java:[46,89] inconvertible types found : javax.transaction.Transaction required: org.apache.geronimo.transaction.manager.TransactionImpl /home/geronimo/geronimo/trunk/plugins/openjpa/geronimo-persistence-jpa10/src/main/java/org/apache/geronimo/persistence/CMPEntityManagerTxScoped.java:[47,81] cannot find symbol symbol : variable Status location: class org.apache.geronimo.persistence.CMPEntityManagerTxScoped /home/geronimo/geronimo/trunk/plugins/openjpa/geronimo-persistence-jpa10/src/main/java/org/apache/geronimo/persistence/CMPEntityManagerTxScoped.java:[59,27] registerSynchronization(javax.transaction.Synchronization) in org.apache.geronimo.transaction.manager.TransactionImpl cannot be applied to (org.apache.geronimo.persistence.EntityManagerWrapper) /home/geronimo/geronimo/trunk/plugins/openjpa/geronimo-persistence-jpa10/src/main/java/org/apache/geronimo/persistence/CMPEntityManagerTxScoped.java:[60,38] cannot find symbol symbol : class RollbackException location: package javax.transaction /home/geronimo/geronimo/trunk/plugins/openjpa/geronimo-persistence-jpa10/src/main/java/org/apache/geronimo/persistence/CMPEntityManagerTxScoped.java:[62,21] cannot find symbol symbol : class SystemException location: class org.apache.geronimo.persistence.CMPEntityManagerTxScoped [INFO] ------------------------------------------------------------------------ [INFO] Trace org.apache.maven.BuildFailureException: Compilation failure at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:579) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129) at org.apache.maven.cli.MavenCli.main(MavenCli.java:287) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:516) at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558) ... 16 more [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12 minutes 55 seconds [INFO] Finished at: Wed Sep 03 21:16:11 EDT 2008 [INFO] Final Memory: 246M/555M [INFO] ------------------------------------------------------------------------