fabric8-quickstarts / karaf-camel-rest-sql

Camel Example using Rest DSL with SQL Database in Karaf container
1 stars 16 forks source link

how to show detail exception under karaf #156

Open minikiller opened 6 years ago

minikiller commented 6 years ago

Dear Sir: when i change /src/main/resources/OSGI-INF/blueprint/camel-context.xml file to this line

<get uri="/" outType="org.apache.camel.example.sql.model.Book111">

then deploy to karaf, from log:display i can not see detail exception, only see "(CamelContext: noteCamel) is shutting down". do you know how to config it ? I also find this link https://access.redhat.com/solutions/3032151. thank for your help.