Skip to content

Instantly share code, notes, and snippets.

@cmoulliard
Created October 18, 2013 16:39
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 cmoulliard/7044234 to your computer and use it in GitHub Desktop.
Save cmoulliard/7044234 to your computer and use it in GitHub Desktop.
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.fusesource.workshop.cdi.cxf.WebServiceCamelCdiDeploymentTest
[ main] Version INFO WELD-000900 1.1.5 (Final)
Oct 18, 2013 6:38:43 PM org.apache.deltaspike.core.util.ClassDeactivationUtils cacheResult
INFO: class: org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension activated=true
Oct 18, 2013 6:38:43 PM org.apache.deltaspike.core.util.ClassDeactivationUtils cacheResult
INFO: class: org.apache.deltaspike.core.impl.exclude.GlobalAlternative activated=true
Oct 18, 2013 6:38:43 PM org.apache.deltaspike.core.util.ClassDeactivationUtils cacheResult
INFO: class: org.apache.deltaspike.core.impl.exclude.CustomProjectStageBeanFilter activated=true
Oct 18, 2013 6:38:43 PM org.apache.deltaspike.core.util.ClassDeactivationUtils cacheResult
INFO: class: org.apache.deltaspike.core.impl.config.ConfigurationExtension activated=true
Oct 18, 2013 6:38:43 PM org.apache.deltaspike.core.util.ClassDeactivationUtils cacheResult
INFO: class: org.apache.deltaspike.core.impl.exception.control.extension.ExceptionControlExtension activated=true
Oct 18, 2013 6:38:43 PM org.apache.deltaspike.core.util.ClassDeactivationUtils cacheResult
INFO: class: org.apache.deltaspike.core.impl.message.MessageBundleExtension activated=true
Oct 18, 2013 6:38:43 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: Production
[ main] CdiCamelContext INFO Apache Camel 2.12.1 (CamelContext: cxf) is starting
[ main] ManagedManagementStrategy INFO JMX is enabled
[ main] DefaultTypeConverter INFO Loaded 193 type converters
[ main] CdiCamelContext INFO StreamCaching is not in use. If using streams then its recommended to enable stream caching. See more details at http://camel.apache.org/stream-caching.html
[ main] CdiCamelContext INFO Total 0 routes, of which 0 is started.
[ main] CdiCamelContext INFO Apache Camel 2.12.1 (CamelContext: cxf) started in 0.213 seconds
[ main] ReflectionServiceFactoryBean INFO Creating Service {http://service.workshop.fusesource.org}DocumentsService from class org.fusesource.workshop.service.Documents
[ main] ServerImpl INFO Setting the server's publish address to be http://localhost:9090/cxf/service
[ main] Server INFO jetty-8.1.12.v20130726
[ main] AbstractConnector INFO Started SelectChannelConnector@localhost:9090
[ main] CdiCamelContext INFO Route: fromWebServiceToQueue started and consuming from: Endpoint[http://localhost:9090/cxf/service]
[ qtp2000259711-17] documents INFO Inbound Message
----------------------------
ID: 1
Address: http://localhost:9090/cxf/service?wsdl
Http-Method: GET
Content-Type:
Headers: {Accept=[text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8], accept-encoding=[gzip,deflate,sdch], Accept-Language=[en-US,en;q=0.8], connection=[keep-alive], Content-Type=[null], Host=[localhost:9090], User-Agent=[Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.66 Safari/537.36]}
--------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment