CXF and Jetty endpoints to share same host and post

2010-09-13 Thread Scott Christopher
eploying the camel routes in an OSGi context (ServiceMix), does this open up any other options for us? I discovered that by using the HTTP OSGi transport in CXF, we can make use of the Pax Web service in ServiceMix. Is there any way to configure the Jetty endpoint to do the same? Kind regards,

Re: CXF and Jetty endpoints to share same host and post

2010-09-15 Thread Scott Christopher
his seems to be exactly what we're looking for. - Scott Christopher

publishedEndpointUrl for cxf:cxfEndpoint

2010-09-30 Thread Scott Christopher
o override the generated URL by setting the publishedEndpointUrl attribute of a bean. Is there a similar option when using a bean instead? Regards, Scott Christopher.

Re: publishedEndpointUrl for cxf:cxfEndpoint

2010-09-30 Thread Scott Christopher
pecify the transport is HTTPS rather than HTTP. Ideally, the listening address should be separately configurable from the published address in the WSDL. I hope I'm overcomplicating this and missing something obvious here. Regards, Scott Christopher

Re: publishedEndpointUrl for cxf:cxfEndpoint

2010-10-01 Thread Scott Christopher
ublish a static WSDL with the correct details. Regards, Scott Christopher.

Re: publishedEndpointUrl for cxf:cxfEndpoint

2010-10-02 Thread Scott Christopher
On 02/10/2010, at 9:05 PM, Willem Jiang wrote: > On 10/2/10 1:33 PM, Scott Christopher wrote: >> On 02/10/2010, at 1:18 AM, Ashwin Karpe wrote: >> >>> Not sure why setting the address attribute in the spring.xml file does not >>> change the address for you since

Re: publishedEndpointUrl for cxf:cxfEndpoint

2010-10-04 Thread Scott Christopher
> On 10/2/10 8:33 PM, Scott Christopher wrote: >> On 02/10/2010, at 9:05 PM, Willem Jiang wrote: >> >>> On 10/2/10 1:33 PM, Scott Christopher wrote: >>>> On 02/10/2010, at 1:18 AM, Ashwin Karpe wrote: >>>> >>>>> Not sure why setting the a

Re: publishedEndpointUrl for cxf:cxfEndpoint

2010-10-11 Thread Scott Christopher
Hi Willem, I just tested 2.5-SNAPSHOT on the CXF Jetty and OSGi transports with the inclusion of the publishedEndpointUrl property. All worked as expected. Thanks for your efforts on this! Regards, Scott Christopher. On 10/10/2010, at 2:38 PM, Willem Jiang wrote: > Hi Scott, >