Re: [ANN] Apache Karaf 4.0.2 Released!

2015-10-13 Thread Jean-Baptiste Onofré
Hi Gary, I bet it happens only on Windows, right ? Regards JB On 10/13/2015 10:46 PM, garyhodgson wrote: I was seeing this behaviour the other day after building an assembly based on 4.0.1. The cursor was sometimes working but othertimes pushing the text to the left. I'll see if it's still

Karaf 4.0.2: Problem Eclipselink 2.6.0 with JPA 2.2.0?

2015-10-13 Thread jochenw
Hello, I just tried Karaf 4.0.2. When starting my bundles exactly the same way as with 4.0.1, I receive an exception: [EL Severe]: 2015-10-14 07:44:04.226--ServerSession(343138733)--java.lang.NoClassDefFoundError: org/eclipse/persistence/internal/jpa/rs/metadata/model/Link at

Re: Karaf 4.0.2: Problem Eclipselink 2.6.0 with JPA 2.2.0?

2015-10-13 Thread Jean-Baptiste Onofré
Hi Jochen, I suspect that EclipseLink didn't like the update to JPA 2.2. Christian already mentioned some issues with JPA Blueprint due to some changes that we did in Aries JPA. I think Aries JPA requires some polishing (especially to support old style in addition of annotations, etc). It's

Re: SNAPSHOT versions being installed in custom assembly

2015-10-13 Thread Jean-Baptiste Onofré
Hi Gary, can you share your pom ? It depends the dependency that you define in the pom. Regards JB On 10/13/2015 10:54 PM, garyhodgson wrote: Hi, So maybe this is a misunderstanding on my part, but when I generate an assembly using karaf-maven-plugin, and the version is set to 4.0.2, I see

Re: Decanter - handling metric data volumes?

2015-10-13 Thread Jean-Baptiste Onofré
Hi Gary, Elasticsearch is one backend that you can use with Decanter, but not the only one. You can use JDBC, Cassandra, or even your own appender. You can also filter the metrics that you want to store. By default, we retrieve all metrics, that means large data set. It's what we do most of

Re: Error starting bundle Pax Logging Logback in karaf

2015-10-13 Thread XiLai Dai
Have you put the pax-logging-logback-1.8.3.jar into system/org/ops4j/pax/logging/pax-logging-logback/1.8.3/ manually? I did it and then start karaf and see Logback bundle is Active: 4 | Active | 8 | 1.8.3 | OPS4J Pax Logging - Logback Service Regards. Xilai

Re: [ANN] Apache Karaf 4.0.2 Released!

2015-10-13 Thread xlogger
Thanks for the latest release! I found a strange issue though... If I use a win7 PC as client and enter the karaf shell, the backspace button is not functioning well... Its okay if I used a linux vagrant box to run the karaf shell... Not sure if it's just me having such issue... -- View this

Re: [ANN] Apache Karaf 4.0.2 Released!

2015-10-13 Thread Arnaud Deprez
Ok, I was a bit too early. Anyway, I won't use this mirror anymore as I meet some trouble with it and dockerhub. Rgds, On Tue, Oct 13, 2015 at 11:24 AM Jean-Baptiste Onofré wrote: > The mirror sync is in progress. Sorry about that. > > Regards > JB > > On 10/13/2015 11:23

Re: [ANN] Apache Karaf 4.0.2 Released!

2015-10-13 Thread Arnaud Deprez
Apparently, it's not yet available here : http://archive.apache.org/dist/karaf/ On Tue, Oct 13, 2015 at 10:24 AM xlogger wrote: > Thanks for the latest release! > > I found a strange issue though... If I use a win7 PC as client and enter > the > karaf shell, the backspace

Re: [ANN] Apache Karaf 4.0.2 Released!

2015-10-13 Thread Jean-Baptiste Onofré
The mirror sync is in progress. Sorry about that. Regards JB On 10/13/2015 11:23 AM, Arnaud Deprez wrote: Apparently, it's not yet available here : http://archive.apache.org/dist/karaf/ On Tue, Oct 13, 2015 at 10:24 AM xlogger > wrote:

Re: Bug in karaf 4.0.2

