fabric-hawtio-swagger swagger version

2017-08-03 Thread renalexster
I'm using Jboss Fuse 6.3 and having problem to use hawtio-swagger. Only works with version of swagger spec 1.2 (DefaultCamelSwaggerServlet), but when using camel-swagger-java:2.17.0.redhat-630187 doesn't work. Using DefaulCamelSwaggerServlet (camel-swagger)

Jpa Idempotent + OSGi

2017-05-16 Thread renalexster
ample: camel-jpa-idempotent <https://github.com/renalexster/camel-jpa-idempotent> This is my route: from("jpa:com.mycompany.model.Client?persistenceUnit=persistenceUnit&consumeDelete=false")

Camel JPA Transaction + EntityManager

2017-06-07 Thread renalexster
transaction scope, how can I do this? Below is a simple example, but that reflects the problem in the actual design. Project example <https://github.com/renalexster/camel-jpa-idempotent/tree/lock_transaction> == @Component public class MyS

EntityManager + Transaction + OSGi

2017-06-09 Thread renalexster
Hi, I'm having problems with the entityManager when I try to run in OSGI environment (jboss-fuse-6.3-fabric). Everything works locally running by camel:run, but in the OSGI container the transaction is not committed in the database Here <https://github.com/renalexster/camel-jpa-idempot

Re: EntityManager + Transaction + OSGi

2017-06-09 Thread renalexster
> Grzegorz Grzybek > === > [1]: > https://github.com/FuseByExample/camel-persistence-part2/tree/jboss- > fuse-6.2 > > 2017-06-09 16:23 GMT+02:00 renalexster <[hidden email] > <http:///user/SendEmail.jtp?type=node&node=5802807&i=0>>: > > > Hi,