You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@cxf.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/09/12 09:27:04 UTC

Build failed in Jenkins: CXF-trunk-deploy » JAX-RS Minimal OSGI Demo #1488

See <https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.samples$jax_rs_minimal_osgi/1488/>

------------------------------------------
Sep 12, 2014 7:22:47 AM org.apache.maven.cli.event.ExecutionEventLogger projectStarted
INFO:                                                                         
Sep 12, 2014 7:22:47 AM org.apache.maven.cli.event.ExecutionEventLogger projectStarted
INFO: ------------------------------------------------------------------------
Sep 12, 2014 7:22:47 AM org.apache.maven.cli.event.ExecutionEventLogger projectStarted
INFO: Building JAX-RS Minimal OSGI Demo 3.1.0-SNAPSHOT
Sep 12, 2014 7:22:47 AM org.apache.maven.cli.event.ExecutionEventLogger projectStarted
INFO: ------------------------------------------------------------------------
Sep 12, 2014 7:22:48 AM hudson.maven.util.ExecutionEventLogger mojoStarted
INFO: 
Sep 12, 2014 7:22:48 AM hudson.maven.util.ExecutionEventLogger mojoStarted
INFO: --- maven-clean-plugin:2.4.1:clean (default-clean) @ jax_rs_minimal_osgi ---
[INFO] Deleting <https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.samples$jax_rs_minimal_osgi/ws/target>
Sep 12, 2014 7:22:49 AM hudson.maven.util.ExecutionEventLogger mojoStarted
INFO: 
Sep 12, 2014 7:22:49 AM hudson.maven.util.ExecutionEventLogger mojoStarted
INFO: --- maven-resources-plugin:2.5:resources (default-resources) @ jax_rs_minimal_osgi ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
Sep 12, 2014 7:22:50 AM hudson.maven.util.ExecutionEventLogger mojoStarted
INFO: 
Sep 12, 2014 7:22:50 AM hudson.maven.util.ExecutionEventLogger mojoStarted
INFO: --- maven-compiler-plugin:3.1:compile (default-compile) @ jax_rs_minimal_osgi ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to <https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.samples$jax_rs_minimal_osgi/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.samples$jax_rs_minimal_osgi/ws/src/main/java/minimalosgi/SampleServlet.java>:[32,27] createApplicationInstance(java.lang.String,javax.servlet.ServletConfig) in minimalosgi.SampleServlet cannot override createApplicationInstance(java.lang.String,javax.servlet.ServletConfig) in org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet
  return type javax.ws.rs.core.Application is not compatible with org.apache.cxf.jaxrs.model.ApplicationInfo
[ERROR] <https://builds.apache.org/job/CXF-trunk-deploy/org.apache.cxf.samples$jax_rs_minimal_osgi/ws/src/main/java/minimalosgi/SampleServlet.java>:[31,5] method does not override or implement a method from a supertype
[INFO] 2 errors 
[INFO] -------------------------------------------------------------