RE: Why is karaf so much easier to get working than older OSGi containers?

2017-04-17 Thread Pratt, Jason
Count me in on this -Original Message- From: Jean-Baptiste Onofré [mailto:j...@nanthrax.net] Sent: Wednesday, April 12, 2017 12:40 PM To: user@karaf.apache.org Subject: Re: Why is karaf so much easier to get working than older OSGi containers? Hi Brad, I would be more than happy to res

RE: Opinionated...

2017-01-17 Thread Pratt, Jason
Brad are you looking at doing some sort of RxJava here? From: Brad Johnson [mailto:bradj...@redhat.com] Sent: Saturday, January 14, 2017 5:20 AM To: user@karaf.apache.org Subject: RE: Opinionated... Scott, It’s funny that you mention OSGi Remote Services as that was sort of in the back of my mi

RE: karaf boot

2017-01-11 Thread Pratt, Jason
This sounds very interesting. Would the Dockers then be deployed similar to VertX? From: Nick Baker [mailto:nba...@pentaho.com] Sent: Wednesday, January 11, 2017 11:31 AM To: user@karaf.apache.org Subject: Re: karaf boot Some background on what we've been playing with may be of use. We've worke

RE: Apache Shiro in Karaf

2016-11-11 Thread Pratt, Jason
I ran into the same issue and eventually gave up using Shiro From: bengt.rode...@gmail.com [mailto:bengt.rode...@gmail.com] On Behalf Of Bengt Rodehav Sent: Sunday, November 06, 2016 11:57 PM To: user@karaf.apache.org Subject: Re: Apache Shiro in Karaf It seems like the webconsole is what causes

HELP - Jetty CORS error

2016-10-25 Thread Pratt, Jason
Hi Everyone - I really need some help here with a CORS error. I've followed http://www.eclipse.org/jetty/documentation/current/cross-origin-filter.html and http://chstrongjavablog.blogspot.com/2013/04/enabling-cors-for-jetty.html for reference. I have in my POM: org.eclipse.jetty jett

RE: JMX annotations

2016-07-17 Thread Pratt, Jason
, Pratt, Jason wrote: > Hello - I am looking at wiring up a few bundles for JMX, but I can't > seem to find any good examples for it. Can the standard JMX @MBean not > be used? I did find the Aries JMX page, but that didn't really provide > any useful information. Can any

RE: WeavingHook using Felix

2016-07-17 Thread Pratt, Jason
, David Jencks mailto:david.a.jen...@gmail.com>> wrote: I hope there aren’t any uses that don’t work with any R5 framework. I believe Apache Aries proxy and (IIRC) spi-fly use weaving hooks. hope this helps david jencks On Jul 15, 2016, at 4:51 PM, Pratt, Jason mailto:jason.pr...@windriv

JMX annotations

2016-07-17 Thread Pratt, Jason
Hello - I am looking at wiring up a few bundles for JMX, but I can't seem to find any good examples for it. Can the standard JMX @MBean not be used? I did find the Aries JMX page, but that didn't really provide any useful information. Can anyone point me at a good example to use? Kind regards,

WeavingHook using Felix

2016-07-15 Thread Pratt, Jason
Hello - Can anyone recommend a good example for WeavingHook that uses the Felix framework? Regards, Jason

Apollo feature for Karaf

2016-06-17 Thread Pratt, Jason
Hello - Has anyone done any work on integrating Apollo into Karaf? I see https://issues.apache.org/jira/browse/APLO-299 is still open. Regards, Jason

RE: Blueprint class missing error

2016-06-08 Thread Pratt, Jason
Sorry, we're using org.apache.aries.blueprint org.apache.aries.blueprint.api 1.0.1 org.apache.aries.blueprint org.apache.aries.blueprint.core 1.4.3 org.apache.aries.blueprint org.apache.aries.blueprint.annotation.api 1.0.1 -Original Message- From: Pratt, Jason [mailto:jas

RE: Blueprint class missing error

2016-06-08 Thread Pratt, Jason
n't make sense to me ;) Let me check in the annotations. What version of Aries Blueprint annotations are you using ? Regards JB On 06/08/2016 10:01 PM, Pratt, Jason wrote: > Interestingly, it is not coming up under "ls". Any recommendations? > I was thinking of hand turning an

RE: Blueprint class missing error

2016-06-08 Thread Pratt, Jason
) but a service issue. So, basically, I don't think the problem is on blueprint side, but more on the service provider bundle side. Regards JB On 06/08/2016 08:34 PM, Pratt, Jason wrote: > Hello - I am having an issue pop up that I haven't seen before. I have > a service that is ha

