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

Shane Bryzak Shane_Bryzak at symantec.com
Mon Oct 23 08:25:21 EDT 2006


  User: sbryzak2
  Date: 06/10/23 08:25:21

  Added:       examples/seamspace/resources    import.sql seam.properties
                        security-ds.xml
  Log:
  added project skeleton for social networking security example
  
  Revision  Changes    Path
  1.1      date: 2006/10/23 12:25:21;  author: sbryzak2;  state: Exp;jboss-seam/examples/seamspace/resources/import.sql
  
  Index: import.sql
  ===================================================================
  insert into Users (username, password) values ('demo', 'demo')
  insert into Role (roleid, username, role) values (3, 'demo', 'user');
  insert into Role (roleid, username, role) values (4, 'demo', 'admin');
  
  
  1.1      date: 2006/10/23 12:25:21;  author: sbryzak2;  state: Exp;jboss-seam/examples/seamspace/resources/seam.properties
  
  	<<Binary file>>
  
  
  1.1      date: 2006/10/23 12:25:21;  author: sbryzak2;  state: Exp;jboss-seam/examples/seamspace/resources/security-ds.xml
  
  Index: security-ds.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <datasources>
      <local-tx-datasource>
          <jndi-name>seamspaceDatasource</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