[jboss-user] [EJB/JBoss] - @EndointConfig missing
syvan
do-not-reply at jboss.com
Tue Mar 31 07:28:44 EDT 2009
hello everone,
I have a small problem with following:
I would like to define an EndpointConfig in my EJB-Webservice like this :
@Stateless
@WebService
@WebContext
@EndpointConfig
public class SearchService implements SearchServiceInterface {
}
but i have to import the org.jboss.ws.annotation.EndpointConfig and I cannot find this JAR-API anywhere in my JBoss.
could you say me where I can find this jar in JBoss or how I can annotate an EndpointConfig ??
thank yery match
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222306#4222306
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222306
More information about the jboss-user
mailing list