[jboss-user] [JBoss Web Services] - Deployment Error adding WebService
Fabrizio Boco
do-not-reply at jboss.com
Tue Apr 12 11:51:17 EDT 2011
Fabrizio Boco [http://community.jboss.org/people/FabBoco] created the discussion
"Deployment Error adding WebService"
To view the discussion, visit: http://community.jboss.org/message/599596#599596
--------------------------------------------------------------
Hi,
I have a seam application packaged into .jar .war and .ear files running on jboss 6.0.0.
Adding the @WebService annotation I get the deployment error that follows. Everything worked fine on jboss 5.x.x.
Can anyone help me ?
Thank you in advance.
Fab.
@Stateless()
@WebService(name="Graphs",
targetNamespace="http://laura.villani/graph",
serviceName="GraphsService"
)
@SOAPBinding(parameterStyle=ParameterStyle.BARE)
public class Graphs {
@WebMethod
public String getGraphName()
{
return "Graph 1";
}
}
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/599596#599596]
Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110412/49d4d045/attachment.html
More information about the jboss-user
mailing list