Re: How do I separate static files?

2008-12-03 Thread thitoh
Oh... I think I know... I cannot acess 415BF141E40105072EF69CA84394941F.rpc on http://apl/415BF141E40105072EF69CA84394941F.rpc Something wrong with IIS... I belive it is the problem. Thanks! On 3 dez, 15:48, thitoh <[EMAIL PROTECTED]> wrote: > Now hosted mode is working, but web

Re: How do I separate static files?

2008-12-03 Thread thitoh
r.client.rpc.StatusCodeExceptionmensagem: The call failed on the server; see server log for details". My serialized class is right, otherwise hosted mode wouldn't work. What am I doing wrong? On 3 dez, 13:47, Jason Essington <[EMAIL PROTECTED]> wrote: > On Dec 2, 2008, at 12:10 PM

Re: How do I separate static files?

2008-12-02 Thread thitoh
odule and your service implementation are in the > same context, and you can do > >GWT.getModuleBaseURL()+"Ctrl"; > > to build your url. > > by placing your gwt files in IIS (using the paths you supplied) you'd > have to do > > GWT.getModuleBaseURL()+&

Re: How do I separate static files?

2008-12-01 Thread thitoh
error, on exception com.google.gwt.user.client.rpc.StatusCodeException. I belive I need to do something to say that the url isn't http://apl/Ctrl. The right is http://apl/Apl/Ctrl. I think this config is on GWT application. But I don't know what I have to do. On 27 nov, 19:34, gregor <[EMAIL PROTECT

How do I separate static files?

2008-11-27 Thread thitoh
Hi... I have a Dinamic Web Project using GWT with Cypal Studio. I generate a .war file and deploy on JBoss. But now I configured my machine with 2 servers: IIS and JBoss. I want to put static files on IIS and the others in JBoss. How do I do it? --~--~-~--~~~---~--~

Problem Upgrading to GWT 1.5

2008-09-03 Thread thitoh
When I try to compile my project, compiler stops in line: Linking compilation into C:\EclipseWorkspace\App\build\gwtOutput \com.my.comp.View Invoking Linker Standard It continues in this line forever. What I have to do? --~--~-~--~~~---~--~~ You received this mes

Re: ERROR: The serialization policy file... ...was not found; did you forget to include it in this deployment?

2008-09-02 Thread thitoh
thanks, Dean S. Jones! I was implementing Serializable, but the right is IsSerializable. Thanks! On 1 set, 21:38, "Dean S. Jones" <[EMAIL PROTECTED]> wrote: > One of the classes you use in the RPC signature is not included in > the "Server Side" CLASSPATH. you may have put in it the ...client.*

Re: ERROR: The serialization policy file... ...was not found; did you forget to include it in this deployment?

2008-09-02 Thread thitoh
thanks, Dean S. Jones! I was implementing Serializable, but the right is IsSerializable. Thanks! On 1 set, 21:38, "Dean S. Jones" <[EMAIL PROTECTED]> wrote: > One of the classes you use in the RPC signature is not included in > the "Server Side" CLASSPATH. you may have put in it the ...client.*

Re: ERROR: The serialization policy file... ...was not found; did you forget to include it in this deployment?

2008-09-02 Thread thitoh
thanks, Dean S. Jones! I was implementing Serializable, but the right is IsSerializable. Thanks! On 1 set, 21:38, "Dean S. Jones" <[EMAIL PROTECTED]> wrote: > One of the classes you use in the RPC signature is not included in > the "Server Side" CLASSPATH. you may have put in it the ...client.*

ERROR: The serialization policy file... ...was not found; did you forget to include it in this deployment?

2008-09-01 Thread thitoh
When my app trys to create a remote service, I have this error in jboss log. 2008-09-01 14:26:17,478 INFO [org.apache.catalina.core.ContainerBase. [jboss.web].[localhost].[/App]] ERROR: The serialization policy file '/ 16E204F6F19E0F35CE0D34BE1E8B9DFB.gwt.rpc' was not found; did you forget to inc

The serialization policy file ... ... was not found; did you forget to include it in this deployment?

2008-09-01 Thread thitoh
When my app trys to create a remote service, I have this error in jboss log. 2008-09-01 14:26:17,478 INFO [org.apache.catalina.core.ContainerBase. [jboss.web].[localhost].[/App]] ERROR: The serialization policy file '/ 16E204F6F19E0F35CE0D34BE1E8B9DFB.gwt.rpc' was not found; did you forget to inc