I think you're in the wrong mailing list. Please try a Hibernate mailing list.
-- Arthur Kalmenson On Tue, Oct 14, 2008 at 2:31 AM, rsund <[EMAIL PROTECTED]> wrote: > > Hi. > > how to solve unknown entity in HIbernate.i will try to run my gwt-ext > apln the following error in shown. > > ERROR: > --------------- > org.hibernate.MappingException: Unknown entity: java.lang.String > > This my xml configuration, > --------------------------------------- > > <property name="address" type="java . lang .String" column="address" > insert="true" update="true" unique="false" lazy="false" length="30"/> > > > This is My Bean > --------------------------- > > private java.lang.String address; > > can i include to add any property in this xml file or bean? > > i need quick Reply...... > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
