Re: karaf/blueprint and gradle

2015-12-23 Thread lb
Hi Sebastien, JB, I'm working to make some gradle plugins for karaf to match and extend functionalities of maven one: https://github.com/lburgazzoli/gradle-karaf-features-plugin https://github.com/lburgazzoli/gradle-karaf-distribution-plugin https://github.com/lburgazzoli/gradle-karaf-plugin

Karaf Maven Plugin

2015-11-30 Thread lb
Hi all, I'm working to complete my gradle-karaf-plugin ( https://github.com/lburgazzoli/gradle-karaf-features-plugin) and I found that the karaf-maven-plugin does not automatically include the project in which it has been used. As example I've created a project like

Re: Karaf Maven Plugin

2015-11-30 Thread lb
But it does it only if includeProjectArtifact is set, correct ? On Mon, Nov 30, 2015 at 10:57 AM, Jean-Baptiste Onofré <j...@nanthrax.net> wrote: > Hi Luca, > > The assembly goal should. > > Regards > JB > > > On 11/30/2015 10:56 AM, lb wrote: > >> Hi al

Re: JPA with Karaf

2014-01-15 Thread lb
://issues.apache.org/jira/browse/ARIES-840 https://github.com/brmeyer/HibernateOSGi/issues/5 https://github.com/lburgazzoli/lb-karaf-examples-jpa/tree/master/jpa-hibernate I switched to native and unmanaged JPA in my projects (example on https://github.com/lburgazzoli/lb-karaf-examples-jpa/tree

Re: Karaf samples/quickstarts

2014-01-09 Thread lb
I wrote some very-very simple JPA examples on https://github.com/lburgazzoli/lb-karaf-examples-jpa I wrote them primary to test the maturity of JPA providers and the specific issues you may spot Hope it helps On Thu, Jan 9, 2014 at 9:11 AM, Jean-Baptiste Onofré j...@nanthrax.netwrote: Hi

Re: karaf 3.0 : hibernate 4 feature

2014-01-07 Thread lb
Hi,Here  https://github.com/lburgazzoli/lb-karaf-features/blob/master/repo/hibernate4.xml  you can find the latest version. — Sent from Mailbox for iPad On Fri, Jan 3, 2014 at 12:54 PM, Henryk Konsek hekon...@gmail.com wrote: Hi, It will be great to have such feature officially in Karaf

Re: karaf 3.0 : hibernate 4 feature

2014-01-03 Thread lb
A note: I've include the whole http feature as dependence whereas Hibernate4 works also with geronimo-servlet_3.0_spec, I do not know which is the best option. On Fri, Jan 3, 2014 at 12:03 PM, Freeman Fang freeman.f...@gmail.comwrote: Thanks JB! - Freeman(Yue) Fang Red Hat,

Re: ConfigAdmin and OSGi Blueprint

2013-11-27 Thread lb
. On Oct 29, 2013, at 10:37, Christian Schneider ch...@die-schneider.net wrote: I would keep the update strategy reload. As far as I know it is the only way to keep up to date with config changes. Christian Am 29.10.2013 13:45, schrieb lb: reload is something left from copy-and-past

Re: ConfigAdmin and OSGi Blueprint

2013-10-29 Thread lb
reload is something left from copy-and-past :-) thx for the hint. — lb On Tue, Oct 29, 2013 at 1:12 PM, Christian Schneider ch...@die-schneider.net wrote: On 29.10.2013 11:59, lbu wrote: Hi, I'm trying to figure-out which is the best option to configure a bean instantiated via OSGi

Re: OpenJPA logging Vs Karaf

2013-10-05 Thread lb
ti doesn't for me :-( can you share your setu? — lb On Sat, Oct 5, 2013 at 12:23 PM, Bram Pouwelse b...@pouwelse.com wrote: Using slf4j instead of log4j works with karaf for me Op 5 okt. 2013 12:09 schreef lbu lburgazz...@gmail.com: Hi, Im trying to understand why OpenJPA logging does

Re: OpenJPA logging Vs Karaf

2013-10-05 Thread lb
This is what I did but it does not seems to work as expected. I've set-up two projects on github: 1) https://github.com/lburgazzoli/lb-sandbox-java 2) https://github.com/lburgazzoli/lb-karaf-examples The 1st one does not even use OSGi but a plain OpenJPA and there is a difference among what

Re: OpenJPA logging Vs Karaf

2013-10-05 Thread lb
tested against OpenJPA 2.2.2 and 2.3.0-SNAPSHOT On Sat, Oct 5, 2013 at 1:33 PM, Jean-Baptiste Onofré j...@nanthrax.netwrote: Hi, what's the OpenJPA version ? 2.0 ? Regards JB On 10/05/2013 12:08 PM, lbu wrote: Hi, Im trying to understand why OpenJPA logging does not work properly in

Re: Karaf OSGi Web Service with EclipseLink: “No Persistence provider”

2013-03-15 Thread lb
and for EcliseLink you have to manually register an OSGi service to let the framework aware of the EcliseLink's PeristenceProvider implementation, you can find a very simple example here: https://github.com/lburgazzoli/lb-karaf-examples/tree/master/jpa-eclipselink-adapter Once done you are ready

Re: Karaf OSGi Web Service with EclipseLink: “No Persistence provider”

2013-03-14 Thread lb
Did you export the EclipseLink persistence provider? https://github.com/lburgazzoli/lb-karaf-examples On Thursday, March 14, 2013, ingulp wrote: I know there are several questions related to this, but none have been able to solve my problem. As it stands, I believe that my persistence.xml