2010-05-09 15:43:24 CEST
Hello,

I use :
GWT 2.0.3
gilead4gwt 1.3.1.1665


I have this error when i run my application :

15:34:22.999 [ERROR] [musicstore] Errors in 'file:/C:/Users/
xavier.BOREALINFORMATI/workspaceGWT/musicstore/src/com/google/
musicstore/domain/Record.java'
15:34:23.015 [ERROR] [musicstore] Line 6: No source code is available
for type net.sf.gilead.pojo.java5.LightEntity; did you forget to
inherit a required module?

*************************************************
Musicstore.gwt.xml
...
<module rename-to='musicstore'>
<!-- Gilead light entity -->
<inherits name='net.sf.gilead.Gilead4Gwt'/>
...

*************************************************
package com.google.musicstore.domain;

import java.io.Serializable;
import net.sf.gilead.pojo.java5.LightEntity;

public class Record extends LightEntity implements Serializable {
...
*************************************************

Any advices ?

Thank you

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

Reply via email to