[jboss-jira] [JBoss JIRA] Updated: (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:11:59 EST 2008
[ http://jira.jboss.com/jira/browse/JBAS-5186?page=all ]
Scott Dickerson updated JBAS-5186:
----------------------------------
Environment: windows xp; jboss-5.0.0.Beta3-src (was: windows xp; jbossas-5.0.0.Beta3-src)
Description:
In jboss-5.0.0.Beta3-src\ejb3\docs\tutorial\webservice
org.jboss.tutorial.webservice.client.Client
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");
was:
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");
> 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; jboss-5.0.0.Beta3-src
> Reporter: Scott Dickerson
> Assigned To: Carlo de Wolf
> Priority: Minor
> Fix For: JBossAS-5.0.0.Beta4
>
>
> In jboss-5.0.0.Beta3-src\ejb3\docs\tutorial\webservice
> org.jboss.tutorial.webservice.client.Client
> 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