Re: openjpa 2.4.1

2016-06-14 Thread ellirael
Has anybody got a working example with OpenJPA 2.4.1?

My model EntityManager is not registered as a service.
My api cannot start:
Error executing command: Error executing command on bundles:
Error starting bundle 223: Uses constraint violation. Unable to
resolve resource biz.lorien.niichi.api [biz.lorien.niichi.api [223]
(R 223.1)] because it is exposed to package 'javax.persistence' from
resources org.apache.geronimo.specs.geronimo-jpa_2.0_spec [org.apache.
geronimo.specs.geronimo-jpa_2.0_spec [115](R 115.0)] and javax.persistence
[javax.persistence [58](R 58.0)] via two dependency chains.

Chain 1:
  biz.lorien.niichi.api [biz.lorien.niichi.api [223](R 223.1)]
import:
(&(osgi.wiring.package=javax.persistence)(version>=1.1.0)(!(version>=2.0.0)))
 |
export: osgi.wiring.package: javax.persistence
  org.apache.geronimo.specs.geronimo-jpa_2.0_spec
[org.apache.geronimo.specs.geronimo-jpa_2.0_spec [115](R 115.0)]

Chain 2:
  biz.lorien.niichi.api [biz.lorien.niichi.api [223](R 223.1)]
import:
(&(osgi.wiring.package=org.apache.aries.jpa.supplier)(version>=1.0.0)(!(version>=2.0.0)))
 |
export: osgi.wiring.package=org.apache.aries.jpa.supplier;
uses:=javax.persistence
  org.apache.aries.jpa.api [org.apache.aries.jpa.api [81](R 81.0)]
import:
(&(osgi.wiring.package=javax.persistence)(version>=1.1.0)(!(version>=3.0.0)))
 |
export: osgi.wiring.package: javax.persistence
  javax.persistence [javax.persistence [58](R 58.0)] Unresolved
requirements: [[biz.lorien.niichi.api [223](R 223.1)] osgi.wiring.package;
(&(osgi.wiring.package=org.apache.aries.jpa.supplier)(version>=1.0.0)(!(version>=2.0.0)))]

All is ok with JPA Eclipselink implemetation.



--
View this message in context: 
http://karaf.922171.n3.nabble.com/openjpa-2-4-1-tp4045020p4046862.html
Sent from the Karaf - User mailing list archive at Nabble.com.


openjpa/2.4.1 and jpa/2.3.0 features

2016-06-14 Thread ellirael
openjpa/2.4.1 feature depends on and installs persistence-api 2.0 featute.
jpa/2.3.0 feature depends on and installs persistence-api 2.1 featute.

We have two versions of persistence api.
Can it be some sort of version conflict between openjpa/2.4.1 and jpa/2.3.0
features?



--
View this message in context: 
http://karaf.922171.n3.nabble.com/openjpa-2-4-1-and-jpa-2-3-0-features-tp4046860.html
Sent from the Karaf - User mailing list archive at Nabble.com.


Karaf 4.0.5 jdbc-config

2016-06-14 Thread conejo
I have an installation of karaf 4.0.5.
I create the file etc/org.ops4j.datasource-myDS with the following
information:

url = jdbc:h2:file:./db/myDatabase
dataSourceName = myDS
osgi.jdbc.driver.name = H2-pool-xa

The result is that two javax.sql.DataSource services are created with the
same name = myDS osgi.jndi.service.name=myDS

If I create the datasource manually does not occur:
jdbc: ds-create -dn H2-pool-xa -url jdbc:h2:file:./db/myDatabase myDs

Can you help?
Thank you.



--
View this message in context: 
http://karaf.922171.n3.nabble.com/Karaf-4-0-5-jdbc-config-tp4046858.html
Sent from the Karaf - User mailing list archive at Nabble.com.


Re: Jackson Module Afterburner not working in Karaf 3.0.5

