Re: CXF 2.7.12 protocol mismatch error in ported code

2014-11-04 Thread Colm O hEigeartaigh
What does your endpoint configuration look like? It is likely either using a different port to the jetty configuration, or else it is not referencing the jetty endpoint configuration via a depends-on=tls-settings, where tls-settings is the id of the httpj:engine-factory. Here is an example:

RE: CXF 2.7.12 protocol mismatch error in ported code

2014-11-04 Thread Stephen.CTR.Chappell
this was an easy one! Thanx again, Stephen W. Chappell -Original Message- From: Colm O hEigeartaigh [mailto:cohei...@apache.org] Sent: Tuesday, November 04, 2014 5:45 AM To: users@cxf.apache.org Subject: Re: CXF 2.7.12 protocol mismatch error in ported code What does your endpoint