Re: generated feature file in karaf-maven-plugin 3.0.3 don't work in karaf 4.0.0.M2

2015-02-27 Thread Rodrigo Serra
> If you change the namespace in the generated features.xml, it should work. > > Regards > JB > > On 02/27/2015 02:16 AM, Rodrigo Serra wrote: >> Hello, >> >> I found problem with karaf-maven-plugin 3.0.3 generated feature file in >> karaf 4.0.0

generated feature file in karaf-maven-plugin 3.0.3 don't work in karaf 4.0.0.M2

2015-02-26 Thread Rodrigo Serra
Hello, I found problem with karaf-maven-plugin 3.0.3 generated feature file in karaf 4.0.0.M2. When try command feature:repo-add fail with this exception: java.io.IOException: Unsupported namespace: http://karaf.apache.org/xmlns/features/v1.2.1 : mvn:ar.com.jlab.osgi.karaf/jpa-eclipselink/1.0.

Re: Aries JPA feature and Eclipselink conflict

2015-02-03 Thread Rodrigo Serra
fré escribió: > > In that case, eclipselink feature should not depend to the jpa feature and > install its own spec bundle (it's weird anyway ;)). > > Regards > JB > > On 02/03/2015 06:34 PM, Rodrigo Serra wrote: >> Hello, >> >> Eclipselink need they own

Re: Aries JPA feature and Eclipselink conflict

2015-02-03 Thread Rodrigo Serra
Hello, Eclipselink need they own jpa spec bundle because others eclipselink bundle has direct relation with it. See here: https://bitbucket.org/rmserra/karaf-eclipselink Regards, Rodrigo > El 3/2/2015, a las 14:17, Giuseppe Gerla escribió: >

Re: Bundle class loaders details

2014-11-11 Thread Rodrigo Serra
teresting details. Also the headers command helps if the bundle is > not resolved. > > Christian > > Am 11.11.2014 21:52, schrieb Rodrigo Serra: >> Hi, >> >> Is possible to view details of the class loader for specifics bundle? >> >> Regards, >

Bundle class loaders details

2014-11-11 Thread Rodrigo Serra
Hi, Is possible to view details of the class loader for specifics bundle? Regards, Rodrigo

Re: [UPDATE] New install-kar goal of karaf-maven-plugin

2014-09-25 Thread Rodrigo Serra
ribió: > By the way, I tested both Java7 and Java8 successfully (again on CentOS 7 > without Internet connection) ;) > > Regards > JB > > On 09/24/2014 02:59 PM, Rodrigo Serra wrote: >> Hi JB, the resulting distribution. Regards, Rodrigo >> >> El 2

Re: [UPDATE] New install-kar goal of karaf-maven-plugin

2014-09-24 Thread Rodrigo Serra
Hi JB, the resulting distribution. Regards, Rodrigo El 24/09/2014, a las 09:52, Jean-Baptiste Onofré escribió: > Hi Rodrigo, > > you mean you launch mvn without Internet ? > or the resulting distribution on a vm without Internet ? > > Regards > JB > > On 09/24/2

Re: [UPDATE] New install-kar goal of karaf-maven-plugin

2014-09-24 Thread Rodrigo Serra
ay, it looks good to me (I tested something similar with camel and it > works fine). > So maybe you have some artifacts resolution issue (at bundle level). > > If you can send to me (private) the output of mvn -X clean install of your > assembly, I can take a look. > >

Re: [UPDATE] New install-kar goal of karaf-maven-plugin

2014-09-24 Thread Rodrigo Serra
JB > > On 09/24/2014 07:08 AM, Jean-Baptiste Onofré wrote: >> OK, I see a small mistake in the update of >> etc/org.apache.karaf.features.cfg file. >> >> I gonna fix that. >> >> Regards >> JB >> >> On 09/23/2014 10:55 PM, Rodrigo

Re: [UPDATE] New install-kar goal of karaf-maven-plugin

2014-09-23 Thread Rodrigo Serra
Hi JB, I compile and run the generated assembly in a VM without internet access. The resulting assembly has reference to directories of my development environment. This is can be see in the karaf log: 2014-09-23 17:45:33,573 | WARN | FelixStartLevel | FeaturesServiceImpl | 20 -

Re: karaf-maven-plugin: missing bundle in "bootFeatures" feature

2014-09-21 Thread Rodrigo Serra
Hi JB, Thanks you!!! Regards, Rodrigo El 21/09/2014, a las 13:27, Jean-Baptiste Onofré escribió: > Hi Rodrigo, > > if it's a transitive feature, it's "normal" as it's not yet supported. I will > push the change tomorrow (maybe tonight). > > Regard

karaf-maven-plugin: missing bundle in "bootFeatures" feature

