This failure is a result of some changes in Geronimo that are dependent on other changes in OpenEJB. Since the OpenEJB changes haven't yet been included in the deployed snapshots it will cause the Geronimo build to fail unless you also build OpenEJB locally.

I'll ask on the openejb list to get new snapshots published but in the meantime you will need to build OpenEJB locally to avoid this error.

Joe


[EMAIL PROTECTED] wrote:
Geronimo Revision: 678659 built with tests included
See the full build-0300.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20080722/build-0300.log See the unit test reports at http://people.apache.org/builds/geronimo/server/binaries/trunk/20080722/unit-test-reports [INFO] [car:prepare-metadata]
[INFO] [car:archive-car]
[INFO] Building jar: 
/home/geronimo/geronimo/trunk/plugins/console/plugin-console-jetty/target/plugin-console-jetty-2.2-SNAPSHOT.car
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in: plugin-console-jetty-2.2-SNAPSHOT.car
[INFO] [install:install]
[INFO] Installing 
/home/geronimo/geronimo/trunk/plugins/console/plugin-console-jetty/target/plugin-console-jetty-2.2-SNAPSHOT.car
 to 
/home/geronimo/.m2/repository/org/apache/geronimo/plugins/plugin-console-jetty/2.2-SNAPSHOT/plugin-console-jetty-2.2-SNAPSHOT.car
[INFO] [car:update-pluginlist]
[INFO] ------------------------------------------------------------------------
[INFO] Building Geronimo Plugins, Console :: Plugin and Deployment Portlets 
(Tomcat)
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:validate-configuration]
[INFO] [car:prepare-plan]
[INFO] Generated: 
/home/geronimo/geronimo/trunk/plugins/console/plugin-console-tomcat/target/resources/META-INF/plan.xml
[INFO] [car:package]
[INFO] Packaging module configuration: 
/home/geronimo/geronimo/trunk/plugins/console/plugin-console-tomcat/target/resources/META-INF/plan.xml
[INFO] Started deployer: 
org.apache.geronimo.framework/geronimo-gbean-deployer/2.2-SNAPSHOT/car
[INFO] Started deployer: 
org.apache.geronimo.configs/j2ee-deployer/2.2-SNAPSHOT/car
[INFO] Started deployer: 
org.apache.geronimo.configs/tomcat6-deployer/2.2-SNAPSHOT/car
[INFO] Started deployer: 
org.apache.geronimo.configs/jasper-deployer/2.2-SNAPSHOT/car
[INFO] [car:prepare-metadata]
[INFO] [car:archive-car]
[INFO] Building jar: 
/home/geronimo/geronimo/trunk/plugins/console/plugin-console-tomcat/target/plugin-console-tomcat-2.2-SNAPSHOT.car
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in: plugin-console-tomcat-2.2-SNAPSHOT.car
[INFO] [install:install]
[INFO] Installing 
/home/geronimo/geronimo/trunk/plugins/console/plugin-console-tomcat/target/plugin-console-tomcat-2.2-SNAPSHOT.car
 to 
/home/geronimo/.m2/repository/org/apache/geronimo/plugins/plugin-console-tomcat/2.2-SNAPSHOT/plugin-console-tomcat-2.2-SNAPSHOT.car
[INFO] [car:update-pluginlist]
[INFO] ------------------------------------------------------------------------
[INFO] Building Geronimo Plugins, Corba
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor]
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] [install:install]
[INFO] Installing /home/geronimo/geronimo/trunk/plugins/corba/pom.xml to 
/home/geronimo/.m2/repository/org/apache/geronimo/plugins/corba/2.2-SNAPSHOT/corba-2.2-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Geronimo Plugins, Corba :: Core
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 125 source files to 
/home/geronimo/geronimo/trunk/plugins/corba/geronimo-corba/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/home/geronimo/geronimo/trunk/plugins/corba/geronimo-corba/src/main/java/org/apache/geronimo/corba/util/UtilDelegateImpl.java:[47,65]
 org.apache.openejb.core.stateful.StatefulEjbObjectHandler.RegistryId has 
private access in org.apache.openejb.core.stateful.StatefulEjbObjectHandler

/home/geronimo/geronimo/trunk/plugins/corba/geronimo-corba/src/main/java/org/apache/geronimo/corba/util/UtilDelegateImpl.java:[254,20]
 cannot find symbol
symbol  : class RegistryId
location: class org.apache.geronimo.corba.util.UtilDelegateImpl

/home/geronimo/geronimo/trunk/plugins/corba/geronimo-corba/src/main/java/org/apache/geronimo/corba/util/UtilDelegateImpl.java:[254,37]
 cannot find symbol
symbol  : class RegistryId
location: class org.apache.geronimo.corba.util.UtilDelegateImpl


[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:79)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:618)
        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: 23 minutes 6 seconds
[INFO] Finished at: Tue Jul 22 03:29:48 EDT 2008
[INFO] Final Memory: 274M/719M
[INFO] ------------------------------------------------------------------------


Reply via email to