plugin does generate Async for an indirrect extension of the RemoteService
interface
------------------------------------------------------------------------------------
Key: MGWT-101
URL: http://jira.codehaus.org/browse/MGWT-101
Project: Maven 2.x GWT Plugin
Issue Type: Bug
Affects Versions: 1.1
Reporter: Maxim Gordienko
Attachments: indirect-implementation.patch
If a remote service interface does not extends RemoteService directly :
{noformat}interface GenericService extends RemoteService {
...
}
@RemoteServiceRelativePath(...)
public interface HelloService extends GenericService {
....
}{noformat}
the service is ignored by the generateAsync mojo.
The attached patch fixes this issue.
The patch also fixes MGWT-80
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email