CXF JAXB service getting confused with package names

2011-10-18 Thread steven_collett
Hi, I have written a simple CXF webservice with Spring using the default JAXB bindings. It takes an email address - for example t...@abc.com.au The classes I use also use package names as au.com.abc as usual practice. If the email ends with abc.com.au I get the following error when the CXF

Re: CXF JAXB service getting confused with package names

2011-10-18 Thread steven_collett
Good call - on closer inspection some search methods map to the proper JAXB objects and others dont map directly to them - i will add the proper mapping - the suffix of the email was irrelevant. Thanks for you time. -- View this message in context: