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 <[email protected]>wrote: > Thanks JB! > > ------------- > Freeman(Yue) Fang > > Red Hat, Inc. > FuseSource is now part of Red Hat > > > > On 2014-1-3, at 下午6:51, Jean-Baptiste Onofré wrote: > > LGPL is category B (not X), so we can reference it but not "include" it: > it's what we do. > > FYI, in Karaf 3.0.0, I've already added a hibernate feature. > > Regards > JB > > On 01/03/2014 11:46 AM, Freeman Fang wrote: > > Though it's a very useful feature, I'm not sure if we can add it in > > Karaf, as Hibernate is under LGPL license, can we? > > ------------- > > Freeman(Yue) Fang > > > Red Hat, Inc. > > FuseSource is now part of Red Hat > > > > > On 2014-1-3, at 下午6:19, Jean-Baptiste Onofré wrote: > > > +1 > > > I'm adding it (I create the Jira). > > > Thanks for the contribution. > > > Regards > > JB > > > On 01/03/2014 11:04 AM, lbu wrote: > > Hi, > > here you can find a feature for Hibernate 4: > > > <feature name="hibernate4" version="4.2.7.Final" > > description="Hibernate4 JPA > > persistence engine support"> > > <details>Enable Hibernate4 as persistence engine.</details> > > <feature>transaction</feature> > > <feature>jpa</feature> > > <feature>http</feature> > > <bundle > > > dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.antlr/2.7.7_5</bundle> > > <bundle > > > dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.ant/1.8.2_2</bundle> > > <bundle > > > dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.dom4j/1.6.1_5</bundle> > > <bundle > > > dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.serp/1.14.1_1</bundle> > > <bundle dependency="true">mvn:com.fasterxml/classmate/0.9.0</bundle> > > <bundle > > dependency="true">mvn:org.javassist/javassist/3.18.1-GA</bundle> > > <bundle > > > dependency="true">mvn:org.jboss.spec.javax.security.jacc/jboss-jacc-api_1.4_spec/1.0.2.Final</bundle> > > <bundle > > dependency="true">wrap:mvn:org.jboss/jandex/1.1.0.Final</bundle> > > <bundle > > dependency="true">mvn:org.jboss.logging/jboss-logging/3.1.4.GA</bundle> > > <bundle > > > dependency="true">mvn:org.hibernate.common/hibernate-commons-annotations/4.0.4.Final</bundle> > > <bundle>mvn:org.hibernate/hibernate-core/4.2.7.Final</bundle> > > <bundle>mvn:org.hibernate/hibernate-entitymanager/4.2.7.Final</bundle> > > <bundle>mvn:org.hibernate/hibernate-envers/4.2.7.Final</bundle> > > <bundle>mvn:org.hibernate/hibernate-osgi/4.2.7.Final</bundle> > > </feature> > > > Do you think it can be added to karaf's enterprise features? > > > > > > > -- > > View this message in context: > > > http://karaf.922171.n3.nabble.com/karaf-3-0-hibernate-4-feature-tp4030887.html > > Sent from the Karaf - User mailing list archive at Nabble.com > > <http://Nabble.com>. > > > > -- > > Jean-Baptiste Onofré > > [email protected] <mailto:[email protected] <[email protected]>> > > http://blog.nanthrax.net > > Talend - http://www.talend.com > > > > -- > Jean-Baptiste Onofré > [email protected] > http://blog.nanthrax.net > Talend - http://www.talend.com > > >
