Re: New way to specify jaxws impl with a system property
+1 too. Davanum Srinivas wrote: +1 On 2/21/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I like the .provider myself --jason -Original Message- From: Dain Sundstrom <[EMAIL PROTECTED]> Date: Wed, 21 Feb 2007 13:08:43 To:[email protected] Subject: Re: New way to specify jaxws impl with a system property Very cool :D On Feb 21, 2007, at 10:53 AM, David Jencks wrote: > -Dorg.apache.geronimo.jaxwsimpl=cxf I find the smushed words jaxws and impl a bit hard to read. How about -Dorg.apache.geronimo.jaxws.provider=cxf or just - Dorg.apache.geronimo.jaxws=axis2? Not really that important... -dain
Re: New way to specify jaxws impl with a system property
The property name change is included in the following patch: https://issues.apache.org/jira/browse/GERONIMO-2865 Jarek On 2/21/07, Davanum Srinivas <[EMAIL PROTECTED]> wrote: +1 On 2/21/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I like the .provider myself > > --jason > > > > > -Original Message- > From: Dain Sundstrom <[EMAIL PROTECTED]> > Date: Wed, 21 Feb 2007 13:08:43 > To:[email protected] > Subject: Re: New way to specify jaxws impl with a system property > > Very cool :D > > On Feb 21, 2007, at 10:53 AM, David Jencks wrote: > > > -Dorg.apache.geronimo.jaxwsimpl=cxf > > I find the smushed words jaxws and impl a bit hard to read. How > about -Dorg.apache.geronimo.jaxws.provider=cxf or just - > Dorg.apache.geronimo.jaxws=axis2? > > Not really that important... > > -dain > > > -- Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers
Re: New way to specify jaxws impl with a system property
+1 On 2/21/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I like the .provider myself --jason -Original Message- From: Dain Sundstrom <[EMAIL PROTECTED]> Date: Wed, 21 Feb 2007 13:08:43 To:[email protected] Subject: Re: New way to specify jaxws impl with a system property Very cool :D On Feb 21, 2007, at 10:53 AM, David Jencks wrote: > -Dorg.apache.geronimo.jaxwsimpl=cxf I find the smushed words jaxws and impl a bit hard to read. How about -Dorg.apache.geronimo.jaxws.provider=cxf or just - Dorg.apache.geronimo.jaxws=axis2? Not really that important... -dain -- Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers
Re: New way to specify jaxws impl with a system property
Ok...I need to throw out the token "me too" ;-) [EMAIL PROTECTED] wrote: > I like the .provider myself > > --jason > > > > > -Original Message- > From: Dain Sundstrom <[EMAIL PROTECTED]> > Date: Wed, 21 Feb 2007 13:08:43 > To:[email protected] > Subject: Re: New way to specify jaxws impl with a system property > > Very cool :D > > On Feb 21, 2007, at 10:53 AM, David Jencks wrote: > >> -Dorg.apache.geronimo.jaxwsimpl=cxf > > I find the smushed words jaxws and impl a bit hard to read. How > about -Dorg.apache.geronimo.jaxws.provider=cxf or just - > Dorg.apache.geronimo.jaxws=axis2? > > Not really that important... > > -dain >
Re: New way to specify jaxws impl with a system property
I like the .provider myself --jason -Original Message- From: Dain Sundstrom <[EMAIL PROTECTED]> Date: Wed, 21 Feb 2007 13:08:43 To:[email protected] Subject: Re: New way to specify jaxws impl with a system property Very cool :D On Feb 21, 2007, at 10:53 AM, David Jencks wrote: > -Dorg.apache.geronimo.jaxwsimpl=cxf I find the smushed words jaxws and impl a bit hard to read. How about -Dorg.apache.geronimo.jaxws.provider=cxf or just - Dorg.apache.geronimo.jaxws=axis2? Not really that important... -dain
Re: New way to specify jaxws impl with a system property
Very cool :D On Feb 21, 2007, at 10:53 AM, David Jencks wrote: -Dorg.apache.geronimo.jaxwsimpl=cxf I find the smushed words jaxws and impl a bit hard to read. How about -Dorg.apache.geronimo.jaxws.provider=cxf or just - Dorg.apache.geronimo.jaxws=axis2? Not really that important... -dain
Re: New way to specify jaxws impl with a system property
This is great - I like it! Lin David Jencks wrote: After discussions with jgawor, dims, and jdillon we realized we could switch jaxws implementations using a system property and the expression evaluation features in config.xml. If you specify nothing, you will get cxf with jetty and axis2 with tomcat. To specify which one you want explicitly, include -Dorg.apache.geronimo.jaxwsimpl=cxf or -Dorg.apache.geronimo.jaxwsimpl=axis2 in your command line thanks david jencks
Re: New way to specify jaxws impl with a system property
Awesome!! thanks. -- dims On 2/21/07, David Jencks <[EMAIL PROTECTED]> wrote: After discussions with jgawor, dims, and jdillon we realized we could switch jaxws implementations using a system property and the expression evaluation features in config.xml. If you specify nothing, you will get cxf with jetty and axis2 with tomcat. To specify which one you want explicitly, include -Dorg.apache.geronimo.jaxwsimpl=cxf or -Dorg.apache.geronimo.jaxwsimpl=axis2 in your command line thanks david jencks -- Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers
