GWT 2.0 RC2

2009-11-30 Thread Gabriel Thiesen
Hello guys,

I have the most weird problem in history (Dramatic han? ). Well, the
thing is, My application just don't work in IE 6, 7 and 8 and the only
lead i could really find was a Can't execute from a freed script. No
javascript errors show up, besides this one that i was able to find
usng the Developers tool for IE.

  So, in th end, i am not really sure if this error was caused by the
tool itself, or if it was something in my code...

But at least is a lead, so, i have been looking for the error in
Google and was able to find something related to meta tags being
after script tags... But i don't think this is the case, since GWT
generates all in the correct order as i can see.

I have a guess that might be something with the new GWT.runAsync ??
Did any of you guys suffering from a simmilar issue?

Thanks Alot
Gabriel Thiesen

--

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-tool...@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.




Re: Problems migrating GWT 1.5 2030 to GWT 1.5 official release

2008-09-19 Thread Gabriel Thiesen

In the path server i created a new package called RPC, like this:

  source path=client /
source path=intl /
source path=server/rpc /

I kept the ServletImpl implementation into the server path and moved
the Servlet and ServletAsync to the package servlet/rpc

This will separate the actual implementation from the code GWT should
take care of

Thanks,
Gabriel Thiesen

On Sep 19, 3:02 pm, ZhangJianshe [EMAIL PROTECTED] wrote:
 hello,guys, i encount the same problem,whould you like share your
 solutions?

 but ,i need you help.

 On 8月31日, 下午10时03分, Gabriel Thiesen [EMAIL PROTECTED] wrote:

  Thank you adm.dfs,

   Was exactly this indeed, so thank you very much

  Gabriel Thiesen

  On Aug 30, 8:17 am, adm.dfs [EMAIL PROTECTED] wrote:

   Hello Gabriel,

   Its because Yours RCP implementation is located in same package with
   RCP interfaces.
   GWT propose move implementation to another package 
   (seehttp://code.google.com/docreader/#p=google-web-toolkit-doc-1-5s=goog...隐藏被引用文字
-

  - 显示引用的文字 -
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Problems migrating GWT 1.5 2030 to GWT 1.5 official release

2008-08-29 Thread Gabriel Thiesen

Hello guys,

   I have been trying for 3 days make the oficial release of GWT work
here with no success. It keeps sending errors to me like this

ERROR] Errors in 'file:/development/workspace/BeConnectedWeb/src/com/
eventtouch/web/components/composite/role/manageroles/server/
ManageRolesServletImpl.java'
[ERROR] Line 17: No source code is available for type
com.google.gwt.user.server.rpc.RemoteServiceServlet; did you forget to
inherit a required module?
[ERROR] Line 25: No source code is available for type
com.eventtouch.core.servicelocator.Services; did you forget to inherit
a required module?

ERROR] Errors in 'file:/development/workspace/BeConnectedWeb/src/com/
eventtouch/web/components/composite/menu/menuclient/server/
MenuServletImpl.java'
[ERROR] Line 14: No source code is available for type
com.google.gwt.user.server.rpc.RemoteServiceServlet; did you forget to
inherit a required module?
[ERROR] Line 25: No source code is available for type
com.eventtouch.core.servicelocator.Services; did you forget to inherit
a required module?

When i use the lib GWT1.5 2030 it works fine

The Services class is a service locator that my servletImpl uses to
access server side beans, and should not be anoying me with
compilation GWT issues
And the RemoteServiceServlet is a default library, should not be
anoying me with this errors.


ManageRoles.gwt,xml file

module
!-- Inherit the core library configuration.
Includes GWT core libraries   --
inherits name=com.tt.web.Core /

servlet path=/manageRole

class=com.tt.web.components.composite.role.manageroles.server.ManageRolesServletImpl
 /


source path=client /
source path=intl /
source path=server /

/module

What is going on? Please help me

Thanks,
Gabriel Thiesen





--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---