[jboss-cvs] jboss-seam/seam-gen/resources ...

Gavin King gavin.king at jboss.com
Sat Oct 28 13:56:06 EDT 2006


  User: gavin   
  Date: 06/10/28 13:56:06

  Added:       seam-gen/resources    datasource-ds.xml
                        messages_en.properties seam.properties
  Log:
  add seam-gen to CVS
  
  Revision  Changes    Path
  1.1      date: 2006/10/28 17:56:05;  author: gavin;  state: Exp;jboss-seam/seam-gen/resources/datasource-ds.xml
  
  Index: datasource-ds.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <datasources>
     
      <local-tx-datasource>
          <jndi-name>@projectName at Datasource</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>
  <!-- 
      <local-tx-datasource>
          <jndi-name>@projectName at Datasource</jndi-name>
          <connection-url>jdbc:mysql://localhost:3306/@projectName@</connection-url>
          <driver-class>com.mysql.jdbc.Driver</driver-class>
          <user-name>root</user-name>
          <password>password</password>
          <exception-sorter-class-name>
              org.jboss.resource.adapter.jdbc.vendor.MySQLExceptionSorter
          </exception-sorter-class-name>
  
          <metadata>
              <type-mapping>mySQL</type-mapping>
          </metadata>
      </local-tx-datasource>
  -->
  </datasources>
  
  
  
  
  1.1      date: 2006/10/28 17:56:05;  author: gavin;  state: Exp;jboss-seam/seam-gen/resources/messages_en.properties
  
  Index: messages_en.properties
  ===================================================================
  validator.assertFalse=assertion failed
  validator.assertTrue=assertion failed
  validator.future=must be a future date
  validator.length=length must be between {min} and {max}
  validator.max=must be less than or equal to {value}
  validator.min=must be greater than or equal to {value}
  validator.notNull=may not be null
  validator.past=must be a past date
  validator.pattern=must match "{regex}"
  validator.range=must be between {min} and {max}
  validator.size=size must be between {min} and {max}
  validator.email=not a well-formed email address	
  
  
  
  1.1      date: 2006/10/28 17:56:05;  author: gavin;  state: Exp;jboss-seam/seam-gen/resources/seam.properties
  
  	<<Binary file>>
  
  



More information about the jboss-cvs-commits mailing list