Blueprint class missing error

2016-06-08 Thread Pratt, Jason
Hello - I am having an issue pop up that I haven't seen before. I have a service that is hanging in a Grace state and I am not sure why. We have many services declared just like this and running in other bundles. What am I missing? The details are: 422 | GracePeriod | 80 | 1.0.8

Camel-Redis without spring

2016-05-31 Thread Pratt, Jason
Hello - I am looking at using Camel to connect to our Redis backend, but I see that the feature has spring listed in the name "camel-spring-redis". How well will this play with Blueprint in the Karaf sandbox? I thought I had read somewhere that Spring had stopped supporting OSGi. Kind regards,

Shiro 1.2.4 issues

2016-04-27 Thread Pratt, Jason
Hello - I am having an issue popping up with Shiro to provide authentication to our front end. The log says it's a beanutils issue, but I have a servicemix bundle that provides the class in question so I am a bit confused. I've installed Shiro via its karaf feature. Has anyone encountered this

RE: Need Help in getting started with EIK 0.9.0

2016-04-19 Thread Pratt, Jason
Is there a roadmap for Karaf on what is being planned and why that we can see? -Original Message- From: Jean-Baptiste Onofré [mailto:j...@nanthrax.net] Sent: Monday, April 18, 2016 10:22 PM To: user@karaf.apache.org Subject: Re: Need Help in getting started with EIK 0.9.0 Hi Vishal, I'm

RE: kar repo question

2016-02-26 Thread Pratt, Jason
sure you have your nexus configured in the org.ops4j.pax.url.mvn.cfg file. You'll need to add your own repo in that file. regards, Achim 2016-02-26 0:05 GMT+01:00 Pratt, Jason mailto:jason.pr...@windriver.com>>: Thank Achim. Let me try a different approach. If my bundles are not in

autowire.xml not in manifest.mf

2016-02-26 Thread Pratt, Jason
Hello - We've switched back to using jar as our packaging type as Jenkins wasn't recognizing bundle. My question/problem is, when we generate the manifest the autowire.xml is never included. We're using these plugins: org.apache.aries.blueprint blueprint-maven-plugin

RE: kar repo question

2016-02-25 Thread Pratt, Jason
this archive already contains the bundles referenced in the feature definition. It actually acts more like a specialized local maven repository. regards, Achim 2016-02-25 21:05 GMT+01:00 Pratt, Jason mailto:jason.pr...@windriver.com>>: Hello – I am a bit confused on the setting the repo

kar repo question

2016-02-25 Thread Pratt, Jason
Hello - I am a bit confused on the setting the repository to pull from. We have an internal Nexus that I'd like to use to deploy our bundles from via a KAR file. However, the two htmls https://karaf.apache.org/manual/latest/users-guide/urls.html https://karaf.apache.org/manual/latest/users-guide/

RE: does EIK work with 4.0.4?

2016-02-24 Thread Pratt, Jason
Sure I can take a look and see what I can do to help out. -Original Message- From: Jamie G. [mailto:jamie.goody...@gmail.com] Sent: Tuesday, February 23, 2016 2:26 PM To: user@karaf.apache.org Subject: Re: does EIK work with 4.0.4? I do not believe its being actively supported at this mo

RE: openjpa 2.4.1

