Re: 10 years of CXF - Happy Birthday!

2018-04-17 Thread Rostislav Svoboda
Happy birthday CXF! On Mon, Apr 16, 2018 at 8:15 PM, Dennis Kieselhorst wrote: > Hi, > > it's time to celebrate: 10 years ago, on April 16th in the year 2008, > CXF graduated from the Apache incubator as a merge of the Objectweb > Celtix project and the Codehaus XFire project

Re: DOSGI default intents?

2018-04-17 Thread Scott Lewis
FYI:   OSGI R7 Remote Services [1] defines 4 new standard intents:  osgi.basic, osgi.async, osgi.private, and osgi.confidential. Scott [1] https://osgi.org/specification/osgi.cmpn/7.0.0/service.remoteservices.html#i1693415 On 4/17/2018 12:03 AM, nino martinez wael wrote: Hi Im wondering

Re: Change "Host" header in JAX-RS Client request for testing purposes

2018-04-17 Thread Carlos Sierra Andrés
ah... thanks for the answer... I forgot to say that I managed to make it work but I had to add this: System.setProperty("sun.net.http.allowRestrictedHeaders", "true"); Carlos. El 17/4/18 a las 17:16, Colm O hEigeartaigh escribió: > Using the CXF WebClient API and doing something like this

Re: Change "Host" header in JAX-RS Client request for testing purposes

2018-04-17 Thread Colm O hEigeartaigh
Using the CXF WebClient API and doing something like this works for me: client.header("Host", "www.example.com"); Colm. On Mon, Apr 16, 2018 at 2:33 PM, Carlos Sierra Andrés wrote: > Hello all, > > I am working on some testing and I would need to "persuade" JAX-RS > client

RE: CXF - Service list

2018-04-17 Thread Lange Gunter (ID SWS)
Hi Colm Thank you very much. It works! You saved me a lot of time and headaches. Best regards Gunter -Original Message- From: Colm O hEigeartaigh Sent: Dienstag, 17. April 2018 16:56 To: users@cxf.apache.org Subject: Re: CXF - Service list Add the following to

Re: CXF - Service list

2018-04-17 Thread Colm O hEigeartaigh
Add the following to your servlet configuration in web.xml: hide-service-list-page true Colm. On Tue, Apr 17, 2018 at 3:48 PM, Lange Gunter (ID SWS) < gunter.la...@id.ethz.ch> wrote: > We are using Tomcat. > > -Original Message- > From: James Carman

RE: CXF - Service list

2018-04-17 Thread Lange Gunter (ID SWS)
We are using Tomcat. -Original Message- From: James Carman Sent: Dienstag, 17. April 2018 16:26 To: users@cxf.apache.org Subject: Re: CXF - Service list What platform are you using to run your services? OSGi/Tomcat/etc? On Tue, Apr 17, 2018 at 10:05 AM

Re: CXF - Service list

2018-04-17 Thread James Carman
What platform are you using to run your services? OSGi/Tomcat/etc? On Tue, Apr 17, 2018 at 10:05 AM Lange Gunter (ID SWS) < gunter.la...@id.ethz.ch> wrote: > Hello > > I have to migrate a Restful API. The API was written in Perl. > > I decided to use Apache CXF jax-rs and I am running into

CXF - Service list

2018-04-17 Thread Lange Gunter (ID SWS)
Hello I have to migrate a Restful API. The API was written in Perl. I decided to use Apache CXF jax-rs and I am running into difficulties to migrate an endpoint of the following format http://.../services The endpoint ends with "services" This endpoint triggers a "CXF - Service list" HTML

Re: 10 years of CXF - Happy Birthday!

2018-04-17 Thread nino martinez wael
Keep up improving and moving forward for this great project.. What's been done so far are great..:) On Tue, Apr 17, 2018 at 10:58 AM, Jose María Zaragoza wrote: > 2018-04-16 20:15 GMT+02:00 Dennis Kieselhorst : > > Hi, > > > > it's time to celebrate: 10

Re: DOSGI Intents

2018-04-17 Thread nino martinez wael
yes I know that :) Am already using it.. I've cloned the repo to prepare for the PR.. But are in doubt on howto make the ip multi binding detection work here :

Re: 10 years of CXF - Happy Birthday!

