Latest Status: APF-DEMO-25 was successful

Build Result APF-DEMO-23

Labels: NONE 
  • Summary
  • Tests
  • Changes
  • Artifacts
  • Logs
  • Comments
  • Metadata
  • Previous
    1. 21
    2. 22
    3. 24
    4. 25
    Next

Build APF-DEMO-23 failed.

  • This has been failing since APF-DEMO-21 (Updated by Matt Raible, 1 hour before).
  • No failed tests found, a possible compilation error.
  • Build completed on May 11, 2008 11:21:25 PM - 7 months ago
  • Build took 2 minutes
  • This build is fixed in APF-DEMO-25 (Updated by Matt Raible).

This build was the result of the following 2 changes:

Code Changes

Expand

Collapse

Tests

  • 34 tests in total

Expand

Collapse

Error Summary

The build generated some errors. See the full build log for details.

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Compiler errors :
error at Table table = AnnotationUtils.findAnnotation(User.class, Table.class);
                              ^^^^^
/opt/​j2ee/​domains/​appfuse.org/​builds/​webapps/​atlassian-bamboo/​data/​data-1.2/​xml-data/​build-dir/​APF-DEMO/​struts2-crud/​src/​main/​java/​com/​mycompany/​app/​dao/​hibernate/​UserDaoHibernate.java:85:0::0 The method findAnnotation(Method, Class<A>) in the type AnnotationUtils is not applicable for the arguments (Class<User>, Class<Table>)

[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Compiler errors :
error at Table table = AnnotationUtils.findAnnotation(User.class, Table.class);
                              ^^^^^
/opt/​j2ee/​domains/​appfuse.org/​builds/​webapps/​atlassian-bamboo/​data/​data-1.2/​xml-data/​build-dir/​APF-DEMO/​struts2-crud/​src/​main/​java/​com/​mycompany/​app/​dao/​hibernate/​UserDaoHibernate.java:85:0::0 The method findAnnotation(Method, Class<A>) in the type AnnotationUtils is not applicable for the arguments (Class<User>, Class<Table>)

        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:583)
        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.codehaus.mojo.aspectj.CompilationFailedException: Compiler errors :
error at Table table = AnnotationUtils.findAnnotation(User.class, Table.class);
                              ^^^^^
/opt/​j2ee/​domains/​appfuse.org/​builds/​webapps/​atlassian-bamboo/​data/​data-1.2/​xml-data/​build-dir/​APF-DEMO/​struts2-crud/​src/​main/​java/​com/​mycompany/​app/​dao/​hibernate/​UserDaoHibernate.java:85:0::0 The method findAnnotation(Method, Class<A>) in the type AnnotationUtils is not applicable for the arguments (Class<User>, Class<Table>)

        at org.codehaus.mojo.aspectj.AbstractAjcCompiler.execute(AbstractAjcCompiler.java:382)
        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)
        ... 16 more