[
http://jira.jboss.com/jira/browse/JBMESSAGING-1076?page=all ]
Jeff Mesnil closed JBMESSAGING-1076.
------------------------------------
Resolution: Done
Assignee: Jeff Mesnil (was: Tim Fox)
The patch has been applied to Branch_Stable & Branch_JBossMessaging_1_4_0_SP3_CP.
It'll be included in JBM 1.4.0.SP3.CP02 & 1.4.1.CR1
Thanks Pavel
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.1.beta1, 1.4.0.SP3_CP01
Environment: jbossws-native-2.0.0.GA
Reporter: Pavel Kadlec
Assigned To: Jeff Mesnil
Priority: Trivial
Fix For: 1.4.0.SP3.CP02, 1.4.1.CR1, 2.0.0 Beta
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