2016-06-14 Thread Timothy Ward
An optional package import is “optional” meaning that it doesn’t need to be 
wired by the OSGi framework for the bundle to resolve. If the package isn’t 
wired then there will be no classes available from that package at runtime. 

As I said previously. Optional packages require a lot of thought and defensive 
coding. Very few packages are really optional. 

Regards,

Tim

> On 14 Jun 2016, at 13:50, Debraj Manna  wrote:
> 
> Thanks Timothy. Removing resolution:optional solved the issue. But any guess 
> why resolution:optional was creating the issue.?
> 
> Hi Debra,
> 
> I note that there are a lot of optional package imports in the manifest 
> snippet that you’ve provided. Optional package imports require a lot of 
> careful management and are hard to get right. In this case it looks as though 
> the package import is declared as optional even though it actually isn’t at 
> runtime.
> 
> My guess is that none of the imports are actually optional, and the wrapping 
> is currently not creating a very useful OSGi bundle.
> 
> Regards,
> 
> Tim
> 
> 
>> On 14 Jun 2016, at 10:51, Debraj Manna > > wrote:
>> 
>> I am not able to make this work yet. Can some one suggest some thing what 
>> could be going wrong?
>> 
>> On Wed, May 11, 2016 at 9:51 PM, Debraj Manna > > wrote:
>> Hi Jean,
>> 
>> I am facing a similiar problem when I tried to use Afterburner from my toy 
>> application to an actual code base. In the same code base in one place it is 
>> working perfectly fine and in one place it is failing with the error  
>> java.lang.ClassNotFoundException: 
>> com.fasterxml.jackson.module.afterburner.deser.BeanPropertyMutator.( I have 
>> placed the full stack-trace towards the end of my email). The same code base 
>> works perfectly fine when I run this as normal jar outside Karaf. I have no 
>> issue in the MANIFEST.mf in the bundle. All the imports are added:-
>> Import-Package: com.fasterxml.jackson.core;resolut
>>  ion:=optional;version="[2.7,3)",com.fasterxml.jackson.databind;resoluti
>>  on:=optional;version="[2.7,3)",com.fasterxml.jackson.databind.annotatio
>>  n;resolution:=optional;version="[2.7,3)",com.fasterxml.jackson.module.a
>>  fterburner;resolution:=optional;version="[2.7,3)",org.json;reso
>>  lution:=optional,org.osgi.service.blueprint;version="[1.0.0,2.0.0)";res
>>  olution:=optional,com.fasterxml.jack
>>  son.databind.ser;version="[2.7,3)",com.fasterxml.jackson.databind.deser
>>  ;version="[2.7,3)",com.fasterxml.jackson.databind.ser.std;version="[2.7
>>  ,3)",com.fasterxml.jackson.databind.deser.std;version="[2.7,3)",com.fas
>>  terxml.jackson.module.afterburner.ser;version="[2.7,3)",com.fasterxml.j
>>  ackson.module.afterburner.deser;version="[2.7,3)"
>> 
>> ...
>> Even doing bundle:headers in Karaf I am seeing all the bundles correctly 
>> imported
>> 
>> karaf@root>bundle:headers 286
>> 
>> basecomponent (286)
>> ---
>> Created-By = Apache Maven Bundle Plugin
>> Manifest-Version = 1.0
>> Bnd-LastModified = 1462969467812
>> Build-Jdk = 1.8.0_77
>> Built-By = debraj
>> Tool = Bnd-3.0.0.201509101326
>> 
>> Bundle-Blueprint = 
>> OSGI-INF/blueprint/authenticationBeans.xml,OSGI-INF/blueprint/awsBeans.xml,OSGI-INF/blueprint/blueprint.xml,OSGI-INF/blueprint/camelContext.xml,OSGI-INF/blueprint/catalogBeans.xml,OSGI-INF/blueprint/erpBeans.xml,OSGI-INF/blueprint/healthCheckBeans.xml,OSGI-INF/blueprint/orderBeans.xml,OSGI-INF/blueprint/productBeans.xml,OSGI-INF/blueprint/vendorBeans.xml
>> Bundle-ManifestVersion = 2
>> Bundle-SymbolicName = basecomponent
>> Bundle-Version = 0.0.1
>> Bundle-Name = basecomponent
>> 
>> Require-Capability = 
>> osgi.ee ;filter:=(&(osgi.ee 
>> =JavaSE)(version=1.8))
>> 
>> 
>> Import-Package = 
>> com.fasterxml.jackson.annotation;resolution:=optional;version="[2.7,3)",
>> com.fasterxml.jackson.core;resolution:=optional;version="[2.7,3)",
>> com.fasterxml.jackson.databind;resolution:=optional;version="[2.7,3)",
>> 
>> com.fasterxml.jackson.databind.annotation;resolution:=optional;version="[2.7,3)",
>> 
>> com.fasterxml.jackson.module.afterburner;resolution:=optional;version="[2.7,3)",
>> com.fasterxml.jackson.databind.ser;version="[2.7,3)",
>> com.fasterxml.jackson.databind.deser;version="[2.7,3)",
>> com.fasterxml.jackson.databind.ser.std;version="[2.7,3)",
>> com.fasterxml.jackson.databind.deser.std;version="[2.7,3)",
>> com.fasterxml.jackson.module.afterburner.ser;version="[2.7,3)",
>> com.fasterxml.jackson.module.afterburner.deser;version="[2.7,3)"
>> 
>> ...
>> The full stack trace:-
>> 
>> OrderException-GetOrdersHTTPFailure
>> com.fasterxml.jackson.databind.JsonMappingException: Failed to load class 
>> 'org.apache.camel.Message$Access4JacksonDeserializer98898f0f': 
>> 