2016-02-24 Thread Pratt, Jason
; wrote: Hi, OpenJPA 2.4.1 is available on central at least until 3 days (I'm using it, and I love it ;) ). Regards, 2016-02-23 21:30 GMT+01:00 Pratt, Jason mailto:jason.pr...@windriver.com>>: Thanks JB for the info! I guess their moving on a different calendar -Original Message-

does EIK work with 4.0.4?

2016-02-23 Thread Pratt, Jason
Hello everyone, I installed the EIK 0.9.0 version in eclipse (Mars1) and it doesn't recognize the directory I have karaf-4.0.4 installed in. Is there something I am missing in the lengthy documentation for this plugin? Regards, Jason

RE: openjpa 2.4.1

2016-02-23 Thread Pratt, Jason
release it very soon (this week). Regards JB On 02/01/2016 07:42 PM, Pratt, Jason wrote: > Jb - any response back yet? > > jason > > *From:*Pratt, Jason > *Sent:* Tuesday, January 26, 2016 1:46 PM > *To:* 'user@karaf.apache.org' > *Subject:* openjpa 2.4.1 > >

RE: [fixed] Jenkins not recognizing "bundle" packaging

2016-02-03 Thread Pratt, Jason
I just used the maven resource plugin to move the files I needed. -Original Message- From: Pratt, Jason [mailto:jason.pr...@windriver.com] Sent: Wednesday, February 03, 2016 11:13 AM To: user@karaf.apache.org Subject: RE: Jenkins not recognizing "bundle" packaging Hi JB -

RE: Jenkins not recognizing "bundle" packaging

2016-02-03 Thread Pratt, Jason
only if you use maven-bundle-plugin extension (true). You can use "jar" package, and define the maven-bundle-plugin with supportedType configuration. Regards JB On 02/03/2016 02:48 AM, Pratt, Jason wrote: > Hello - We're getting a CI system setup to build our bundles for us, &

Jenkins not recognizing "bundle" packaging

2016-02-02 Thread Pratt, Jason
Hello - We're getting a CI system setup to build our bundles for us, the first issue we've encountered is that Jenkins is not recognizing anything with a "bundle". When we change the packaging to "jar" and use the maven-jar-plugin to copy the manifest over everything appeared to be working corr

RE: openjpa 2.4.1

2016-02-01 Thread Pratt, Jason
Jb - any response back yet? jason From: Pratt, Jason Sent: Tuesday, January 26, 2016 1:46 PM To: 'user@karaf.apache.org' Subject: openjpa 2.4.1 Any idea when this will be released with the version fix so we can use it in karaf?

openjpa 2.4.1

2016-01-26 Thread Pratt, Jason
Any idea when this will be released with the version fix so we can use it in karaf?

karaf 4.0.4 clean not working

2016-01-14 Thread Pratt, Jason
The clean flag is not working for bin/karaf or bin/start on linux and win7 When used all files/directories still remain in the data directory

RE: scheduling service in karaf 3.0.4

2015-11-09 Thread Pratt, Jason
next 3.0.6 end of next week. Sorry about that. Regards JB On 11/06/2015 08:15 PM, Pratt, Jason wrote: > I've seen there is a scheduler in 4.0.x of karaf, is there a reason > it's not available in 3.0.x? > -- Jean-Baptiste Onofré jbono...@apache.org http://blog.na

scheduling service in karaf 3.0.4

2015-11-06 Thread Pratt, Jason
I've seen there is a scheduler in 4.0.x of karaf, is there a reason it's not available in 3.0.x?

RE: exploded war file karaf-3.0.4

2015-10-28 Thread Pratt, Jason
deploy folder. regards, Achim 2015-10-28 1:12 GMT+01:00 Pratt, Jason mailto:jason.pr...@windriver.com>>: Yes, I can deploy a standard war file with no issues. I need to deploy an exploded version of this war file, what I've read is that it can hand a directory/folder with a .war

RE: exploded war file karaf-3.0.4

2015-10-27 Thread Pratt, Jason
.html ? On Tue, Oct 27, 2015 at 9:06 PM, Pratt, Jason wrote: > is there a trick to getting exploded war files to work? > > > > Using the mvn war:exploded doesn’t seem to make karaf happy and load it > >

exploded war file karaf-3.0.4

2015-10-27 Thread Pratt, Jason
is there a trick to getting exploded war files to work? Using the mvn war:exploded doesn't seem to make karaf happy and load it

RE: OpenJPA 2.4.0

2015-10-05 Thread Pratt, Jason
added OpenJPA 2.4.0 only on Karaf 4.x. Do you need it on Karaf 3.x ? Regards JB On 10/05/2015 08:12 PM, Pratt, Jason wrote: > Sorry everyone, it was near end of day Friday when I sent it. > > I am using karaf-3.0.4 and migrating from Hibernate to OpenJPA, we've started >

RE: OpenJPA 2.4.0

2015-10-05 Thread Pratt, Jason
| 2.4.0| | Uninstalled | enterprise-4.0.1 | Apache OpenJPA 2.4.x persistence engine support So, we can see OpenJPA 2.4.0 feature available. Which Karaf version do you use ? Regards JB On 10/03/2015 01:22 AM, Pratt, Jason wrote: > I can't seem to add this feature, is it not ava

OpenJPA 2.4.0

2015-10-02 Thread Pratt, Jason
I can't seem to add this feature, is it not available?

RE: karaf-3.0.4 download link for linux broken

2015-08-17 Thread Pratt, Jason
I'm getting 15.7 MB for the ones above. On Mon, Aug 17, 2015 at 2:55 PM, Pratt, Jason wrote: > The link is always 4.7kb no matter browser is used and I can’t find an > FTP server or other mirror to download from

karaf-3.0.4 download link for linux broken

2015-08-17 Thread Pratt, Jason
The link is always 4.7kb no matter browser is used and I can't find an FTP server or other mirror to download from

RE: How to avoid getting two servicemix-specs versions when installing camel or cxf 's feature

2015-08-05 Thread Pratt, Jason
#2 sounds like it'd give the developer/admin more control -Original Message- From: Jean-Baptiste Onofré [mailto:j...@nanthrax.net] Sent: Wednesday, August 05, 2015 12:17 PM To: user@karaf.apache.org Subject: Re: How to avoid getting two servicemix-specs versions when installing camel or

RE: Understanding dependency in features.xml...

2015-07-24 Thread Pratt, Jason
Hi Ed, They should show up like: 344 | Active | 50 | 1.3.5 | jettison 345 | Active | 50 | 2.4.1 | Jackson-core 346 | Active | 50 | 2.4.1 | jackson-databind 347 | Active | 50 | 2.4.1

RE: installing activemq and seeing very strange behavior

2015-07-20 Thread Pratt, Jason
rote: What's the ActiveMQ version ? On 07/17/2015 10:17 PM, Pratt, Jason wrote: Hello – While installing ActiveMQ via a KAR I am seeing strange behavior. Tailing the log to watch the install, I experience: 1.Log entry saying the Blueprint container is being destroyed 2.Exiting the log to the mai

RE: installing activemq and seeing very strange behavior

2015-07-17 Thread Pratt, Jason
apache.org Subject: Re: installing activemq and seeing very strange behavior Yes, we ran into it too, but noweb did start for us. Let us know if you find the version where it goes wonky. On Fri, Jul 17, 2015 at 7:19 PM Pratt, Jason mailto:jason.pr...@windriver.com>> wrote: I did try that, it

RE: installing activemq and seeing very strange behavior

2015-07-17 Thread Pratt, Jason
Subject: Re: installing activemq and seeing very strange behavior Try installing the activemq-broker-noweb feature. Something is wrong with the webconsole it seems. On Fri, Jul 17, 2015 at 6:43 PM Pratt, Jason mailto:jason.pr...@windriver.com>> wrote: I’ve confirmed this happening on othe

RE: installing activemq and seeing very strange behavior

2015-07-17 Thread Pratt, Jason
I've confirmed this happening on other team members pc's as well. I assume there is an undocumented trick to getting activemq to install properly? From: Pratt, Jason [mailto:jason.pr...@windriver.com] Sent: Friday, July 17, 2015 1:17 PM To: user@karaf.apache.org Subject: installing ac

installing activemq and seeing very strange behavior

2015-07-17 Thread Pratt, Jason
Hello - While installing ActiveMQ via a KAR I am seeing strange behavior. Tailing the log to watch the install, I experience: 1. Log entry saying the Blueprint container is being destroyed 2. Exiting the log to the main Karaf shell 3. Then seeing the initial banner loading anywhe

LDAP examples

2015-07-16 Thread Pratt, Jason
Are there any good LDAP examples for Karaf-3.0.4 around? I cannot seem to find any. Regards, Jason

RE: kar feature help

2015-07-08 Thread Pratt, Jason
ses use jersey for JAX-RS annotation, instead of CXF-RS. Can you double check there ? Regards JB On 07/08/2015 09:13 PM, Pratt, Jason wrote: > Hello, > > I am stumbling on why my CXF restful calls are failing now. I've asked > on the CXF user group and Sergey suggested I look at Chr

RE: kar feature help

2015-07-08 Thread Pratt, Jason
CXF-RS. Can you double check there ? Regards JB On 07/08/2015 09:13 PM, Pratt, Jason wrote: > Hello, > > I am stumbling on why my CXF restful calls are failing now. I've asked > on the CXF user group and Sergey suggested I look at Christian's > tutorial code, which is

kar feature help

2015-07-08 Thread Pratt, Jason
Hello, I am stumbling on why my CXF restful calls are failing now. I've asked on the CXF user group and Sergey suggested I look at Christian's tutorial code, which is what I used to setup the myapp up initially. It was working when I was on Karaf-3.0.3 with no issues, but since upgrading to 3.0.

K304 not releasing

2015-07-08 Thread Pratt, Jason
Hello - I've noticed that when redeploying a bundle into the /deploy directory that karaf is not able to release the old version and startup the new one. This also happens on a restart without "clean" enabled. However, when starting karaf using "clean" it starts up as expected. I am using a KAR

RE: blueprint spring error

2015-07-06 Thread Pratt, Jason
: Monday, July 06, 2015 9:24 AM To: user@karaf.apache.org Cc: Pratt, Jason Subject: RE: blueprint spring error does cxf 3.1.0 work ok with jetty 8. I thought they moved to jetty 9 which is supported by karaf 4 for cxf 3.1.0 and greater. It may be backwards compatible though. I have not tested

RE: blueprint spring error

2015-07-06 Thread Pratt, Jason
ring-webmvv). As the missing class is org/springframework/web/context/support/XmlWebApplicationContext, it's probably related. Regards JB On 07/03/2015 01:38 AM, Pratt, Jason wrote: > I just started seeing this in my karaf-3.0.3 container after moving to > using a KAR for provisioning. I

