[jboss-as7-dev] AS 7.1.0 does not seem to be processing my webservices annotations

Vimal Kansal vkansal at redhat.com
Tue Jul 19 10:30:42 EDT 2011


Hi,

I am trying to deploy a very simple webservice :

@WebService

public class Time {

     @WebMethod(operationName="timeOfDay")

     public String sayHello(String name){

         return "Hello "+name;

     }

}

I don't see AS 7.1.0 Alpha processing the annotations and deploying the 
webservice.I am using standalone-preview.xml

Thx

Vimal




More information about the jboss-as7-dev mailing list