Yes you missed line line in the Wiki for updating the persistence.xml

  | <persistence>
  |    <persistence-unit name="iplaycmsDatabase">
  |    <provider>org.hibernate.ejb.HibernatePersistence</provider>
  |    <jta-data-source>java:/iplaycmsDatasource</jta-data-source>
  |    <properties>
  |       <property name="hibernate.dialect" 
value="org.hibernate.dialect.HSQLDialect"/>
  |       <property name="hibernate.hbm2ddl.auto" value="update"/>
  |       <property name="jboss.entity.manager.jndi.name" 
value="java:/IPlayCMSEntityManager"/>
  |       <property name="jboss.entity.manager.factory.jndi.name" 
value="java:/IPlayCMSEntityManagerFactory"/>
  |    </properties>
  |    </persistence-unit>
  | </persistence>

Should work better

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

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


-------------------------------------------------------
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
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to