I deployed my webapp (written with GWT and using Remote Procedure Calls (RPC)) to OpenShift
.
If I access my application a RPC is called. I checked the log-files and the following exception is the result:
java.lang.ClassNotFoundException: com.google.gwt.user.client.rpc.RemoteService
Does anyone know, how to fix that? I used Maven to build my application (mvn clean install
)