1. Hibernate xdoclet annotation forum.hibernate.orgNeed help with Hibernate? Read this first: http://www.hibernate.org/ForumMailingli ... AskForHelp [b]Hibernate version:3.1[/b] [b]Full stack trace of any exception that occurs:[hibernatedoclet] org.xml.sax.SAXParseException: Attribute "lazy" with value "extra" must have a value from the list "true false ". [hibernatedoclet] at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source) [hibernatedoclet] at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source) [hibernatedoclet] at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) [hibernatedoclet] at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) [hibernatedoclet] at org.apache.xerces.impl.dtd.XMLDTDValidator.validateDTDattribute(Unknown Source) [hibernatedoclet] at org.apache.xerces.impl.dtd.XMLDTDValidator.addDTDDefaultAttrsAndValidate(Unknown Source) [hibernatedoclet] ... |
2. Trouble With Hibernate Annotations and XDoclet forum.hibernate.orgAuthor Message randommoocow Post subject: Trouble With Hibernate Annotations and XDoclet Posted: Fri Jan 26, 2007 7:05 pm Newbie Joined: Fri Jan 26, 2007 6:39 pm Posts: 3 I am currently trying to convert a project from using XDoclet to Hibernate Annotations, and am having trouble with cascades. The original code, shown below, worked fine, and when an entry ... |
3. Corresponding annotations for hibernate xdoclet-help forum.hibernate.org |
4. Annotations vs XML vs XDoclet forum.hibernate.orgHello, I am new to Hibernate. I need to develop an application backed by a relational database, and having experienced the headaches of managing this directly with SQL, it seemed this time I should look for an easier way. That is what led me to Hibernate. It seems there are several ways to specify how Java objects map to tables in ... |