RE: jaxb validation

2011-06-04 Thread Shane Frueh
o avoid unexpected requests/responses > > Cheers, Sergey > > On Sat, Jun 4, 2011 at 12:50 PM, Shane Frueh wrote: > > > > This is the exception I'm getting: > > > > Also, programatically, I tried Boolean.FALSE and "false" as the value for >

RE: CXF Webservice and Resource handler with embedded jetty in osgi with spring dynamic modules

2011-06-04 Thread Shane Frueh
I ran into this problem too ... so I'm not sure if there's a better answer. I ended up setting my address to localhost, and this worked for my needs: http://localhost:8080/ws/endpoint1 If you need something more specific; e.g. you're running on a machine with multiple network interfaces and yo

RE: jaxb validation

2011-06-04 Thread Shane Frueh
This is the exception I'm getting: Also, programatically, I tried Boolean.FALSE and "false" as the value for "set-jaxb-validation-event-handler". 2011-06-03 14.30.05.406:WARN :Interceptor for {http://test.vue.com/}TestService#{http://test.vue.com/}getAppointment has thrown exception, unwindin

jaxb validation

2011-06-03 Thread Shane Frueh
Upgrading from CXF 2.2.2 to 2.3.4. We have some client software that's sending the wrong namespace in a request and so we're getting the "Unexpected wrapper element" fault. I find plenty of discussion in previous posts suggesting to: set-jaxb-validation-event-handler to "false" Though I've t