[jboss-user] [EJB 3.0] - Re: Jboss can't find annotated entity classes

tigrik do-not-reply at jboss.com
Wed Jul 25 11:41:30 EDT 2007


peristance.xml: 

 
  | <persistence>
  | 
  |     <persistence-unit name="database" transaction-type="RESOURCE_LOCAL">
  |     <jta-data-source>java:/MySqlDS</jta-data-source>
  |         <properties>
  |          <property name="hibernate.hbm2ddl.auto" value="create-drop"/>
  |          <property name="hibernate.dialect" value="org.hibernate.dialect.MySQLDialect"/>
  |  </properties>
  | 
  | 
  | </persistence-unit>
  | 
  | 
  | 
  | </persistence>

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

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



More information about the jboss-user mailing list