2014-09-21 Thread Rodrigo Serra
Hi, I try to make a karaf assembly with all bundles in system directory to avoid internet connection o using mvm mirror. All looks good until the "transaction" feature. In the system folder of the generated assembly, there are a missing bundle required by this feature: mvn:org.apache.geronimo

Re: Karaf branding

2014-09-16 Thread Rodrigo Serra
> org.apache.karaf.branding/branding.properties. > > The branding.properties contains a welcome property. > > Now, as an alternative, instead of looking for a bundle, you can put directly > the branding.properties in Karaf etc folder. > > Regards > JB > > On 09/16/2014 0

Karaf branding

2014-09-16 Thread Rodrigo Serra
Hi, I have trouble with branding. I used this facility in the past with no problems but now simply doesn't work, nothing happens. I have a bundle with file org.apache.karaf.branding/branding.properties: # Copyright 2014 JLab S.A. # Todos los derechos reservados welcome = \ \u001B[36m ___

Re: karaf-maven-plugin fails to use features with bundles with "wrap" and "blueprint" keyword.

2014-09-14 Thread Rodrigo Serra
Thanks! Regards, Rodrigo El 14/09/2014, a las 15:44, Jean-Baptiste Onofré escribió: > Thanks for the update. As I said, I added support of new URLs. > > I'm creating a Jira and will fix your issue. > > Thanks ! > Regards > JB > > On 09/14/2014 08:41 PM, Rodr

Re: karaf-maven-plugin fails to use features with bundles with "wrap" and "blueprint" keyword.

2014-09-14 Thread Rodrigo Serra
* Convert PAX URL mvn format to aether coordinate format. El 14/09/2014, a las 13:37, Rodrigo Serra escribió: > Thanks JB! > > Regards, > Rodrigo > >> El 14/09/2014, a las 12:43, Jean-Baptiste Onofré >> escribió: >> >> Hi Rodrigo, >>

Re: karaf-maven-plugin fails to use features with bundles with "wrap" and "blueprint" keyword.

2014-09-14 Thread Rodrigo Serra
Thanks JB! Regards, Rodrigo > El 14/09/2014, a las 12:43, Jean-Baptiste Onofré escribió: > > Hi Rodrigo, > > I added support of some URLs but not all. I will add wrap and blueprint > support. > > Regards > JB > >> On 09/14/2014 01:57 PM, Rodrigo Serr

karaf-maven-plugin fails to use features with bundles with "wrap" and "blueprint" keyword.

2014-09-14 Thread Rodrigo Serra
Hi, When i try to generate a karaf distribution with karaf-maven-plugin, the plugin fails in bundles with wrap o blueprint keyboard. The error is: --- karaf-maven-plugin:3.0.2-SNAPSHOT:install-kars (default-install-kars) @ sgc --- Installing feature file:/Users/rserra/NetBeansProjects/Lecici/s

Re: Custom feature name in org.apache.karaf.tooling:feature-generate

2014-09-13 Thread Rodrigo Serra
can specify the > feature name. > I'm preparing the merge. > > Regards > JB > > On 09/13/2014 05:00 PM, Rodrigo Serra wrote: >> Hi, >> >> Is posible to customize the feature name generated by tooling plugin? >> >> Regards, >> Rodrigo

Custom feature name in org.apache.karaf.tooling:feature-generate

2014-09-13 Thread Rodrigo Serra
Hi, Is posible to customize the feature name generated by tooling plugin? Regards, Rodrigo

Re: Unexpected folder '${karaf.data}'

2014-09-09 Thread Rodrigo Serra
pache.org/jira/browse/KARAF-3212 - I have raised an >>>>> issue yesterday >>>>> >>>>> Best regards >>>>> Krzysztof >>>>> >>>>> >>>>> >>>>> >>>>> >&

Unexpected folder '${karaf.data}'

2014-09-09 Thread Rodrigo Serra
Hi, Latest karaf 3.0.2-SNAPSHOT create a folder with name ‘${karaf.data}’ (without the quotes) in KARAF_HOME. Inside the folder exists another folder called pax-web-jsp. Some thing create the folder without convert the parameters values. Regards, Rodrigo

Re: MissingResourceException in aries transaction

2014-09-08 Thread Rodrigo Serra
. Let me check ;) >>> >>> Regards >>> JB >>> >>> On 09/08/2014 08:10 PM, Krzysztof Sobkowiak wrote: >>>> I could reproduce this problem on my machine too >>>> >>>> On 08.09.2014 15:17, Rodrig

Re: MissingResourceException in aries transaction

2014-09-08 Thread Rodrigo Serra
ager:1.1.0] ... 8 more Regards, Rodrigo El 08/09/2014, a las 09:32, Jean-Baptiste Onofré escribió: > Is it when you install the transaction feature or directly when you start > ConfigAdmin/karaf ? > > Regards > JB > > On 09/08/2014 01:23 PM, Rodrigo Serra wrote: >

