Re: publishedEndpointUrl for cxf:cxfEndpoint

2011-05-03 Thread Willem Jiang
Hi, From the stack trace I can tell is you are using the cxf-http-jetty transport instead of servlet transport. Can you double check your beans.xml to make sure you include the servlet.xml spring configuration like this? On 5/4/11 2:50 AM, gsilverman wrote: I don't believe this is correct,

Re: publishedEndpointUrl for cxf:cxfEndpoint

2011-05-03 Thread gsilverman
I don't believe this is correct, simply to change the address in the cxfEndpoint. I have a similar firewall problem and need to expose a camel-cxf endpoint running behind a firewall. My endpoint is defined as follows: But a client needs to access this from the outside, as https://someURL:4443/Pr

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, > > I co

Re: publishedEndpointUrl for cxf:cxfEndpoint

2010-10-09 Thread Willem Jiang
Hi Scott, I committed a patch of the CAMEL-3190 few days ago, can you try the latest Camel 2.5-SNAPSHOT to verify the fix? BTW, you can only set the putlishedEndpointUrl option from URI or the properties element of the CxfEndpoint like this. address="http://localhost:9003/CamelContext/Route

Re: publishedEndpointUrl for cxf:cxfEndpoint

2010-10-04 Thread Scott Christopher
Thanks Willem. On 02/10/2010, at 10:47 PM, Willem Jiang wrote: > Hi Scott, > > I just checked the schema of cxfEndpoint, it doesn't support the > publishedEndpointUrl. > I filled a JIRA[1] for it. > > [1]https://issues.apache.org/activemq/browse/CAMEL-3190 > > On 10/2/10 8:33 PM, Scott Christ

Re: publishedEndpointUrl for cxf:cxfEndpoint

2010-10-02 Thread Willem Jiang
Hi Scott, I just checked the schema of cxfEndpoint, it doesn't support the publishedEndpointUrl. I filled a JIRA[1] for it. [1]https://issues.apache.org/activemq/browse/CAMEL-3190 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

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 that is the value that overrides t

Re: publishedEndpointUrl for cxf:cxfEndpoint

2010-10-02 Thread Willem Jiang
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 that is the value that overrides the WSDL address... I know that it works!!! My apologies, th

Re: publishedEndpointUrl for cxf:cxfEndpoint

2010-10-01 Thread Scott Christopher
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 that is the value that overrides the WSDL > address... I know that it works!!! My apologies, the cxfEndpoint address does allow you to set

Re: publishedEndpointUrl for cxf:cxfEndpoint

2010-10-01 Thread Ashwin Karpe
Hmm... Not sure why setting the address attribute in the spring.xml file does not change the address for you since that is the value that overrides the WSDL address... I know that it works!!! In any case, looks like you need to have the same service running on different machine with a different

Re: publishedEndpointUrl for cxf:cxfEndpoint

2010-09-30 Thread Scott Christopher
On 30/09/2010, at 11:47 PM, Ashwin Karpe wrote: > The answer is yes. Check out the address attribute in the > bean. I'll assume you're referring to the cxfEndpoint element in the http://camel.apache.org/schema/cxf namespace. In which case, I don't believe that works for us. To give you an exa

Re: publishedEndpointUrl for cxf:cxfEndpoint

2010-09-30 Thread Ashwin Karpe
Hi, The answer is yes. Check out the address attribute in the bean. Cheers, Ashwin... - - Ashwin Karpe Apache Camel Committer & Sr Principal Consultant FUSESource (a Progress Software Corporation subsidiary) http://fusesource.com htt