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

Gavin King gavin.king at jboss.com
Mon Nov 20 00:41:36 EST 2006


  User: gavin   
  Date: 06/11/20 00:41:36

  Added:       examples/icefaces/resources   icefaces-ds.xml
  Removed:     examples/icefaces/resources   booking-ds.xml
  Log:
  give it its own namespace
  
  Revision  Changes    Path
  1.1      date: 2006/11/20 05:41:36;  author: gavin;  state: Exp;jboss-seam/examples/icefaces/resources/icefaces-ds.xml
  
  Index: icefaces-ds.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <datasources>
      <local-tx-datasource>
          <jndi-name>icefacesDatasource</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