But what about if I am not using J2EE? I mean, I am using CXF and Spring. I would not want to add J2EE jars only for this. Am I screwed?
Thanks, Juan Jeff Walker-2 wrote: > > I believe you need to use: > > import javax.annotation.Resource; > > Which is part of the JEE 5 jars. > > -jeff > > > > > On Tue, Jan 6, 2009 at 1:07 PM, juan.velez <[email protected]> > wrote: > >> >> I am trying to use the WebServiceContext and from what I have read it >> indicates you need to annotate it within your SEI implementation class >> with >> the @Resource annotation. However, I do not see to find this annotation >> in >> any API Doc (CXF or Spring or JDK). Where is it? >> >> Thank you, >> >> Juan >> -- >> View this message in context: >> http://www.nabble.com/what%27s-the-package-for-%40Resource-annotation--tp21315655p21315655.html >> Sent from the cxf-user mailing list archive at Nabble.com. >> >> > > -- View this message in context: http://www.nabble.com/what%27s-the-package-for-%40Resource-annotation--tp21315655p21315984.html Sent from the cxf-user mailing list archive at Nabble.com.
