Re: camel-cxf and HTTP BASIC authentication

2013-09-10 Thread Christian Müller
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line > 39 in XML document from URL > [bundle://324.0:0/META-INF/spring/camel-cxf.xml] > is invalid; nested exception is org.xml.sax.SAXParseException: > cvc-datatype-valid.1.2.3: > '{http://es0sreao:8181/mes/bw/MES

Re: camel-cxf and HTTP BASIC authentication

2013-09-04 Thread contactreji
itions(XmlBeanDefinitionReader.java:396)[105:org.springframework.beans:3.0.7.RELEASE] at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:334)[105:org.springframework.beans:3.0.7.RELEASE] * Could you please let me know what is the exact value to be entered for -- View thi

Re: camel-cxf and HTTP BASIC authentication

2013-09-04 Thread contactreji
Hi Christain.. Could you please guide us with the details of dependencies added. Would be really helpful fi you could post the copy of your POM file. Reji -- View this message in context: http://camel.465427.n5.nabble.com/camel-cxf-and-HTTP-BASIC-authentication-tp5716163p5738715.html Sent from

Re: camel-cxf and HTTP BASIC authentication

2013-09-03 Thread Christian Müller
Camel: https://www.apache.org/foundation/ > Apache Member: https://www.apache.org/foundation/members.html > > https://www.linkedin.com/pub/christian-mueller/11/551/642 > > > On Tue, Aug 27, 2013 at 9:00 PM, contactreji wrote: > >> Hi Christian.. did you get a work around the p

Re: camel-cxf and HTTP BASIC authentication

2013-09-02 Thread Christian Müller
/foundation/members.html https://www.linkedin.com/pub/christian-mueller/11/551/642 On Tue, Aug 27, 2013 at 9:00 PM, contactreji wrote: > Hi Christian.. did you get a work around the problem? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/cam

Re: camel-cxf and HTTP BASIC authentication

2013-08-27 Thread contactreji
Hi Christian.. did you get a work around the problem? -- View this message in context: http://camel.465427.n5.nabble.com/camel-cxf-and-HTTP-BASIC-authentication-tp5716163p5738071.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel-cxf and HTTP BASIC authentication

2012-07-18 Thread Christian Müller
.html<http://cxf.apache.org/docs/client-http-transport-including-ssl-support.html> >>> >>> Is your requirement for inbound or outbound HTTP basic auth? Depending >>> on >>> your container, you might be able to do this at the Apache HTTPD or >>> Tomcat >>

Re: camel-cxf and HTTP BASIC authentication

2012-07-18 Thread Willem Jiang
basic auth? Depending on your container, you might be able to do this at the Apache HTTPD or Tomcat layer as well. Thanks, Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/camel-cxf-and-HTTP-BASIC-authentication-tp5716163p5716169.html Sent from the Camel - Users mailing list

Re: camel-cxf and HTTP BASIC authentication

2012-07-17 Thread Daniel Kulp
Are you using a pax-web based endpoint (address like "/foo") or a full CXF controlled Jetty port? (http://0.0.0.0:8080/foo) For the former, you'd have to look into how you can configure the pax-web stuff. I'm not really sure. For the latter, you would need to configure stuff into the jetty in

Re: camel-cxf and HTTP BASIC authentication

2012-07-17 Thread Sergey Beryozkin
t for inbound or outbound HTTP basic auth? Depending on your container, you might be able to do this at the Apache HTTPD or Tomcat layer as well. Thanks, Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/camel-cxf-and-HTTP-BASIC-authentication-tp5716163p5716169.html Sent fro

Re: camel-cxf and HTTP BASIC authentication

2012-07-17 Thread Christian Müller
.html > > Is your requirement for inbound or outbound HTTP basic auth? Depending on > your container, you might be able to do this at the Apache HTTPD or Tomcat > layer as well. > > Thanks, > Yogesh > > -- > View this message in context: > http://camel.465427.n5.

Re: camel-cxf and HTTP BASIC authentication

2012-07-17 Thread ychawla
/2008/08/13/http-basic-authentication-with-apache-cxf-revisited/ Thanks, Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/camel-cxf-and-HTTP-BASIC-authentication-tp5716163p5716173.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel-cxf and HTTP BASIC authentication

2012-07-17 Thread ychawla
layer as well. Thanks, Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/camel-cxf-and-HTTP-BASIC-authentication-tp5716163p5716169.html Sent from the Camel - Users mailing list archive at Nabble.com.

camel-cxf and HTTP BASIC authentication

2012-07-17 Thread Christian Müller
We are in the process of migrating an existing project to Camel. One of the requirements is to support HTTP BASIC authentication. What's the (easiest) way to do this? I thought this could be done by configuring Jetty (in jetty.xml) but didn't found an example which doesn't use a web.xml file to fu