[EMAIL PROTECTED] wrote: > I have no idea how these classes may be used in the future, nor what > transports may carry them, my main point was that these classes are often used > where cxf is just irrelevant, so adding the annotations and the associated > dependencies just seems mad.
Just an aside - you say you're deploying on Java 6, which means you don't have any dependency on CXF jar files. All the annotations you need to make JAX-WS work are in javax.jws and javax.xml.ws/javax.xml.bind, which are included in the Java 6 core. Ian -- Ian Roberts | Department of Computer Science [EMAIL PROTECTED] | University of Sheffield, UK