blueprint spring error

2015-07-02 Thread Pratt, Jason
I just started seeing this in my karaf-3.0.3 container after moving to using a KAR for provisioning. I am using CXF, Camel and Jackson to string a restful app together: 2015-07-02 16:28:22,889 | ERROR | FelixStartLevel | BlueprintContainerImpl | 15 - org.apache.aries.blueprint.core -

RE: feature.xml

2015-07-01 Thread Pratt, Jason
and plugin? -Original Message----- From: Pratt, Jason [mailto:jason.pr...@windriver.com] Sent: Wednesday, July 01, 2015 10:59 AM To: user@karaf.apache.org Subject: RE: feature.xml Yes it works from the command line as expected. I am using xmlns-1.3.0 with karaf-maven-plugin-4.0.0 I am dr

RE: feature.xml

2015-07-01 Thread Pratt, Jason
Jean-Baptiste Onofré [mailto:j...@nanthrax.net] Sent: Wednesday, July 01, 2015 10:15 AM To: user@karaf.apache.org Subject: Re: feature.xml I guess it works with feature:repo-add && feature:install, right ? What xmlns are you using ? Can you try with 1.2.0 ? Regards JB On 07/01/2015 07

feature.xml

2015-07-01 Thread Pratt, Jason
Hello - I am trying out karaf-4.0.0 and wanted to see how feature.xml are working in the /deploy directory. Is there a way to add a feature to a feature.xml and have it install itself? Example: jndi I see it does add the repo, but doesn't install the feature. If I am reading http://