Re: Jackson Module Afterburner not working in Karaf 3.0.5

2016-06-14 Thread Debraj Manna
Thanks Timothy. Removing resolution:optional solved the issue. But any
guess why resolution:optional was creating the issue.?
Hi Debra,

I note that there are a lot of optional package imports in the manifest
snippet that you’ve provided. Optional package imports require a lot of
careful management and are hard to get right. In this case it looks as
though the package import is declared as optional even though it actually
isn’t at runtime.

My guess is that none of the imports are actually optional, and the
wrapping is currently not creating a very useful OSGi bundle.

Regards,

Tim


On 14 Jun 2016, at 10:51, Debraj Manna  wrote:

I am not able to make this work yet. Can some one suggest some thing what
could be going wrong?

On Wed, May 11, 2016 at 9:51 PM, Debraj Manna 
wrote:

> Hi Jean,
>
> I am facing a similiar problem when I tried to use Afterburner from my toy
> application to an actual code base. In the same code base in one place it
> is working perfectly fine and in one place it is failing with the error  
> java.lang.ClassNotFoundException:
> com.fasterxml.jackson.module.afterburner.deser.BeanPropertyMutator.( I
> have placed the full stack-trace towards the end of my email). The same
> code base works perfectly fine when I run this as normal jar outside Karaf. I
> have no issue in the MANIFEST.mf in the bundle. All the imports are
> added:-
>
> Import-Package: com.fasterxml.jackson.core;resolut
>  ion:=optional;version="[2.7,3)",com.fasterxml.jackson.databind;resoluti
>  on:=optional;version="[2.7,3)",com.fasterxml.jackson.databind.annotatio
>  n;resolution:=optional;version="[2.7,3)",com.fasterxml.jackson.module.a
>  fterburner;resolution:=optional;version="[2.7,3)",org.json;reso
>  lution:=optional,org.osgi.service.blueprint;version="[1.0.0,2.0.0)";res
>  olution:=optional,com.fasterxml.jack
>  son.databind.ser;version="[2.7,3)",com.fasterxml.jackson.databind.deser
>  ;version="[2.7,3)",com.fasterxml.jackson.databind.ser.std;version="[2.7
>  ,3)",com.fasterxml.jackson.databind.deser.std;version="[2.7,3)",com.fas
>  terxml.jackson.module.afterburner.ser;version="[2.7,3)",com.fasterxml.j
>  ackson.module.afterburner.deser;version="[2.7,3)"
>
> ...
>
> Even doing bundle:headers in Karaf I am seeing all the bundles correctly
> imported
>
> karaf@root>bundle:headers 286
>
> basecomponent (286)
> ---
> Created-By = Apache Maven Bundle Plugin
> Manifest-Version = 1.0
> Bnd-LastModified = 1462969467812
> Build-Jdk = 1.8.0_77
> Built-By = debraj
> Tool = Bnd-3.0.0.201509101326
>
> Bundle-Blueprint = 
> OSGI-INF/blueprint/authenticationBeans.xml,OSGI-INF/blueprint/awsBeans.xml,OSGI-INF/blueprint/blueprint.xml,OSGI-INF/blueprint/camelContext.xml,OSGI-INF/blueprint/catalogBeans.xml,OSGI-INF/blueprint/erpBeans.xml,OSGI-INF/blueprint/healthCheckBeans.xml,OSGI-INF/blueprint/orderBeans.xml,OSGI-INF/blueprint/productBeans.xml,OSGI-INF/blueprint/vendorBeans.xml
> Bundle-ManifestVersion = 2
> Bundle-SymbolicName = basecomponent
> Bundle-Version = 0.0.1
> Bundle-Name = basecomponent
>
> Require-Capability =
> osgi.ee;filter:=(&(osgi.ee=JavaSE)(version=1.8))
>
>
> Import-Package =
> com.fasterxml.jackson.annotation;resolution:=optional;version="[2.7,3)",
> com.fasterxml.jackson.core;resolution:=optional;version="[2.7,3)",
> com.fasterxml.jackson.databind;resolution:=optional;version="[2.7,3)",
> 
> com.fasterxml.jackson.databind.annotation;resolution:=optional;version="[2.7,3)",
> 
> com.fasterxml.jackson.module.afterburner;resolution:=optional;version="[2.7,3)",
> com.fasterxml.jackson.databind.ser;version="[2.7,3)",
> com.fasterxml.jackson.databind.deser;version="[2.7,3)",
> com.fasterxml.jackson.databind.ser.std;version="[2.7,3)",
> com.fasterxml.jackson.databind.deser.std;version="[2.7,3)",
> com.fasterxml.jackson.module.afterburner.ser;version="[2.7,3)",
> com.fasterxml.jackson.module.afterburner.deser;version="[2.7,3)"
>
> ...
>
> The full stack trace:-
>
> OrderException-GetOrdersHTTPFailure
> com.fasterxml.jackson.databind.JsonMappingException: Failed to load class 
> 'org.apache.camel.Message$Access4JacksonDeserializer98898f0f': 
> com.fasterxml.jackson.module.afterburner.deser.BeanPropertyMutator
>  at [Source: {"data":{"total":2,"order":[], 
> "status":{"success":true}},"_metaData":{"urlParams":{}},"status":{"success":true,"errors":null,"httpStatusCode":200}};
>  line: 1, column: 1]
> at 
> com.fasterxml.jackson.databind.JsonMappingException.from(JsonMappingException.java:290)[267:com.fasterxml.jackson.core.jackson-databind:2.7.4]
> at 
> com.fasterxml.jackson.databind.deser.DeserializerCache._createAndCache2(DeserializerCache.java:269)[267:com.fasterxml.jackson.core.jackson-databind:2.7.4]
> at 
> com.fasterxml.jackson.databind.deser.DeserializerCache._createAndCacheValueDeserializer(DeserializerCache.java:244)[267:com.fasterxml.jackson.core.jackson-databind:2.7.4]
> 

