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)
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")
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
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
> 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,