Hello,

I am working in a project using GPE 2.4 with its functionality to
create the request factory services and so on. I am also using GIN. I
have been struggling with an issue and finally I have found the root
cause.

In my GWT module I need to use the Entity Proxies that GPE 2.4
generates automatically and places in the shared folder. This shared
folder is not below the the folder where the gwt.xml module definition
is. In the module definition you can include subfolders with the
<path> tag, but they need to be subfolders. GPE 2.4 creates the shared
folder at the same level as the src folder. Something like this:

src
--com
----appname
----module.gwt.xml
------client
--------gwt classes
------server
--------appengine classes
shared
--com
----appname
------shared
--------Entity proxy classes

With this config, no matter what you specify in the gwt.xml path GIN
won't be able to access the entity proxies definitions and therefore
will not run.

Any ideas on how to fix this?

Thanks!

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