[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1076) Missing annotation parameter in example "web-service"
Pavel Kadlec (JIRA)
jira-events at lists.jboss.org
Thu Sep 20 05:49:29 EDT 2007
Missing annotation parameter in example "web-service"
-----------------------------------------------------
Key: JBMESSAGING-1076
URL: http://jira.jboss.com/jira/browse/JBMESSAGING-1076
Project: JBoss Messaging
Issue Type: Bug
Components: Documentation and Training
Affects Versions: 1.4.0.CR2
Environment: jbossws-native-2.0.0.GA
Reporter: Pavel Kadlec
Assigned To: Tim Fox
Attachments: WebServiceExampleImpl-patch.java
WebService annotation does not have determined parameter "serviceName" in example "web-service". The container (jbossws-native-2.0.0.GA) assigns serviceName, by default "WebServiceExampleImplService". Client asks for service "JMSSampleService".
The full annotation should look like
@WebService(serviceName="JMSSampleService", name="JMSSample")
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list