Hi Guys,

I have created the appropriate client/server side classes using GWT-
RPC, also i am trying to connect to a J2EE Web Service, so I have
tried using both JAX-WS and also Apache Axis2 to generate the java
client proxy and stubs to connect to the service, which both works
fine. But in either case (it doesnt matter which I use) when I go to
host the GWT Project (Module) configured with Google Web Toolkit Host
Mode using Jetty, i get import errors. It seems that the web service's
client generated code at runtime can not be seen, which is weird as
the .java source code is compiled and place inside the WEB-INF/classes
directory, The jetty console output received

- Loading an instance of module 'amwac'
  - Refreshing module 'amwac'
    - Refreshing module from source
      - Validating newly compiled unit
        - Errors in 'file.....the java class.java'
          - Line 6: The import ..... cannot be resolved

Any ideas what the problem might be would be appreciated
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to