I have two maven projects,
Project A  : module  A  with servlet" ConfigurationServiceImpl" for
RCP call . A  was package as  jar
Project B : module  B  with also servlet "AdminServiceImpl"
The  module  B use  module  A .
B.gwt.xml
<inherits name='com.A'/>
in the pom.xml of B I add dependency to A project
After compile  of module B the A.jar was  in B\WEB-INF\lib

I try to deployer module B in jboss server but I have  this  message
"[JAXWSDeployerHookPreJSE] Cannot load servlet class:
com.server.ConfigurationServiceImpl".

What I missing  to do ?

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