[jboss-jira] [JBoss JIRA] Resolved: (JBAS-5186) Incorrect service name in org.jboss.tutorial.webservice.client.Client
Dimitris Andreadis (JIRA)
jira-events at lists.jboss.org
Fri Feb 1 08:47:59 EST 2008
[ http://jira.jboss.com/jira/browse/JBAS-5186?page=all ]
Dimitris Andreadis resolved JBAS-5186.
--------------------------------------
Resolution: Done
Carlo, I've commited this minor change in the ejb3/bla/... inside AS.
I didn't find the corresponding examples in the forked ejb3 project, to commit it there, too.
> 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