[jboss-jira] [JBoss JIRA] (WFLY-4332) Wrong path with Stateless WebService and serviceName

Janario Oliveira (JIRA) issues at jboss.org
Wed Apr 1 14:17:19 EDT 2015


     [ https://issues.jboss.org/browse/WFLY-4332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Janario Oliveira closed WFLY-4332.
----------------------------------


> Wrong path with Stateless WebService and serviceName
> ----------------------------------------------------
>
>                 Key: WFLY-4332
>                 URL: https://issues.jboss.org/browse/WFLY-4332
>             Project: WildFly
>          Issue Type: Bug
>          Components: Web Services
>    Affects Versions: 8.2.0.Final
>            Reporter: Janario Oliveira
>            Assignee: Alessio Soldano
>
> When I have a WebService with serviceName and it is a Stateless It adds a different url.
> e.g.
> @WebService(serviceName = "StatelessWeb") @Stateless
> public class StatelessWebService {
>     public boolean executeTest() {return true;}
> }
> It will be available in /StatelessWeb/StatelessWebService. Once if it isn't a stateless it will be in /StatelessWeb



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jboss-jira mailing list