Re: JPA (Hibernate) with Apache Karaf 4.2

2018-06-02 Thread Jean-Baptiste Onofré
Thanks Alex, I'm rebasing the branch right now. Good idea for JSF, I gonna add an example about it. Regards JB On 02/06/2018 20:34, alex09 wrote: > There are plenty of examples, so this looks good to me, however as written > before, for me the JPA example doesn't work currently. If I look at >

Karaf 4.2.0: java.util.concurrent.TimeoutException: null

2018-06-02 Thread Joery Vreijsen
Hi there! I’m running into a weird issue regarding some timeouts when uninstalling a CamelContext in Karaf 4.2.0. Due to the fact that i’m not entirely sure if this is a Camel or Karaf issue, but the exception is thrown from inside Karaf i’m going to try it here first. I am installing a Camel

Re: JPA (Hibernate) with Apache Karaf 4.2

2018-06-02 Thread alex09
There are plenty of examples, so this looks good to me, however as written before, for me the JPA example doesn't work currently. If I look at https://github.com/jbonofre/karaf/tree/DEV_GUIDE/examples there has been no changes, right? In general, I know of several people (including me) using JSF,

Re: JPA (Hibernate) with Apache Karaf 4.2

2018-06-02 Thread alex09
Hi Kerry, thanks, it's working now. However, from a plain Karaf installation I had to `feature:install aries-blueprint`would be good to mention somewhere in the docs. Alex -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Re: JPA (Hibernate) with Apache Karaf 4.2

2018-06-02 Thread Jean-Baptiste Onofré
Hi I encourage you guys to take a look in the DEV_GUIDE branch. Please let me know if you want additional examples. I'm working on it during the weekend. Regards JB Le 2 juin 2018 à 12:54, à 12:54, Kerry a écrit: >Alex, > >thanks for letting me know. I didn't rename a dependency in the

Re: JPA (Hibernate) with Apache Karaf 4.2

2018-06-02 Thread Kerry
Alex, thanks for letting me know. I didn't rename a dependency in the simple-commands module when I renamed 'simple' to 'simple-dao'. I've pushed up a fix to master. Kerry On 01/06/18 21:12, alex09 wrote: Hi Kerry, yes, I cloned master of jpatest and started building with `mvn clean