[jboss-jira] [JBoss JIRA] Created: (JBAS-5186) Incorrect service name in org.jboss.tutorial.webservice.client.Client
Scott Dickerson (JIRA)
jira-events at lists.jboss.org
Tue Jan 29 15:08:59 EST 2008
Incorrect service name in org.jboss.tutorial.webservice.client.Client
---------------------------------------------------------------------
Key: JBAS-5186
URL: http://jira.jboss.com/jira/browse/JBAS-5186
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: EJB3
Affects Versions: JBossAS-5.0.0.Beta3
Environment: windows xp; jbossas-5.0.0.Beta3-src
Reporter: Scott Dickerson
Assigned To: Carlo de Wolf
Priority: Minor
Fix For: JBossAS-5.0.0.Beta4
Change
QName qname = new QName("http://bean.webservice.tutorial.jboss.org/jaws",
"CalculatorService");
to
QName qname = new QName("http://bean.webservice.tutorial.jboss.org/",
"CalculatorBeanService");
--
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