4 Replies Latest reply on Jun 22, 2006 7:15 PM by holgerprause

    Beginner Question : how to configure the database

      Hello,

      i am very new to seam and ejb.
      As far as i uderstand the samples, instead writing traditional hibernate xml files,ejb 3.0 uses annotations for this.


      Ok so far so good.
      What i am trying for a while now i to get the "seam-registration" running on a custom mysql database on my computer.

      How can i tell seam to use this mysql- database intead of the one its currently using.

      I took a look at persistence.xml

      org.hibernate.ejb.HibernatePersistence <!--jta-data-source>jdbc:mysql://127.0.0.1/seamdb</jta-data-source-->
      <jta-data-source>java:/DefaultDS</jta-data-source>

      but i dont really know what to change there and what effect it will have.
      I noticed the "seam-booking" example has a file called

      "booking-ds.xml" which looks like it is the sort of file i need.

      Can u help me getting the "seam-registration" example running on my own database.When i got this - i cant right start away.

      Thank u very much,

      Holger