Hello here is it:

<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='hiberpost'>
  <!-- Inherit the core Web Toolkit stuff.                        -->
  <inherits name='com.google.gwt.user.User'/>

  <!-- Inherit the default GWT style sheet.  You can change       -->
  <!-- the theme of your GWT application by uncommenting          -->
  <!-- any one of the following lines.                            -->
  <inherits name='com.google.gwt.user.theme.standard.Standard'/>
  <!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
  <!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/>     -->

  <!-- Other module inherits                                      -->

  <!-- Specify the app entry point class.                         -->
  <entry-point class='com.uls.client.Hiberpost'/>

  <!-- Specify the paths for translatable code                    -->
  <source path='client'/>
  <source path='shared'/>
  <source path='hiber'/>

</module>


On 27 jul, 08:13, Arthur Kalmenson <[email protected]> wrote:
> What does your GWT module file look like (.gwt.xml)?
>
> --
> Arthur Kalmenson
>
> On Mon, Jul 26, 2010 at 12:36 PM, Sebastian Coronado A.
>
>
>
> <[email protected]> wrote:
> > Hello I am testing a gwt project using rpc to comunicate with the
> > server, using hibernate and postgres, Everything compiles okey but
> > when I run it as a Web Aplicacation it says the following error:
>
> > 21:41:22.992 [ERROR] [hiberpost] Errors in 'file:/Users/Sebastian/
> > Documents/workspace/hiberpost/src/com/uls/client/Hiberpost.java'
>
> > 21:41:23.107 [ERROR] [hiberpost] Line 47: No source code is available
> > for type com.hiber.pregunta; did you forget to inherit a required
> > module?
>
> > ....
> > Note that if I run things as a java aplication everything works...
>
> > Well I will atach my eclipse project ..., I hope someone can help
> > me ...
> > the file can be downloaded here
> >http://www.2shared.com/file/HLbCuBi1/hiberpost.html
> > 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 
> > athttp://groups.google.com/group/google-web-toolkit?hl=en.

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