Feature verify error with Karaf 4.2.2

2018-12-26 Thread Matteo Rulli
Hello, On my to upgrade from Karaf 4.1 to Karaf 4.2 I hit this error: [ERROR] Message: java.lang.UnsupportedOperationException Apparently this is triggered by these kind of directives in my feature.xml: osgi.service;effective:=active;objectClass=com.flairbit.iot.security.x509.api.X509StoreServi

Re: namespace handler dependency issues with KARAF 4.2.0

2018-12-26 Thread munishgupta.asr
Hi guys, Can you please help for above question? -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Re: Update

2018-12-26 Thread Jean-Baptiste Onofré
Thanks for the update. Regarding this fix and other fixes I did last week, I think I will cut a 4.2.3 pretty soon. Regards JB On 27/12/2018 01:17, Freeman Fang wrote: > Hi Scott, > > Thanks for the update! > > Cheers > - > Freeman(Yue) Fang > > Red Hat, Inc.  > > > > > >> On

Re: Update

2018-12-26 Thread Freeman Fang
Hi Scott, Thanks for the update! Cheers - Freeman(Yue) Fang Red Hat, Inc. > On Dec 27, 2018, at 7:06 AM, Leschke, Scott wrote: > > For what it’s worth, a few weeks ago I reported that I was seeing the Karaf > console hang with version 4.2.1 under Windows. I far as I can tel

Update

2018-12-26 Thread Leschke, Scott
For what it's worth, a few weeks ago I reported that I was seeing the Karaf console hang with version 4.2.1 under Windows. I far as I can tell, this issue appears to be resolved with the 4.2.3_SNAPSHOT release that contains the recent karaf.bat change. Regards, Scott

Re: Karaf 4.2.2, Java 11, OpenJFX 11 and PaxExam

2018-12-26 Thread Freeman Fang
Hi, Please use PAX-EXAM 4.13.1, which will address this issue. Cheers - Freeman(Yue) Fang Red Hat, Inc. > On Dec 27, 2018, at 2:42 AM, Kerry wrote: > > Thanks Freeman. I've ended up using > > new VMOption("-p"), new VMOption("/usr/lib/jvm/jfx1.11.0/lib"), > new VMOption("--a

Re: Openjpa feature resolution error on Karaf 4.2.2

2018-12-26 Thread francois.papon
The feature.xml on the master of OpenJPA is ok but not release yet (3.0.1-SNAPSHOT): https://github.com/apache/openjpa/blob/master/openjpa-features/src/main/feature/feature.xml regards, Francois Envoyé depuis mon smartphone Samsung Galaxy. Message d'origine De : Jean-Baptiste Ono

Re: Karaf 4.2.2, Java 11, OpenJFX 11 and PaxExam

2018-12-26 Thread Kerry
Thanks Freeman. I've ended up using new VMOption("-p"), new VMOption("/usr/lib/jvm/jfx1.11.0/lib"), new VMOption("--add-modules"), new VMOption("javafx.base,javafx.controls,javafx.fxml,javafx.graphics") Which seems to do the trick but I've got a Karaf start up issue now to solve: Cannot access

Re: Openjpa feature resolution error on Karaf 4.2.2

2018-12-26 Thread Jean-Baptiste Onofré
Afair we have a itest on openjpa. Let me check if it pass. Regards JB Le 26 déc. 2018 à 19:04, à 19:04, matteor a écrit: >Hello, > >I'm trying to upgrade to Karaf 4.2.2 but I get the following error with >the >openjpa feature: > > > >Is this a known issue? Any workaround available? > >Thanks, >M

Re: Openjpa feature resolution error on Karaf 4.2.2

2018-12-26 Thread francois.papon
Ok, This is because in Karaf 4.2.2 the version of both XBean and ASM was updated to 4.12 for XBean and 7 for ASM. The problem is in the OpenJPA feature. We will check this, thanks for the report ;) regards, Francois Envoyé depuis mon smartphone Samsung Galaxy. Message d'origine De

Re: Openjpa feature resolution error on Karaf 4.2.2

2018-12-26 Thread Matteo Rulli
The error is this: feature:install openjpa org.apache.felix.resolver.reason.ReasonException: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=openjpa; type=karaf.feature; version="[3.0.0,3.0.0]"; filter:="(&(osgi.identity=openjpa)(type=karaf.feature)(version>=3.0.

Re: Openjpa feature resolution error on Karaf 4.2.2

2018-12-26 Thread Francois Papon
Hi Matteo, We can't see the error on your message. Can you re paste it please? Regards, François Papon fpa...@apache.org Le 26/12/2018 à 22:03, matteor a écrit : > Hello, > > I'm trying to upgrade to Karaf 4.2.2 but I get the following error with the > openjpa feature: > > > > Is this a known

Openjpa feature resolution error on Karaf 4.2.2

2018-12-26 Thread matteor
Hello, I'm trying to upgrade to Karaf 4.2.2 but I get the following error with the openjpa feature: Is this a known issue? Any workaround available? Thanks, Matteo -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Re: namespace handler dependency issues with KARAF 4.2.0

2018-12-26 Thread munishgupta.asr
Adding more information about blueprint.XML, it creates beans like this and aries-bluprint, JNDI, transaction features are already installed. -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

namespace handler dependency issues with KARAF 4.2.0

2018-12-26 Thread munishgupta.asr
Hi All, after KARAF upgrade to 4.2.0, for our DBManager bundle, I am facing the dependency issues and it remains in Grace Period. Status: GracePeriod Missing dependencies: (&(objectClass=org.apache.aries.blueprint.NamespaceHandler)(osgi.service.blueprint.namespace=http://aries.apache.org/xmlns/jpa

Re: Karaf 4.2.2 with jdk 11

2018-12-26 Thread Freeman Fang
Yup, that’s what exactly I did to address it. Cheers - Freeman(Yue) Fang Red Hat, Inc. > On Dec 26, 2018, at 3:13 PM, j...@nanthrax.net wrote: > > Thanks Freeman. > > I didn't check your fix yet, but what I did is o move the Java version check > earlier in the script to set t