Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7782435
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T19:32:36+00:00 2026-06-01T19:32:36+00:00

I created a RPC service which created a SportsLeagueAndroidRequest in the appengine shared folder.

  • 0

I created a RPC service which created a SportsLeagueAndroidRequest in the appengine shared folder. When I am running to try my project it shows an error

[ERROR] [sportsleagueandroid] – Deferred binding result type ‘edu.columbia.sportsleagueandroid.shared.SportsLeagueAndroidRequest’ should not be abstract

SportsLeagueAndroidRequest is an interface generated automatically when you create a RPC service!!

How can I remove this error?

final EventBus eventBus = new SimpleEventBus();

final MyRequestFactory requestFactory = GWT.create(SportsLeagueAndroidRequest.class);
requestFactory.initialize(eventBus);

sendMessageButton.addClickHandler(new ClickHandler() 
{
public void onClick(ClickEvent event) 
{
    //String recipient = recipientArea.getValue();
    //String receivers[] = recipient.split(",");
    String message = messageArea.getValue();
   // setStatus("Connecting...", false);
    sendMessageButton.setEnabled(false);
    sendNewTaskToServer(message);
}
private void sendNewTaskToServer(String message) {
    SportsLeagueAndroidRequest request = requestFactory.sportsLeagueAndroidRequest();
    StadiumProxy task = request.create(StadiumProxy.class);
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T19:32:39+00:00Added an answer on June 1, 2026 at 7:32 pm
    final MyRequestFactory requestFactory = GWT.create(SportsLeagueAndroidRequest.class);
    

    You are invoking GWT.create on a RequestContext. It needs to be invoked on a RequestFactory as explained here.

    You need to create an interface that extends RequestFactory as in the example I linked to. If you look in your sendNewTaskToServer method, you are actually calling sportsLeagueAndroidRequest() from SportsLeagueAndroidRequest. See? You should be calling sportsLeagueAndroidRequest() from your RequestFactory interface that you previously created with GWT.create.

    The RequestFactory lifecycle looks something like this:

    1. Create a new RequestFactory using GWT.create(MyRequestFactory.class)
    2. Create a RequestContext using myRequestFactory.myRequestContext()
    3. Fire a request, using myRequestContext().myDomainMethod().fire()
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to consume a web service created in .NET which needs SOAP authentication.
I have created a service which would show Hello World message when it starts..
Created .NET WCF service, tested it - works. Generated schemas from Data and service
I created a program using dev-cpp and wxwidgets which solves a puzzle. The user
I'm running a process from inside a windows service using: ProcessStartInfo processStartInfo = new
I'm trying to get a web service running CF9 IIS7 testpage.cfm <cfinvoke webservice =https://nww.eastwickpark.nhs.uk/cfcs/test.cfc?wsdl
Are there any techiques to collect a number of gwt-rpc service callback results? I
I have a WCF Service running SOAP and allowing Flex / Flash to connect
I have a JAX-RPC web service that I am attempting to consume using Spring.
I'm trying to understand the RPC functionality which GWT uses, and have followed this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.