my persistence xml file didn't make it...
<persistence>
  |   
  |     <persistence-unit name="metadata">
  |     <jta-data-source>java:/it</jta-data-source>
  |             <provider>org.hibernate.ejb.HibernatePersistence</provider>
  |             <properties>
  |                     <property name="hibernate.dialect" 
value="org.hibernate.dialect.SybaseDialect"/>
  |                     <property name="hibernate.show_sql" value="true"/>
  |                     <property 
name="hibernate.current_session_context_class" 
value="org.hibernate.context.JTASessionContext"/>
  |                     <property name="hibernate.transaction.factory_class" 
value="org.hibernate.transaction.CMTTransactionFactory"/>
  |                     <property 
name="hibernate.transaction.manager_lookup_class"
  |                             
value="org.hibernate.transaction.JBossTransactionManagerLookup"/>               
        
  |             </properties>
  |     </persistence-unit>
  | 
  |                                     
  | </persistence>

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044698
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to