willem, i can export the web service successful when i wrote the anotations in implement class. but i am confused that why those factories have different ways to proccess the service class. i think the factory must get all anntations from the interface class.
Jiang, Ning (Willem) wrote: > > Hi Kevin, > > I think you just make sure the service class which you passed to the > JaxWsserviceFactoryBean get the right jra annotation. > That can address your concern :) > > Willem. > kevin.shen wrote: >> if i write the jra annotations in interface , and JaxWsserviceFactoryBean >> use >> implementor to get annotations' meta data, it can not recognize the >> method >> correctly. >> if i write the the jra annotation in implementor, and >> JaxWsServerFactorybean >> use interface to get annotations' meta data, it can not recognize the >> method correctly too. >> >> so i need to write jra annotations in both interface and implementor, >> but >> it is so ugly. >> who can tell me the correct way to write the jra annotations? Thanks >> very >> much. >> >> > > -- View this message in context: http://www.nabble.com/JRAStrategry-work-incorrectly--tf4224578.html#a12115813 Sent from the cxf-user mailing list archive at Nabble.com.
