Asking Aries dev to release blueprint core 1.1.1 to pickup by karaf 2.3.2?

2013-06-04 Thread Dan Tran
Just incase karaf 2.3.2 does not come out in time, i can also push new blueprint-core into my custom karaf 2.3.1 I have put a request at Aries group, but no response Thanks -D

Re: Asking Aries dev to release blueprint core 1.1.1 to pickup by karaf 2.3.2?

2013-06-04 Thread Jean-Baptiste Onofré
Hi Dan, I have some other patches that I submitted to Aries (or that I will submit to Aries). I gonna deal with Dan (Kulp) and Guillaume (Nodet) to see how we can move forward on the Aries side. Thanks for the reminder. Regards JB On 06/04/2013 08:49 AM, Dan Tran wrote: Just incase karaf

Re: Asking Aries dev to release blueprint core 1.1.1 to pickup by karaf 2.3.2?

2013-06-04 Thread Dan Tran
Hi JB, Could you provide a list of JIRA that you are going to submit patches for Aries, So that I can prepare ahead? Thanks -D On Mon, Jun 3, 2013 at 11:57 PM, Jean-Baptiste Onofré j...@nanthrax.netwrote: Hi Dan, I have some other patches that I submitted to Aries (or that I will submit

service / reference-list within same bundle

2013-06-04 Thread CLEMENT Jean-Philippe
Dear Karaf team, I would like to use a reference-list on a service which is exported in the same bundle. Starting the bundle blocks on the GracePeriod state. Is there a way to use a service which is exposed within the same bundle? Cheers, JP [@@ OPEN @@]

Re: service / reference-list within same bundle

2013-06-04 Thread Achim Nierbeck
Since you're referencing a bean from within the same bundle, it's probably best to reference the bean and not the service of it. If you really want to use the service (which I don't understand why) you should configure Karaf to start the bundles in a synchronous way. regards, Achim 2013/6/4

RE: service / reference-list within same bundle

2013-06-04 Thread CLEMENT Jean-Philippe
In fact I would like to use the reference-list as a kind of for each. I don't know how to do the same thing using the bean. Is there a syntax to do so? Cheers, JP [@@ OPEN @@] De : Achim Nierbeck [mailto:bcanh...@googlemail.com] Envoyé : mardi 4 juin 2013 16:31 À : user@karaf.apache.org Objet

Jetty and multiple jaxrs servers

2013-06-04 Thread m.mcinness1
I'm using Karaf 2.2.4 with Servicemix 4.4.2. In configuring jaxrs with blueprint, I am finding it convenient to define multiple servers as jetty endpoints, with each jaxrs server listening on a different port (please see below) Is there anything wrong or bad or misguided about this configuration

Re: Configuring SSL client cert auth with JAAS in Karaf/pax-web

2013-06-04 Thread Reto Bachmann-Gmür
Hi Martin This sound like the difficulties we had for enabling WebId for clerezza. We ended up using a tweaked jetty httpd service which listens to SSLContext services that can be used to verify the certificate by other means (or just accept any certificate). I'm not sure if more recent versions

Re: Configuring SSL client cert auth with JAAS in Karaf/pax-web

2013-06-04 Thread Achim Nierbeck
Hi, pax web does support both, using Basic Authentication and certificates. Now, I'm not quite sure if both would work coming from the same connector, but you should be able to define different connectors and bind those connectors, either to the ssl certificate or to the basic authentication. I

Re: Jetty and multiple jaxrs servers

2013-06-04 Thread Achim Nierbeck
Your proposed way sounds pretty good, it's also possible to bind your web-services to the Karaf contained Pax-Web container, but I'm not sure if it already supports to bind every endpoint to a different connector. So I think you're on a safe road there. regards, Achim 2013/6/4 m.mcinness1

Re: Jetty and multiple jaxrs servers

2013-06-04 Thread m.mcinness1
Thanks for the replies. Freeman, my use case is to interface with a number of third-party vendors, each having unique requirements and accessing very different applications. For example, one may require that the endpoint be restricted to ssl, another may require basic auth, and third might

Re: Jetty and multiple jaxrs servers

2013-06-04 Thread Freeman Fang
Hi, Yes, pax-web can provide this flexibility IMO. You can configure pax-web to support SSL, even in another port.[1] And the http basic auth configuration actually is endpoint|bundle specific, not much about the transport level. For example, for cxf endpoint you can configure a