RE: karaf cxf jpa issue

2015-06-26 Thread Pratt, Jason
: karaf cxf jpa issue Hi What was the problem? Regards Krzysztof On 26.06.2015 01:39, Pratt, Jason wrote: > > Fixed it > > > > *From:*Pratt, Jason [mailto:jason.pr...@windriver.com] > *Sent:* Thursday, June 25, 2015 9:12 AM > *To:* user@karaf.apache.org > *Su

RE: karaf cxf jpa issue

2015-06-25 Thread Pratt, Jason
Fixed it From: Pratt, Jason [mailto:jason.pr...@windriver.com] Sent: Thursday, June 25, 2015 9:12 AM To: user@karaf.apache.org Subject: karaf cxf jpa issue Hello - I am getting a strange cast exception I haven't run into before. I am trying to simply return a json document via a restful

karaf cxf jpa issue

2015-06-25 Thread Pratt, Jason
Hello - I am getting a strange cast exception I haven't run into before. I am trying to simply return a json document via a restful call that loads a jpa entity by id number. The stack says I can't cast from X to X, which doesn't make sense to me. I've followed http://www.liquid-reality.de/disp

RE: jdbc datasource being created twice

2015-06-19 Thread Pratt, Jason
blueprint XML for you. I recommend to cleanup the bundle cache (data folder) in order to remove reference to the "old" blueprint XML. Regards JB On 06/19/2015 06:35 PM, Pratt, Jason wrote: > Yes, I know its being deployed twice which is my confusion. > We're a mixed shop (wi

RE: jdbc datasource being created twice

2015-06-19 Thread Pratt, Jason
on't you have the blueprint XML twice in your container ? Regards JB On 06/19/2015 06:16 PM, Pratt, Jason wrote: > Hi JB - each datasource has a separate name > > Name| Product | Version | URL >

RE: jdbc datasource being created twice

2015-06-19 Thread Pratt, Jason
Jason, the two datasources have the same name ? Can you share your blueprint XML ? Regards JB On 06/19/2015 06:04 PM, Pratt, Jason wrote: > Hello - I am running into a situation where I have defined 2 jdbc > datasource via the CLI and they are created properly along with the > xml fi

jdbc datasource being created twice

2015-06-19 Thread Pratt, Jason
Hello - I am running into a situation where I have defined 2 jdbc datasource via the CLI and they are created properly along with the xml file in the /deploy directory. However, when I run jdbc:datasources each connection is listed twice (2x) and it is causing problems with jpa and camel. What