Re: Jackson Module Afterburner not working in Karaf 3.0.5

2016-06-14 Thread Timothy Ward
Hi Debra,

I note that there are a lot of optional package imports in the manifest snippet 
that you’ve provided. Optional package imports require a lot of careful 
management and are hard to get right. In this case it looks as though the 
package import is declared as optional even though it actually isn’t at runtime.

My guess is that none of the imports are actually optional, and the wrapping is 
currently not creating a very useful OSGi bundle.

Regards,

Tim


> On 14 Jun 2016, at 10:51, Debraj Manna  wrote:
> 
> I am not able to make this work yet. Can some one suggest some thing what 
> could be going wrong?
> 
> On Wed, May 11, 2016 at 9:51 PM, Debraj Manna  > wrote:
> Hi Jean,
> 
> I am facing a similiar problem when I tried to use Afterburner from my toy 
> application to an actual code base. In the same code base in one place it is 
> working perfectly fine and in one place it is failing with the error  
> java.lang.ClassNotFoundException: 
> com.fasterxml.jackson.module.afterburner.deser.BeanPropertyMutator.( I have 
> placed the full stack-trace towards the end of my email). The same code base 
> works perfectly fine when I run this as normal jar outside Karaf. I have no 
> issue in the MANIFEST.mf in the bundle. All the imports are added:-
> Import-Package: com.fasterxml.jackson.core;resolut
>  ion:=optional;version="[2.7,3)",com.fasterxml.jackson.databind;resoluti
>  on:=optional;version="[2.7,3)",com.fasterxml.jackson.databind.annotatio
>  n;resolution:=optional;version="[2.7,3)",com.fasterxml.jackson.module.a
>  fterburner;resolution:=optional;version="[2.7,3)",org.json;reso
>  lution:=optional,org.osgi.service.blueprint;version="[1.0.0,2.0.0)";res
>  olution:=optional,com.fasterxml.jack
>  son.databind.ser;version="[2.7,3)",com.fasterxml.jackson.databind.deser
>  ;version="[2.7,3)",com.fasterxml.jackson.databind.ser.std;version="[2.7
>  ,3)",com.fasterxml.jackson.databind.deser.std;version="[2.7,3)",com.fas
>  terxml.jackson.module.afterburner.ser;version="[2.7,3)",com.fasterxml.j
>  ackson.module.afterburner.deser;version="[2.7,3)"
> 
> ...
> Even doing bundle:headers in Karaf I am seeing all the bundles correctly 
> imported
> 
> karaf@root>bundle:headers 286
> 
> basecomponent (286)
> ---
> Created-By = Apache Maven Bundle Plugin
> Manifest-Version = 1.0
> Bnd-LastModified = 1462969467812
> Build-Jdk = 1.8.0_77
> Built-By = debraj
> Tool = Bnd-3.0.0.201509101326
> 
> Bundle-Blueprint = 
> OSGI-INF/blueprint/authenticationBeans.xml,OSGI-INF/blueprint/awsBeans.xml,OSGI-INF/blueprint/blueprint.xml,OSGI-INF/blueprint/camelContext.xml,OSGI-INF/blueprint/catalogBeans.xml,OSGI-INF/blueprint/erpBeans.xml,OSGI-INF/blueprint/healthCheckBeans.xml,OSGI-INF/blueprint/orderBeans.xml,OSGI-INF/blueprint/productBeans.xml,OSGI-INF/blueprint/vendorBeans.xml
> Bundle-ManifestVersion = 2
> Bundle-SymbolicName = basecomponent
> Bundle-Version = 0.0.1
> Bundle-Name = basecomponent
> 
> Require-Capability = 
> osgi.ee ;filter:=(&(osgi.ee 
> =JavaSE)(version=1.8))
> 
> 
> Import-Package = 
> com.fasterxml.jackson.annotation;resolution:=optional;version="[2.7,3)",
> com.fasterxml.jackson.core;resolution:=optional;version="[2.7,3)",
> com.fasterxml.jackson.databind;resolution:=optional;version="[2.7,3)",
> 
> com.fasterxml.jackson.databind.annotation;resolution:=optional;version="[2.7,3)",
> 
> com.fasterxml.jackson.module.afterburner;resolution:=optional;version="[2.7,3)",
> com.fasterxml.jackson.databind.ser;version="[2.7,3)",
> com.fasterxml.jackson.databind.deser;version="[2.7,3)",
> com.fasterxml.jackson.databind.ser.std;version="[2.7,3)",
> com.fasterxml.jackson.databind.deser.std;version="[2.7,3)",
> com.fasterxml.jackson.module.afterburner.ser;version="[2.7,3)",
> com.fasterxml.jackson.module.afterburner.deser;version="[2.7,3)"
> 
> ...
> The full stack trace:-
> 
> OrderException-GetOrdersHTTPFailure
> com.fasterxml.jackson.databind.JsonMappingException: Failed to load class 
> 'org.apache.camel.Message$Access4JacksonDeserializer98898f0f': 
> com.fasterxml.jackson.module.afterburner.deser.BeanPropertyMutator
>  at [Source: {"data":{"total":2,"order":[], 
> "status":{"success":true}},"_metaData":{"urlParams":{}},"status":{"success":true,"errors":null,"httpStatusCode":200}};
>  line: 1, column: 1]
> at 
> com.fasterxml.jackson.databind.JsonMappingException.from(JsonMappingException.java:290)[267:com.fasterxml.jackson.core.jackson-databind:2.7.4]
> at 
> com.fasterxml.jackson.databind.deser.DeserializerCache._createAndCache2(DeserializerCache.java:269)[267:com.fasterxml.jackson.core.jackson-databind:2.7.4]
> at 
> com.fasterxml.jackson.databind.deser.DeserializerCache._createAndCacheValueDeserializer(DeserializerCache.java:244)[267:com.fasterxml.jackson.core.jackson-databind:2.7.4]
> at 
> 

