Sorry to bug you more, but I am having trouble with the hibernate tools. I tried creating a hibernate.reveng.xml file that looks like this:
| <?xml version="1.0" encoding="UTF-8"?> | <!DOCTYPE hibernate-reverse-engineering PUBLIC "-//Hibernate/Hibernate Reverse Engineering DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-reverse-engineering-3.0.dtd" > | | <hibernate-reverse-engineering> | <table-filter match-name="sso_user" /> | <table-filter match-name="user_link" /> | <table name="sso_user"> | <column name="id" jdbc-type="numeric" type="long" /> | </table> | <table name="user_link"> | <column name="id" jdbc-type="numeric" type="long" /> | <column name="user_id" jdbc-type="numeric" type="long" /> | </table> | </hibernate-reverse-engineering> | However, it won't run successfully - org.hibernate.MappingException: Could not configure overrides from file: C:\....blah blah....\hibernate.reveng.xml Any tips? Thanks again, Brad View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923732#3923732 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923732 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
