Results 1 to 1 of 1
- 12-07-2011, 10:10 AM #1
Member
- Join Date
- Jun 2011
- Posts
- 2
- Rep Power
- 0
Hibernate Synchronizer property problem on Oracle 10g
Hello All,
I am trying to generate mapping files(hbm.xml) using Hibernate Synchronizer on Oracle 10g database. Generated hbm.xml file is as follows.
<?xml version="1.0"?>
<!DOCTYPE hibernate-mapping PUBLIC
"-//Hibernate/Hibernate Mapping DTD//EN"
"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd" >
<hibernate-mapping package="com.oksijen.inox.nina.gui.common">
<class
name="CallEventNameDesc"
table="CALL_EVENT_NAME_DESC"
proxy="CallEventNameDescProxy"
>
<meta attribute="sync-DAO">false</meta>
</class>
</hibernate-mapping>
It should be 2 properties there. I am using default configuration. Is it not compatible with Oracle DB?
Similar Threads
-
Problem with showing a variable in jsp with <s:property/>
By i4ani in forum JavaServer Pages (JSP) and JSTLReplies: 0Last Post: 06-03-2010, 05:59 PM -
insert image to oracle using hibernate
By Thennarasu in forum Advanced JavaReplies: 12Last Post: 01-27-2009, 03:02 PM -
Hibernate 2.1.8 / Oracle 10 / Tomcat 5.0.28 : Data not retrieved from the database
By scastro in forum JDBCReplies: 4Last Post: 08-09-2007, 10:41 PM -
problem with hibernate and oracle 8i
By javadev in forum JDBCReplies: 4Last Post: 08-09-2007, 02:21 PM -
can hibernate work with Oracle 10g
By javadev in forum JDBCReplies: 4Last Post: 07-08-2007, 08:47 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks