[jboss-user] [JBoss Seam] - persistence.xml DSN creation
mdasif2k4
do-not-reply at jboss.com
Thu Jul 13 11:06:50 EDT 2006
JBoss seam reference section 1.2.1.8 contains the following instructions
The persistence.xml file tells the EJB persistence provider where to find the datasource, and contains some
vendor-specific settings. In this case, enables automatic schema export at startup time.
<persistence-unit name="userDatabase">
org.hibernate.ejb.HibernatePersistence
<jta-data-source>java:/DefaultDS</jta-data-source>
</persistence-unit>
How to create this DSN ? Is this data source similar to Websphere datasource ? Is there a way where we can create this through Eclipse IDE and map it to corresponding database ? please clarify.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957770#3957770
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957770
More information about the jboss-user
mailing list