2018-04-17 Thread Jose María Zaragoza
2018-04-16 20:15 GMT+02:00 Dennis Kieselhorst : > Hi, > > it's time to celebrate: 10 years ago, on April 16th in the year 2008, Congratulations !! Good job

Re: DOSGI Intents

2018-04-17 Thread Christian Schneider
You can check the new logging feature for an example how it registers itself using a featue. Btw. The logging intent is registered by default already. See: https://github.com/apache/cxf/blob/master/rt/features/logging/src/main/java/org/apache/cxf/ext/logging/osgi/Activator.java#L89 Christian

Re: DOSGI Intents

2018-04-17 Thread nino martinez wael
Ahh I did not think of that... I'll verify if its viable.. On Tue, Apr 17, 2018 at 10:07 AM, Christian Schneider < ch...@die-schneider.net> wrote: > If your intent is a cxf Feature then you can access the endpoint data > during your setup. > > Best > Christian > > 2018-04-17 10:03 GMT+02:00 nino

Re: 10 years of CXF - Happy Birthday!

2018-04-17 Thread Giuseppe La Scaleia
Great Work guys 2018-04-17 10:29 GMT+02:00 Jim Ma : > Happy Birthday CXF ! > > > > On Tue, Apr 17, 2018 at 3:20 PM, COURTAULT Francois < > francois.courta...@gemalto.com> wrote: > > > Happy birthday !!! > > > > > > On 04/16/2018 09:15 PM, Dennis Kieselhorst wrote: > > > Hi,

Re: 10 years of CXF - Happy Birthday!

2018-04-17 Thread Jim Ma
Happy Birthday CXF ! On Tue, Apr 17, 2018 at 3:20 PM, COURTAULT Francois < francois.courta...@gemalto.com> wrote: > Happy birthday !!! > > > On 04/16/2018 09:15 PM, Dennis Kieselhorst wrote: > > Hi, > > > > it's time to celebrate: 10 years ago, on April 16th in the year 2008, > > CXF graduated

Re: DOSGI Intents

2018-04-17 Thread Christian Schneider
If your intent is a cxf Feature then you can access the endpoint data during your setup. Best Christian 2018-04-17 10:03 GMT+02:00 nino martinez wael : > Are there no way for an intent to get in contact with the service / > endpoint it's being asked to setup? > >

Re: DOSGI default intents?

2018-04-17 Thread Christian Schneider
Sounds like a good addition. Would you like to do a PR for cxf-dosgi or even directly for cxf if applicable? Best Christian 2018-04-17 9:03 GMT+02:00 nino martinez wael : > Hi > > Im wondering why there are no default intents shipped with DOSGI. I find my > self

DOSGI Intents

2018-04-17 Thread nino martinez wael
Are there no way for an intent to get in contact with the service / endpoint it's being asked to setup? -- Best regards / Med venlig hilsen Nino Martinez

RE: 10 years of CXF - Happy Birthday!

2018-04-17 Thread COURTAULT Francois
Happy birthday !!! On 04/16/2018 09:15 PM, Dennis Kieselhorst wrote: > Hi, > > it's time to celebrate: 10 years ago, on April 16th in the year 2008, > CXF graduated from the Apache incubator as a merge of the Objectweb > Celtix project and the Codehaus XFire project (see >

Re: 10 years of CXF - Happy Birthday!

2018-04-17 Thread Vassilis Virvilis
I also wanted to say *** Congratulations *** to everybody involved and __thanks__ for a great project. Vassilis On 04/16/2018 09:15 PM, Dennis Kieselhorst wrote: Hi, it's time to celebrate: 10 years ago, on April 16th in the year 2008, CXF graduated from the Apache incubator as a merge

Re: 10 years of CXF - Happy Birthday!

2018-04-17 Thread Vassilis Virvilis
I also wanted to say *** Congratulations *** to eveybody involved and __thanks__ for a great project. Vassilis On 04/16/2018 09:15 PM, Dennis Kieselhorst wrote: Hi, it's time to celebrate: 10 years ago, on April 16th in the year 2008, CXF graduated from the Apache incubator as a merge

DOSGI default intents?

2018-04-17 Thread nino martinez wael
Hi Im wondering why there are no default intents shipped with DOSGI. I find my self doing the same thing for multiple projects, like creating an jackson intent that also adds validation https://paste.apache.org/fUQu And the swagger intent: https://paste.apache.org/I7aJ -- Best regards / Med