anonymous wrote : <property name="dialect">
| | org.hibernate.dialect.Oracle9Dialect
| | </property>
| |
This is incorrect. This should be:
<property name="dialect"
value="org.hibernate.dialect.Oracle9Dialect">
|
| </property>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178216#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...