Hi,
I am using GWT to create a front end to an existing servlet that
performs authentication form a ldap server or from a posgres db.

i have in jetty/webapps/SSISAJAX
             jetty/webapps/SSISAJAXSERVER

SSISAJAX is the GWT application
SSISAJAXSERVER is just a servlet that implements the
UserServiceFactory which cannot be found.

I have put the SSISAJAXSERVER jar in the SSISAJAX gwt path with no
avail.

I hope this is not impossible with the toolkit.

Any help would be appreciated.


GWT 2.0.1

Below is the stack trace.


2010-03-02 13:43:45.874:/ssisajax:WARN:  Exception while dispatching
incoming RPC call
com.google.gwt.user.server.rpc.UnexpectedException: Service method
'public abstract com.co.SSIS.client.LoginInfo
com.co.SSIS.client.LoginService.login(java.lang.String)' threw an
unexpected exception: java.lang.NoClassDefFoundError: com/co/
SSISSERVER/users/UserServiceFactory
        at
com.google.gwt.user.server.rpc.RPC.encodeResponseForFailure(RPC.java:
378)
        at
com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:
581)
        at
com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:
188)

-- 
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