MissingResourceException in aries transaction

2014-09-08 Thread Rodrigo Serra
at org.apache.aries.transaction.internal.NLS.(NLS.java:25)[67:org.apache.aries.transaction.manager:1.1.0] ... 8 more and no transaction manager service is available. Is some thing regarding my OS installation locale? Regards, Rodrigo El 08/09/2014, a las 08:03, Rodrigo Serra esc

Re: Latest Karaf 3.0.2-SNAPSHOT build failure

2014-09-08 Thread Rodrigo Serra
> > On 09/08/2014 12:08 PM, Rodrigo Serra wrote: >> Hello JB, >> >> Now the build failt with this error: >> >> [ERROR] Failed to execute goal >> org.apache.karaf.tooling:karaf-maven-plugin:3.0.2-SNAPSHOT:features-generate-descri

Re: Latest Karaf 3.0.2-SNAPSHOT build failure

2014-09-08 Thread Rodrigo Serra
/2014, a las 03:42, Jean-Baptiste Onofré escribió: > The build on Jenkins failed but for one itests failure, the assemblies and > archetypes look ok now. > > Regards > JB > > On 09/08/2014 04:12 AM, Rodrigo Serra wrote: >> Hello, >> >> Before commit

Re: Latest Karaf 3.0.2-SNAPSHOT build failure

2014-09-07 Thread Rodrigo Serra
Please read After, not Before :) El 07/09/2014, a las 23:12, Rodrigo Serra escribió: > Hello, > > Before commit 873fe82e25a146a3cd935a8e4662f42cca2b52c1 the compilation are > broken. The first problem is the upgrade of pax web to 3.1.2-SNAPSHOT. I > don’t have this jar in my

Re: Latest Karaf 3.0.2-SNAPSHOT build failure

2014-09-07 Thread Rodrigo Serra
Hello, Before commit 873fe82e25a146a3cd935a8e4662f42cca2b52c1 the compilation are broken. The first problem is the upgrade of pax web to 3.1.2-SNAPSHOT. I don’t have this jar in my m2, but c2eef4e fix the version but the current error emerge. Some thin in the middle of two commit broke the com

Re: JPA 2.1 (eclipselink) in Karaf 3.01

2014-07-23 Thread Rodrigo Serra
don't start to import other not intended > packages. > > regards, Achim > > > 2014-07-23 5:22 GMT+02:00 Rodrigo Serra : > >> I found the way to ignore custom Import-Package required for eclipselink. >> Replace Import-Package with >> *. >> >>

Re: JPA 2.1 (eclipselink) in Karaf 3.01

2014-07-22 Thread Rodrigo Serra
he >> section needed for maven-bundle-plugin: >> >> >> org.eclipse.persistence.internal.weaving, >> org.eclipse.persistence.internal.descriptors, >> org.eclipse.persistence.queries, >> org.eclipse.persistence.descriptors.changetrack

Re: JPA 2.1 (eclipselink) in Karaf 3.01

2014-07-22 Thread Rodrigo Serra
ipselink feature :) Regards, Rodrigo El 22/07/2014, a las 09:03, Jean-Baptiste Onofré escribió: > Hi Rodrigo, > > I released Aries JPA 1.0.2 which now supports JPA 2.1. > Karaf 3.0.2-SNAPSHOT is already updated to this version and so supports JPA > 2.1. > > I didn't

Re: JPA 2.1 (eclipselink) in Karaf 3.01

2014-07-22 Thread Rodrigo Serra
yet on trunk as I didn't push the Aries change yet. I will do it > during the week end "max". > > Regards > JB > > On 07/10/2014 05:39 PM, Rodrigo Serra wrote: >> Thank for you fast response JB. >> >> Is already in trunk? What is the release ti

Re: JPA 2.1 (eclipselink) in Karaf 3.01

2014-07-10 Thread Rodrigo Serra
Thank for you fast response JB. Is already in trunk? What is the release time for 3.0.2? Regards, Rodrigo El 10/07/2014, a las 12:00, Jean-Baptiste Onofré escribió: > Hi Rodrigo, > > no, JPA 2.1 will be supported in 3.0.2. > > Regards > JB > > On 07/10/2014 04:57

JPA 2.1 (eclipselink) in Karaf 3.01

2014-07-10 Thread Rodrigo Serra
Hello, Is supported eclipselink JPA 2.1 in Karaf 3.01? Regards Rodrigo

Re: Task scheduler in Karaf

2013-04-24 Thread Rodrigo Serra
Is very nice feature to have!!! Enviado desde mi iPad El 24/04/2013, a las 09:41, roedll escribió: > More than a year ago Ioannis Canellos posted that he added a rudimentary > scheduler as a new module to trunk. (See > http://karaf.922171.n3.nabble.com/Introducing-a-task-scheduler-in-Karaf-td31