2015-10-13 Thread Arnaud Deprez
I've just been testing it, I've got the same NPE in 4.0.0 as in 4.0.1. I would be able to modify a bit my project to use netty instead of servlet for tomorrow or at least end of week. On Tue, Oct 13, 2015 at 3:21 PM Jean-Baptiste Onofré wrote: > Or even with Karaf 4.0.0 ? >

Re: Bug in karaf 4.0.2

2015-10-13 Thread Arnaud Deprez
Actually, I had another bug with karaf 4.0.1 and jetty which was related to this thread : http://karaf.922171.n3.nabble.com/Nullpointer-Exception-in-jetty-ContextHandler-on-4-0-0-M2-and-M3-td4041050.html . So I couldn't test it with karaf 4.0.1. I can test it quickly if needed but I have to

Bug in karaf 4.0.2

2015-10-13 Thread Arnaud Deprez
Hi, I've found a bug in karaf 4.0.2. Informations is there as I first thought it was related to camel 2.16.0. http://camel.465427.n5.nabble.com/Camel-2-16-0-ProducerTemplate-has-not-been-started-td5772612.html Rgds, Arnaud

Re: Getting the plugin to generate feature dependencies

2015-10-13 Thread Jean-Baptiste Onofré
Not using the plugin (or you have to use a template file). Regards JB On 10/13/2015 06:51 PM, Benson Margulies wrote: Is there any case in which the karaf-maven-plugin will generate a element instead of bundle elements for its constituent bundles? -- Jean-Baptiste Onofré

KAR Deployer Not Working in Karaf 2.4.2

2015-10-13 Thread bobshort
Hi, I'm trying to take an existing feature and install it as a KAR archive on Karaf 2.4.2. Most of the bundles are installing fine, but when it gets to Spring OSGI bundles it blows up. The features file has this: mvn:org.springframework.osgi/org.springframework.osgi.core/1.2.1

Getting the plugin to generate feature dependencies

2015-10-13 Thread Benson Margulies
Is there any case in which the karaf-maven-plugin will generate a element instead of bundle elements for its constituent bundles?

Subsystem support

2015-10-13 Thread development
Subsystems seem very much like features to me and from Alexandre's email they are almost capable in Karaf. Is there going to be any kind of official subsystems support in Karaf. Examples would be having features depend on subsystems or treating subsystems as features. This would give the

Re: [ANN] Apache Karaf 4.0.2 Released!

2015-10-13 Thread garyhodgson
Just to confirm, with a fresh 4.0.2 install on windows 10, starting the karaf.bat via cygwin, the backspace moves the cursor forwards (but still appears to delete the text). Furthermore, in a 4.0.2 custom assembly the cursor acts even weirder, i.e. karaf@root()> uninstall 32 Command not

Re: KAR Deployer Not Working in Karaf 2.4.2

2015-10-13 Thread bobshort
I've been playing a bit more on this. I think what I'm running into is the same as this bug: https://issues.apache.org/jira/browse/KARAF-3806 Basically what I've found is this: if the organization name has a period in it (e.g. "org.springframework") the kar deployer attempts to resolve against

SNAPSHOT versions being installed in custom assembly

2015-10-13 Thread garyhodgson
Hi, So maybe this is a misunderstanding on my part, but when I generate an assembly using karaf-maven-plugin, and the version is set to 4.0.2, I see that features for both 4.0.2 and 4.0.3-SNAPSHOT are being installed to the system folder of the assembly. This doesn't seem right to me. Is there

Re: SNAPSHOT versions being installed in custom assembly

2015-10-13 Thread garyhodgson
I just started up the custom installation and I see that in fact several of the bundles have multiple versions, i.e. 45 | Active| 30 | 4.0.2 | Apache Karaf :: Shell :: Core 46 | Active| 30 | 4.0.3.SNAPSHOT | Apache Karaf :: Shell :: Core -- View this message in context:

Decanter - handling metric data volumes?

2015-10-13 Thread garyhodgson
Hi, I was wondering how people are using decanter as a metrics platform? In particular using Elastic Search to store metrics. I had previously thought that ES wasn't deemed suitable for time-series data, but I recently read up on aggregations and how to use them in Kibana, and it seems that ES