Re: [Karaf-4.0.3] Problem Building Karaf with maven

2016-02-24 Thread Mike Rumpf
I figured out the issue myself. But don't know if it's a bug of the resolver or supposed to be like that. 2 problems: 1. Features listed under the startupfeatures-Tag will be processed by the resolver of the karaf maven plugin. However features listed under the bootfeatures-Tag are not processed

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
Thanks! From: Christian Schneider [mailto:cschneider...@gmail.com] On Behalf Of Christian Schneider Sent: Wednesday, February 24, 2016 10:12 AM To: user@karaf.apache.org Subject: Re: openjpa 2.4.1 He means maven central. http://search.maven.org/#artifactdetails|org.apache.openjpa|openjpa|2.4.1|b

Re: openjpa 2.4.1

2016-02-24 Thread Christian Schneider
He means maven central. http://search.maven.org/#artifactdetails|org.apache.openjpa|openjpa|2.4.1|bundle Christian On 24.02.2016 19:05, Jason Pratt wrote: central what (repo/website/magic ether)? Get a signature like this: Click here!

Re: openjpa 2.4.1

2016-02-24 Thread Jason Pratt
central what (repo/website/magic ether)? Get a signature like this: Click here!

Re: Frustrating DOSGI

2016-02-24 Thread Rodolfo Alcazar Portillo
No. I am running both containers on the same server. But that's a good tip: I will check the ports/hosts configuration in the config file and see if there is no any misconfiguration. Thanks for it. :) Rodolfo 2016-02-22 14:17 GMT+01:00 Christian Schneider : > Is your client on a different serv

Factory config in feature.xml

2016-02-24 Thread ellirael
How can I define factory config in feature.xml file? Basic config works fine. *For example* I need to "featurize" this script: config:edit --factory org.ops4j.datasource config:property-append dataSourceName ds config:property-append osgi.jdbc.driver.name postgresql-pool-xa config:property-append u

Re: Depending on Spring with Karaf features plugin

2016-02-24 Thread Jamie G.
I'd try to use the Servicemix provided version - that feature should be more happy in the container than when taken directly from Spring. On Wed, Feb 24, 2016 at 7:35 AM, Daniel McGreal wrote: > Hi Karaf users! > > I’d like to generate my features automatically, as much as possible. As such, >

Re: Building karaf custom destribution with eventadmin as a startup feature

2016-02-24 Thread Oliver Lietz
On Wednesday 17 February 2016 15:35:02 ellirael wrote: > jbonofre wrote > > > I remember I changed the assembly archetype due to an issue when an user > > define eventadmin as boot or startup feature. > > Does it mean I should wait for a bug fix and removing runtime scope for > standard feature i

Depending on Spring with Karaf features plugin

2016-02-24 Thread Daniel McGreal
Hi Karaf users! I’d like to generate my features automatically, as much as possible. As such, is it best to depend on spring directly, or on the servicemix distribution? Is there some benefit of either, when it comes to excluding the spring jars and depending on the feature instead? Best, Dan.

Re: openjpa 2.4.1

2016-02-24 Thread Christian Schneider
I have just updated karaf to use openjpa 2.4.1 on master and karaf-4.0.x branch. Would be happy about your feedback. https://issues.apache.org/jira/browse/KARAF-4359 Christian On 24.02.2016 09:14, Charlie Mordant wrote: Hi, OpenJPA 2.4.1 is available on central at least until 3 days (I'm usin

Re: General Security Exception in JAAS

2016-02-24 Thread vinay saini
Hi, This file is on the same server, so there should not be any permission issue. But I am agree with your point regarding exclusive file handler. I checked the list of installed bundles and I found that, I had installed JAAS bundle for some reason and it might be conflicting with it. But now I th

Re: Pax-exam don't support blueprint protocol

2016-02-24 Thread Achim Nierbeck
Hi Charles, the feature request never has been implemented. So be my guest to do so ;) regards, Achim 2016-02-24 9:53 GMT+01:00 Charles Moulliard : > Hi, > > I'm faced to a strange issue. When I deploy a feature in Karaf 2.4.4 > containing a bundle defined using the blueprint protocol, that wor

Pax-exam don't support blueprint protocol

2016-02-24 Thread Charles Moulliard
Hi, I'm faced to a strange issue. When I deploy a feature in Karaf 2.4.4 containing a bundle defined using the blueprint protocol, that works but If I try to issue the same deployment using pax-exam, that fails 2016-02-24 09:43:39,843 | WARN | pool-1-thread-1 | FeaturesServiceImpl |

Re: General Security Exception in JAAS

2016-02-24 Thread Achim Nierbeck
hi, afaik it uses the users.properties everytime a jaas call is made. So this depends on how often you have jaas calls. taken from your provided log: > > 2016-02-23 14:35:53,627 | ERROR | qtp1687340352-45 | JaasSecurityProvider > | 99 - org.apache.karaf.webconsole.console - 3.0.1 | > javax.secur

Specify relative path for param - KarafDistributionOption.editConfigurationFilePut"

2016-02-24 Thread Charles Moulliard
Hi, Is it possible to specify a relative path or pass a variable to resolve the directory location of a parameter that we would like to configure using pax exam "KarafDistributionOption.editConfigurationFilePut" ? KarafDistributionOption.editConfigurationFilePut("etc/org.ops4j.pax.web.cfg", "org.

Re: openjpa 2.4.1

2016-02-24 Thread Charlie Mordant
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 : > Thanks JB for the info! > I guess their moving on a different calendar > > -Original Message- > From: Jean-Baptiste Onofré [mailto:j...