your testUI does not extend HTTPServlet or implement the servlet interface itself.
Your webservice will not deploy regardless though, you need to add the annotation
@stateless and not make it a servlet but rather a POJO
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4014999#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...