Redeploy issues with CXF and Glassfish

2014-11-19 Thread Nick Stuart
We are having problems doing redeploys in our development instances. The redeploys work and everything starts, but some CXF services stop working (not all of them, which makes this even weirder). The affected services all produce the following stacktrace: Interceptor for { http://my.company.com/}A

Re: Missing namespace prefix

2014-10-09 Thread Nick Stuart
refer to customizing the prefix, I just want it to show up!) My ugly 'fix' would be to manually create the package-info classes and to not generate them. Not really nice, but it will work. :( On Thu, Oct 9, 2014 at 10:46 AM, Nick Stuart wrote: > Hi all, we have had some recurring

Missing namespace prefix

2014-10-09 Thread Nick Stuart
Hi all, we have had some recurring issues sending messages through the CXF client and being unable to unmarshal them correctly on the backend. Quick environment setup: Camel 2.13.1 exposes CXF Endpoints (2.7.11) on Glassfish 4.1 (and 4.0) running on either jdk 7 or 8. The client sending the reque