Re: Jackson Module Afterburner not working in Karaf 3.0.5

2016-06-14 Thread Debraj Manna
I am not able to make this work yet. Can some one suggest some thing what
could be going wrong?

On Wed, May 11, 2016 at 9:51 PM, Debraj Manna 
wrote:

> Hi Jean,
>
> I am facing a similiar problem when I tried to use Afterburner from my toy
> application to an actual code base. In the same code base in one place it
> is working perfectly fine and in one place it is failing with the error  
> java.lang.ClassNotFoundException:
> com.fasterxml.jackson.module.afterburner.deser.BeanPropertyMutator.( I
> have placed the full stack-trace towards the end of my email). The same
> code base works perfectly fine when I run this as normal jar outside Karaf. I
> have no issue in the MANIFEST.mf in the bundle. All the imports are
> added:-
>
> Import-Package: com.fasterxml.jackson.core;resolut
>  ion:=optional;version="[2.7,3)",com.fasterxml.jackson.databind;resoluti
>  on:=optional;version="[2.7,3)",com.fasterxml.jackson.databind.annotatio
>  n;resolution:=optional;version="[2.7,3)",com.fasterxml.jackson.module.a
>  fterburner;resolution:=optional;version="[2.7,3)",org.json;reso
>  lution:=optional,org.osgi.service.blueprint;version="[1.0.0,2.0.0)";res
>  olution:=optional,com.fasterxml.jack
>  son.databind.ser;version="[2.7,3)",com.fasterxml.jackson.databind.deser
>  ;version="[2.7,3)",com.fasterxml.jackson.databind.ser.std;version="[2.7
>  ,3)",com.fasterxml.jackson.databind.deser.std;version="[2.7,3)",com.fas
>  terxml.jackson.module.afterburner.ser;version="[2.7,3)",com.fasterxml.j
>  ackson.module.afterburner.deser;version="[2.7,3)"
>
> ...
>
> Even doing bundle:headers in Karaf I am seeing all the bundles correctly
> imported
>
> karaf@root>bundle:headers 286
>
> basecomponent (286)
> ---
> Created-By = Apache Maven Bundle Plugin
> Manifest-Version = 1.0
> Bnd-LastModified = 1462969467812
> Build-Jdk = 1.8.0_77
> Built-By = debraj
> Tool = Bnd-3.0.0.201509101326
>
> Bundle-Blueprint = 
> OSGI-INF/blueprint/authenticationBeans.xml,OSGI-INF/blueprint/awsBeans.xml,OSGI-INF/blueprint/blueprint.xml,OSGI-INF/blueprint/camelContext.xml,OSGI-INF/blueprint/catalogBeans.xml,OSGI-INF/blueprint/erpBeans.xml,OSGI-INF/blueprint/healthCheckBeans.xml,OSGI-INF/blueprint/orderBeans.xml,OSGI-INF/blueprint/productBeans.xml,OSGI-INF/blueprint/vendorBeans.xml
> Bundle-ManifestVersion = 2
> Bundle-SymbolicName = basecomponent
> Bundle-Version = 0.0.1
> Bundle-Name = basecomponent
>
> Require-Capability =
> osgi.ee;filter:=(&(osgi.ee=JavaSE)(version=1.8))
>
>
> Import-Package =
> com.fasterxml.jackson.annotation;resolution:=optional;version="[2.7,3)",
> com.fasterxml.jackson.core;resolution:=optional;version="[2.7,3)",
> com.fasterxml.jackson.databind;resolution:=optional;version="[2.7,3)",
> 
> com.fasterxml.jackson.databind.annotation;resolution:=optional;version="[2.7,3)",
> 
> com.fasterxml.jackson.module.afterburner;resolution:=optional;version="[2.7,3)",
> com.fasterxml.jackson.databind.ser;version="[2.7,3)",
> com.fasterxml.jackson.databind.deser;version="[2.7,3)",
> com.fasterxml.jackson.databind.ser.std;version="[2.7,3)",
> com.fasterxml.jackson.databind.deser.std;version="[2.7,3)",
> com.fasterxml.jackson.module.afterburner.ser;version="[2.7,3)",
> com.fasterxml.jackson.module.afterburner.deser;version="[2.7,3)"
>
> ...
>
> The full stack trace:-
>
> OrderException-GetOrdersHTTPFailure
> com.fasterxml.jackson.databind.JsonMappingException: Failed to load class 
> 'org.apache.camel.Message$Access4JacksonDeserializer98898f0f': 
> com.fasterxml.jackson.module.afterburner.deser.BeanPropertyMutator
>  at [Source: {"data":{"total":2,"order":[], 
> "status":{"success":true}},"_metaData":{"urlParams":{}},"status":{"success":true,"errors":null,"httpStatusCode":200}};
>  line: 1, column: 1]
> at 
> com.fasterxml.jackson.databind.JsonMappingException.from(JsonMappingException.java:290)[267:com.fasterxml.jackson.core.jackson-databind:2.7.4]
> at 
> com.fasterxml.jackson.databind.deser.DeserializerCache._createAndCache2(DeserializerCache.java:269)[267:com.fasterxml.jackson.core.jackson-databind:2.7.4]
> at 
> com.fasterxml.jackson.databind.deser.DeserializerCache._createAndCacheValueDeserializer(DeserializerCache.java:244)[267:com.fasterxml.jackson.core.jackson-databind:2.7.4]
> at 
> com.fasterxml.jackson.databind.deser.DeserializerCache.findValueDeserializer(DeserializerCache.java:142)[267:com.fasterxml.jackson.core.jackson-databind:2.7.4]
> at 
> com.fasterxml.jackson.databind.DeserializationContext.findContextualValueDeserializer(DeserializationContext.java:444)[267:com.fasterxml.jackson.core.jackson-databind:2.7.4]
> at 
> com.fasterxml.jackson.databind.deser.std.StdDeserializer.findDeserializer(StdDeserializer.java:948)[267:com.fasterxml.jackson.core.jackson-databind:2.7.4]
> at 
>