GWT con Hibernate

di il
1 risposte

GWT con Hibernate

Salve a tutti,
Io sto programmando con GWT e vorrei usare Hibernate come framework per la persistenza.. però ho un problema quando effettuo l'azione che mi esegue l'operazione del login (clicco sul bottone) mi escono i seguenti errori :
00:00:11,621 [ERROR] Line 20: No source code is available for type org.apache.commons.logging.Log; did you forget to inherit a required module?

00:00:11,621 [ERROR] Line 20: No source code is available for type org.apache.commons.logging.LogFactory; did you forget to inherit a required module?

00:00:11,621 [ERROR] Line 34: No source code is available for type org.hibernate.Session; did you forget to inherit a required module?

00:00:11,621 [ERROR] Line 37: No source code is available for type org.hibernate.HibernateException; did you forget to inherit a required module?

00:00:11,622 [ERROR] Line 69: No source code is available for type org.hibernate.LockMode; did you forget to inherit a required module?

00:00:11,622 [ERROR] Line 105: No source code is available for type org.hibernate.criterion.Criterion; did you forget to inherit a required module?

00:00:11,622 [ERROR] Line 107: No source code is available for type org.hibernate.Criteria; did you forget to inherit a required module?

Infine lancia UmbrellaException


Comunque nel file di configurazione di gwt.xml specifico anche il path delle classi della persistenza del tipo :
<source path='persistenza'/>
ma nulla si arrabbia.
Grazie mille per la disponibilità.

1 Risposte

Devi accedere o registrarti per scrivere nel forum
1 risposte