[jboss-cvs] jboss-seam/examples/icefaces/resources ...

Michael Yuan michael.yuan at jboss.com
Mon Oct 1 14:50:11 EDT 2007


  User: myuan   
  Date: 07/10/01 14:50:11

  Added:       examples/icefaces/resources   seam-icefaces-ds.xml
  Removed:     examples/icefaces/resources   icefaces-booking-ds.xml
  Log:
  Change icefaces example and ds name to conform to other examples.
  
  Revision  Changes    Path
  1.1      date: 2007/10/01 18:50:10;  author: myuan;  state: Exp;jboss-seam/examples/icefaces/resources/seam-icefaces-ds.xml
  
  Index: seam-icefaces-ds.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <!DOCTYPE datasources
      PUBLIC "-//JBoss//DTD JBOSS JCA Config 1.5//EN"
      "http://www.jboss.org/j2ee/dtd/jboss-ds_1_5.dtd">
  
  <datasources>
      <local-tx-datasource>
          <jndi-name>icefaces-bookingDatasource</jndi-name>
          <connection-url>jdbc:hsqldb:.</connection-url>
          <driver-class>org.hsqldb.jdbcDriver</driver-class>
          <user-name>sa</user-name>
          <password></password>
      </local-tx-datasource>
  </datasources>
  
  
  



More information about the jboss-cvs-commits mailing list