Skip to content

Instantly share code, notes, and snippets.

View cmoulliard's full-sized avatar
🏠
Working from home

Charles Moulliard cmoulliard

🏠
Working from home
View GitHub Profile
@cmoulliard
cmoulliard / -
Last active December 26, 2015 04:59
# Karaf commands
addurl mvn:org.apache.camel.karaf/apache-camel/2.12.1/xml/features
features:install camel-blueprint
# Copy paste file under ~/temp/camel-blueprint.xml
https://gist.github.com/cmoulliard/7097408
cp ~/temp/camel-blueprint.xml /home/cmoulliard/Software/Apache/apache-karaf-2.3.3/deploy
org.apache.camel.CamelExecutionException: Exception occurred during execution on the exchange: Exchange[Message: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://service.workshop.fusesource.org">
<soapenv:Header/>
<soapenv:Body>
<ser:documentId>
<id>123</id>
</ser:documentId>
</soapenv:Body>
</soapenv:Envelope>]
at org.apache.camel.util.ObjectHelper.wrapCamelExecutionException(ObjectHelper.java:1360)
at org.apache.camel.util.ExchangeHelper.extractResultBody(ExchangeHelper.java:622)
INFO: Initializing Spring root WebApplicationContext
Oct 23, 2013 7:47:59 PM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
java.lang.IncompatibleClassChangeError: class org.springframework.core.LocalVariableTableParameterNameDiscoverer$ParameterNameDiscoveringVisitor has interface org.springframework.asm.ClassVisitor as super class
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:792)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:2895)
at org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:1173)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1681)
@cmoulliard
cmoulliard / -
Created November 18, 2013 12:22
[DEBUG] Configuring mojo 'org.asciidoctor:asciidoctor-maven-plugin:0.1.3.1:process-asciidoc' with basic configurator -->
[DEBUG] (s) attributes = {icons=null, max-width=1024px, stylesheet=/Users/chmoulli/RedHat/RH-Training/Trainings/GPE/camel/modules/A/target/maven-shared-archive-resources/conf/stylesheets/gpe_slide_theme.css}
[DEBUG] (s) backend = deckjs
[DEBUG] (s) doctype = article
[DEBUG] (s) embedAssets = true
[DEBUG] (s) extensions = [txt, doc, adoc, asciidoc]
[DEBUG] Extension realms for project com.redhat.gpe.training:modules:pom:1.0: (none)
[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
[DEBUG] (s) outputDirectory = /Users/chmoulli/RedHat/RH-Training/Trainings/GPE/camel/modules/site
[DEBUG] (s) sourceDi= /Users/chmoulli/RedHat/RH-Training/Trainings/GPE/camel/modules/A/docs
@cmoulliard
cmoulliard / -
Created November 18, 2013 12:24
RedHat-MacBook:docs chmoulli$ asciidoctor -T /Users/chmoulli/JBoss/Code/asciidoctor/asciidoctor-backends/haml/deckjs A_asset_repository_pg_01.txt
NoMethodError: undefined method `title' for nil:NilClass
Use --trace for backtrace
RedHat-MacBook:docs chmoulli$ asciidoctor -T /Users/chmoulli/JBoss/Code/asciidoctor/asciidoctor-backends/haml/deckjs A_asset_repository_pg_01.txt --trace
/Users/chmoulli/JBoss/Code/asciidoctor/asciidoctor-backends/haml/deckjs/document.html.haml:52:in `block in singletonclass': undefined method `title' for nil:NilClass (NoMethodError)
from /Users/chmoulli/JBoss/Code/asciidoctor/asciidoctor-backends/haml/deckjs/document.html.haml:65528:in `instance_eval'
from /Users/chmoulli/JBoss/Code/asciidoctor/asciidoctor-backends/haml/deckjs/document.html.haml:65528:in `singletonclass'
from /Users/chmoulli/JBoss/Code/asciidoctor/asciidoctor-backends/haml/deckjs/document.html.haml:65526:in `__tilt_70325215909600'
from /Users/chmoulli/.rvm/gems/ruby-1.9.3-p327/gems/tilt-1.4.1/lib/tilt/template.
@cmoulliard
cmoulliard / -
Created November 18, 2013 13:27
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<meta content="Asciidoctor 0.1.4" name="generator">
<meta content="Presenter Name" name="author">
<title>Title of Presentation</title>
<link href="deck.js/core/deck.core.css" rel="stylesheet">
<link href="deck.js/extensions/goto/deck.goto.css" rel="stylesheet">
<link href="deck.js/extensions/menu/deck.menu.css" rel="stylesheet">
@cmoulliard
cmoulliard / -
Created November 18, 2013 13:27
= Title of Presentation
Presenter Name
:backend: deckjs
:deckjs_transition: fade
:navigation:
== Title of Slide One
This is the first slide after the title slide.
@cmoulliard
cmoulliard / -
Created November 18, 2013 17:32
#
# Asciidoc Configuration file for slidy HTML generation.
#
include::xhtml11.conf[]
[literalparagraph]
template::[listingblock]
[openblock]
@cmoulliard
cmoulliard / -
Created November 18, 2013 18:15
<a class="deck-permalink" href="." title="Permalink to this slide">#</a>
<script src="deck.js/jquery-1.7.2.min.js"></script>
<script src="deck.js/core/deck.core.js"></script>
<script src="deck.js/core/deck.core.js"></script>
<script src="deck.js/extensions/hash/deck.hash.js"></script>
<script src="deck.js/extensions/menu/deck.menu.js"></script>
<script src="deck.js/extensions/goto/deck.goto.js"></script>
<script src="deck.js/extensions/status/deck.status.js"></script>
<script src="deck.js/extensions/navigation/deck.navigation.js"></script>
<script src="deck.js/extensions/scale/deck.scale.js"></script>
@cmoulliard
cmoulliard / -
Created November 18, 2013 18:16
<html lang="en">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<meta content="Asciidoctor 0.1.4" name="generator">
<title>Business Logic Development with JBoss BPMS6 - Update Course</title>
<link href="deck.js/core/deck.core.css" rel="stylesheet">
<link href="deck.js/extensions/goto/deck.goto.css" rel="stylesheet">
<link href="deck.js/extensions/menu/deck.menu.css" rel="stylesheet">
<link href="deck.js/extensions/navigation/deck.navigation.css" rel="stylesheet">
<link href="deck.js/extensions/status/deck.status.css" rel="stylesheet">