I have been making changes to the XML files and now it doesn't work
again. I think I left them like they were, but now when trying to
debug in a JBoss server I get the following error:

java.net.factoryurlclassloa...@4e33e7
 x.gwtlogin.server.GwtLoginServiceImpl
java.lang.ClassNotFoundException:
x.gwtlogin.server.GwtLoginServiceImpl
...

This actually makes more sense than the previous behaviour,
GwtLoginServiceImpl is not in the project.

On 8 abr, 18:52, Ivan M <supertra...@gmail.com> wrote:
> Sorry, too fast. I made it work including "x.gwtlogin" in "x.dt" as a
> module with no entry point. I didn't need to copy theserverclasses,
> so I have a singleserveras I wanted.
>
> On 8 abr, 17:28, Ivan M <supertra...@gmail.com> wrote:
>
>
>
> > Hello all,
> > I'm facing my first GWT development. I had the idea of developing a
> >projectwith a module which I have called "x.gwtlogin". Theserverof
> > this module can perform queries on a LDAPserver. My idea is to have
> > an instance of this module running in the applicationserverand use
> > itsserverfrom any other GWT application I develop.
> > Let's say one of these applications is "x.dt". I have copied all
> > "x.gwtlogin.client" classes that implement theserver'sinterfance in
> > this application, so now I have two client packages in theproject:
>
> > x.dt.client
> > x.gwtlogin.client
>
> > The problem is that when debugging in hosted mode wherever I try to
> > use a "x.gwtlogin.client.Class" in a "x.dt.client.Class", I get the
> > following error:
>
> > [ERROR] Line 20: No source code is available for type
> > x.gwtlogin.client.Class; did you forget to inherit a required module?
>
> > I suppose the problem is that GWT is not compiling and including the
> > classes in "x.gwtlogin.client" when building "x.dt.client". What can I
> > do?. Is what I intend to do possible at all?.
>
> > Thank you,
> > Ivan- Ocultar texto de la cita -
>
> - Mostrar texto de la cita -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to