Null paramaters using CXF when deployed to jetty with CXFServlet

2008-04-01 Thread depstei2
nyone come across this problem? Any ideas? -- View this message in context: http://www.nabble.com/Null-paramaters-using-CXF-when-deployed-to-jetty-with-CXFServlet-tp16422010p16422010.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: Null paramaters using CXF when deployed to jetty with CXFServlet

2008-04-01 Thread Glen Mazza
Are you using CXF's simple front end instead of its jaxws front end? I think you want the latter for CXF. That might explain the problem. (Also, did you run wsdl2java to generate the JAXB mappings to the XSDs in the WSDL?) Glen Am Dienstag, den 01.04.2008, 12:21 -0700 schrieb depstei2: > Hell

Re: Null paramaters using CXF when deployed to jetty with CXFServlet

2008-04-02 Thread depstei2
sport.http.servlet.WSSpringServlet, the service will >> work >> as expected on jetty embedded. >> >> The null parameter does not occur when the parameter is a primitive type, >> but happens for all other parameter types. >> >> Has anyone come across thi