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,
his seems to be exactly what we're looking for.
-
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.
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
ublish a static WSDL with the correct details.
Regards,
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
> 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
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,
>