|
problem with hibernate and oracle 8i
hello everyone,
i am using hibernate with oracle 8i and sql-server2000
i am trying to insert value which have sequence field(identity in sql-server).
when i tries it ,it throws following an exception
org.hibernate.exception.GenericsJDBCException: could not get next sequence value
i am using <generator class="native"/>.
it works well with sql-server2000.
if any one has a idea please help me.
thanks in advance,
Javadev
|