Re: Trying to use server in another module

2009-05-06 Thread Ivan M
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:

Re: Trying to use server in another module

2009-05-06 Thread Alyxandor
I've had some luck with adding multiple module-definitions in my build file. Instead of just x.dt or x.gwtlogin, put both {in ant} target name=hosted depends=javac description=Run hosted mode java failonerror=true fork=true classname=com.google.gwt.dev.HostedMode

Trying to use server in another module

2009-04-08 Thread Ivan M
Hello all, I'm facing my first GWT development. I had the idea of developing a project with a module which I have called x.gwtlogin. The server of this module can perform queries on a LDAP server. My idea is to have an instance of this module running in the application server and use its server

Re: Trying to use server in another module

2009-04-08 Thread Ivan M
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 the server classes, so I have a single server as 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