[jboss-user] [JBossWS] - javax/annotation/PostConstruct

zeeshan.javeed do-not-reply at jboss.com
Tue Jan 8 08:34:22 EST 2008


Hi, 
I am trying to intercept soap request and i am getting followin error on run time.  java.lang.NoClassDefFoundError: javax/annotation/PostConstruct

Detailed error is: 

Servlet.service() for servlet WIPEServlet threw exception
java.lang.NoClassDefFoundError: javax/annotation/PostConstruct
	at org.jboss.ws.core.jaxws.handler.HandlerResolverImpl.callPostConstruct(HandlerResolverImpl.java:194)
	at org.jboss.ws.core.jaxws.handler.HandlerResolverImpl.addHandler(HandlerResolverImpl.java:160)
	at org.jboss.ws.core.jaxws.handler.HandlerResolverImpl.initHandlerChain(HandlerResolverImpl.java:134)
	at org.jboss.ws.core.jaxws.handler.HandlerDelegateJAXWS.callRequestHandlerChain(HandlerDelegateJAXWS.java:80)
	at org.jboss.ws.core.server.ServiceEndpointInvoker.callRequestHandlerChain(ServiceEndpointInvoker.java:126)
	at org.jboss.ws.core.server.ServiceEndpointInvoker.invoke(ServiceEndpointInvoker.java:170)
	at org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest(RequestHandlerImpl.java:408)
	at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest(RequestHandlerImpl.java:272)
	at org.jboss.wsf.stack.jbws.RequestHandlerImpl.doPost(RequestHandlerImpl.java:189)
	at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:122)
	at org.jboss.wsf.stack.jbws.EndpointServlet.service(EndpointServlet.java:84)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)



----
Regards, 
Zeeshan


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4117900#4117900

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4117900



More information about the jboss-user mailing list