Skip to content

Instantly share code, notes, and snippets.

Created February 12, 2014 00:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/8947319 to your computer and use it in GitHub Desktop.
Save anonymous/8947319 to your computer and use it in GitHub Desktop.
RESTEasy, CDI, embedded Jetty, bean validation is ignored‏
[2014-02-11 19:07:06,754] [DEBUG] abhijitsarkar.moviemanager.EmbeddedJettyServer - Source code location - file:/Users/Abhijit/Repositories/git/groovy/movie-manager/movie-manager-web/build/libs/movie-manager-web-1.0.war
[2014-02-11 19:07:06,883] [DEBUG] abhijitsarkar.moviemanager.EmbeddedJettyServer - Starting embedded Jetty server on port 8080, please wait...
[2014-02-11 19:07:06,886] [INFO ] jetty.server.Server - jetty-9.1.z-SNAPSHOT
[2014-02-11 19:07:12,116] [INFO ] jetty.annotations.AnnotationConfiguration - Scanned 0 container path jars, 45 WEB-INF/lib jars, 1 WEB-INF/classes dirs in 1332ms for context o.e.j.w.WebAppContext@30db7df3{/movie-manager,file:/private/var/folders/qx/qfy_5k1x361cyhfph4pgcbx40000gn/T/jetty-0.0.0.0-8080-movie-manager-web-1.0.war-_-any-8140249320474054989.dir/webapp/,STARTING}{file:/Users/Abhijit/Repositories/git/groovy/movie-manager/movie-manager-web/build/libs/movie-manager-web-1.0.war}
[2014-02-11 19:07:12,127] [INFO ] jetty.webapp.StandardDescriptorProcessor - NO JSP Support for /movie-manager, did not find org.apache.jasper.servlet.JspServlet
[2014-02-11 19:07:12,151] [INFO ] jboss.weld.Version - WELD-000900: 2.1.2 (Final)
[2014-02-11 19:07:12,399] [INFO ] jboss.weld.Bootstrap - WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
[2014-02-11 19:07:12,568] [INFO ] internal.util.Version - HV000001: Hibernate Validator 5.0.1.Final
[2014-02-11 19:07:12,943] [INFO ] environment.jetty.JettyContainer - Jetty 7.2+ detected, CDI injection will be available in Listeners, Servlets and Filters.
[2014-02-11 19:07:12,983] [WARN ] jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
[2014-02-11 19:07:12,986] [WARN ] jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
[2014-02-11 19:07:13,461] [INFO ] resteasy.spi.ResteasyDeployment - Deploying javax.ws.rs.core.Application: class name.abhijitsarkar.moviemanager.web.config.MovieManagerApplication$Proxy$_$$_WeldClientProxy
[2014-02-11 19:07:13,551] [INFO ] resteasy.spi.ResteasyDeployment - Adding class resource name.abhijitsarkar.moviemanager.web.MovieResource from Application class name.abhijitsarkar.moviemanager.web.config.MovieManagerApplication$Proxy$_$$_WeldClientProxy
[2014-02-11 19:07:13,559] [INFO ] resteasy.spi.ResteasyDeployment - Adding provider singleton name.abhijitsarkar.moviemanager.web.ext.MoviesMarshaller from Application class name.abhijitsarkar.moviemanager.web.config.MovieManagerApplication$Proxy$_$$_WeldClientProxy
[2014-02-11 19:07:13,586] [INFO ] plugins.validation.ValidatorContextResolver - Unable to find CDI supporting ValidatorFactory. Using default ValidatorFactory
[2014-02-11 19:07:13,601] [INFO ] server.handler.ContextHandler - Started o.e.j.w.WebAppContext@30db7df3{/movie-manager,file:/private/var/folders/qx/qfy_5k1x361cyhfph4pgcbx40000gn/T/jetty-0.0.0.0-8080-movie-manager-web-1.0.war-_-any-8140249320474054989.dir/webapp/,AVAILABLE}{file:/Users/Abhijit/Repositories/git/groovy/movie-manager/movie-manager-web/build/libs/movie-manager-web-1.0.war}
[2014-02-11 19:07:13,615] [INFO ] jetty.server.ServerConnector - Started ServerConnector@6d55fdf6{HTTP/1.1}{0.0.0.0:8080}
[2014-02-11 19:07:30,539] [DEBUG] service.rip.MovieRipService - All genres [Action and Adventure, Animation, Comedy, Documentary, Drama, Horror, R-Rated Mainstream Movies, Romance, Sci-Fi, Thriller, X-Rated].
[2014-02-11 19:07:30,539] [DEBUG] service.rip.MovieRipService - Included files [.avi, .mkv, .mp4, .divx, .mov].
[2014-02-11 19:07:30,615] [DEBUG] service.search.QueryBuilder - Creating query parser.
[2014-02-11 19:07:30,666] [DEBUG] service.rip.MovieRipService - Indexing movies from null.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment