Re: Error installing openjpa/3.0.0 in karaf 4.2.7

2019-12-15 Thread Jean-Baptiste Onofré
Hi, I'm not sure to follow your point. In Karaf 4.2.x, openjpa3 just installs the xbean-asm bundle and the full "native" openjpa feature. If you take a look on the openjpa feature: https://repo1.maven.org/maven2/org/apache/openjpa/openjpa-features/3.0.0/openjpa-features-3.0.0-features.xml It

Re: Error installing openjpa/3.0.0 in karaf 4.2.7

2019-12-15 Thread tvogel
JB, Looking for your input on advantages / disadvantages of three approaches to JPA for an application upgrade to karaf 4.2.7+. Logic for the upgrade is I'm switching from Windows to Linux on the hardware to get cost savings and want to take advantage of improvements over the last 2 years.

Re: Error installing openjpa/3.0.0 in karaf 4.2.7

2019-11-20 Thread Jean-Baptiste Onofré
Hi Timothy FYI, the jpa example (using openjpa3 feature) is executed/tests in the itest. So, it works at least for the example. Regards JB On 21/11/2019 04:22, tvogel wrote: > JB, > The feature installed fine using openjpa3. I'm in the process of testing > my application to ensure it still

Re: Error installing openjpa/3.0.0 in karaf 4.2.7

2019-11-20 Thread tvogel
JB, The feature installed fine using openjpa3. I'm in the process of testing my application to ensure it still functions. Thanks for the assistance! Timothy -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Re: Error installing openjpa/3.0.0 in karaf 4.2.7

2019-11-19 Thread Jean-Baptiste Onofré
Hi, OK, I remember now ;) You should not use the openjpa feature provided by OpenJPA. Instead, we create openjpa3 feature in Karaf that fix the asm/xbean issue. If you do: feature:install openjpa3 it should work smoothly (just tested it without problem). Regards JB On 17/11/2019 12:49,

Re: Error installing openjpa/3.0.0 in karaf 4.2.7

2019-11-18 Thread Jean-Baptiste Onofré
Hi Timothy, unfortunately, I think it will fail with several Karaf version. I can provide a patch to you. Anyway I plan 4.2.8 soon, so, if you can wait a bit, it would be even better. Regards JB On 18/11/2019 13:28, tvogel wrote: > Thanks for the quick response and confirmation. I'll try

Re: Error installing openjpa/3.0.0 in karaf 4.2.7

2019-11-18 Thread tvogel
Thanks for the quick response and confirmation. I'll try 4.2.6 in the meantime. Timothy -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Re: Error installing openjpa/3.0.0 in karaf 4.2.7

2019-11-17 Thread Jean-Baptiste Onofré
Hi, I confirm the issue (related to XBean update/import range). I created https://issues.apache.org/jira/browse/KARAF-6521 about that. It will be fixed in Karaf 4.2.8. Sorry for the inconvenience. Regards JB On 17/11/2019 12:49, tvogel wrote: > I am unable to install openjpa/3.0.0 in a clean

Re: Error installing openjpa/3.0.0 in karaf 4.2.7

2019-11-17 Thread Jean-Baptiste Onofré
Hi, the features might be updated. Let me try to reproduce (the openjpa feature should be covered by itests though). I keep you posted. Regards JB On 17/11/2019 12:49, tvogel wrote: > I am unable to install openjpa/3.0.0 in a clean distribution of karaf 4.2.7. > > Similar / Same error as

Error installing openjpa/3.0.0 in karaf 4.2.7

2019-11-17 Thread tvogel
I am unable to install openjpa/3.0.0 in a clean distribution of karaf 4.2.7. Similar / Same error as in this post http://karaf.922171.n3.nabble.com/Openjpa-feature-resolution-error-on-Karaf-4-2-2-tp4054700.html