The problem is the following.
I have an api wich connects to the differents WS and gave me all the
DAOs. But when i try to use the API in the server side, in a
ServiceImpl class i get the followoing error:
javax.xml.ws.Service is a restricted class. Please see the Google App
Engine developer's guide for more details.
This problem i think is because this class is not in the Appengine
Whitelist (
http://code.google.com/appengine/docs/java/
jrewhitelist.html) but it dosnt have to be a problem if i want to
deploy the application in a Tomcat Server for example.
Buuuuuuut because of the above error, my problem is that i can't make
the GWT compiler to get run and compile the js files.
How could i do?