JAXB qualified namespace not working

2012-02-26 Thread Mike Key
I apologize if this question has been answered before. I looked and have seen similar questions asked but not need an answer. I have a code first JAX-WS service built with CXF 2.5.2 with a simple login service that takes a LoginType which I've annotated as follows: @XmlRootElement(namespace =

Re: JAXB qualified namespace not working

2012-02-26 Thread Mike Key
elements). So in short it would seem that even though both are in the same namespace, the service does not seem to think that LoginRequest needs to be in a qualified namespace. On Sun, Feb 26, 2012 at 7:50 PM, Glen Mazza gma...@talend.com wrote: On 02/26/2012 09:44 PM, Mike Key wrote: … However