is it possible that the schema update doesn´t work correctly?
I created an new entitybean with uniquconstraint and a unique index was 
created. 

here is my persistence.xml
persistence>
  |   <persistence-unit name="BBCS">
  |     <jta-data-source>java:/MySqlDS</jta-data-source>
  |     <properties>
  |       <property name="hibernate.hbm2ddl.auto"
  |                 value="update "/>            
  |         <!--    value="create-drop"/> -->         
  |       <property name="hibernate.dialect"
  |                 value="org.hibernate.dialect.MySQL5Dialect"></property>     
                           
  |     </properties>
  |   </persistence-unit>
  | </persistence>

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019916#4019916

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4019916

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to