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

Michael Yuan michael.yuan at jboss.com
Mon Oct 1 12:15:51 EDT 2007


  User: myuan   
  Date: 07/10/01 12:15:51

  Added:       examples/icefaces/resources       components.properties
                        icefaces-booking-ds.xml import.sql
                        messages.properties messages_en.properties
                        seam.properties
  Log:
  icefaces booking example
  
  Revision  Changes    Path
  1.3       +0 -1      jboss-seam/examples/icefaces/resources/components.properties
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.properties
  ===================================================================
  RCS file: components.properties
  diff -N components.properties
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ components.properties	1 Oct 2007 16:15:51 -0000	1.3
  @@ -0,0 +1 @@
  +jndiPattern #{ejbName}/local
  \ No newline at end of file
  
  
  
  1.1      date: 2007/10/01 16:15:51;  author: myuan;  state: Exp;jboss-seam/examples/icefaces/resources/icefaces-booking-ds.xml
  
  Index: icefaces-booking-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>
  
  
  
  1.3       +22 -22    jboss-seam/examples/icefaces/resources/import.sql
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: import.sql
  ===================================================================
  RCS file: import.sql
  diff -N import.sql
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ import.sql	1 Oct 2007 16:15:51 -0000	1.3
  @@ -0,0 +1,22 @@
  +insert into Customer (username, password, name) values ('gavin', 'foobar', 'Gavin King')
  +insert into Customer (username, password, name) values ('demo', 'demo', 'Demo User')
  +insert into Hotel (id, price, name, address, city, state, zip, country) values (1, 120, 'Marriott Courtyard', 'Tower Place, Buckhead', 'Atlanta', 'GA', '30305', 'USA')
  +insert into Hotel (id, price, name, address, city, state, zip, country) values (2, 180, 'Doubletree', 'Tower Place, Buckhead', 'Atlanta', 'GA', '30305', 'USA')
  +insert into Hotel (id, price, name, address, city, state, zip, country) values (3, 450, 'W Hotel', 'Union Square, Manhattan', 'NY', 'NY', '10011', 'USA')
  +insert into Hotel (id, price, name, address, city, state, zip, country) values (4, 450, 'W Hotel', 'Lexington Ave, Manhattan', 'NY', 'NY', '10011', 'USA')
  +insert into Hotel (id, price, name, address, city, state, zip, country) values (5, 250, 'Hotel Rouge', '1315 16th Street NW', 'Washington', 'DC', '20036', 'USA')
  +insert into Hotel (id, price, name, address, city, state, zip, country) values (6, 300, '70 Park Avenue Hotel', '70 Park Avenue', 'NY', 'NY', '10011', 'USA')
  +insert into Hotel (id, price, name, address, city, state, zip, country) values (8, 300, 'Conrad Miami', '1395 Brickell Ave', 'Miami', 'FL', '33131', 'USA')
  +insert into Hotel (id, price, name, address, city, state, zip, country) values (9, 80, 'Sea Horse Inn', '2106 N Clairemont Ave', 'Eau Claire', 'WI', '54703', 'USA')
  +insert into Hotel (id, price, name, address, city, state, zip, country) values (10, 90, 'Super 8 Eau Claire Campus Area', '1151 W Macarthur Ave', 'Eau Claire', 'WI', '54701', 'USA')
  +insert into Hotel (id, price, name, address, city, state, zip, country) values (11, 160, 'Marriot Downtown', '55 Fourth Street', 'San Francisco', 'CA', '94103', 'USA')
  +insert into Hotel (id, price, name, address, city, state, zip, country) values (12, 200, 'Hilton Diagonal Mar', 'Passeig del Taulat 262-264', 'Barcelona', 'Catalunya', '08019', 'Spain')
  +insert into Hotel (id, price, name, address, city, state, zip, country) values (13, 210, 'Hilton Tel Aviv', 'Independence Park', 'Tel Aviv', '', '63405', 'Israel')
  +insert into Hotel (id, price, name, address, city, state, zip, country) values (14, 240, 'InterContinental Tokyo Bay', 'Takeshiba Pier', 'Tokyo', '', '105', 'Japan')
  +insert into Hotel (id, price, name, address, city, state, zip, country) values (15, 130, 'Hotel Beaulac', ' Esplanade Léopold-Robert 2', 'Neuchatel', '', '2000', 'Switzerland')
  +insert into Hotel (id, price, name, address, city, state, zip, country) values (16, 140, 'Conrad Treasury Place', 'William & George Streets', 'Brisbane', 'QLD', '4001', 'Australia')
  +insert into Hotel (id, price, name, address, city, state, zip, country) values (17, 230, 'Ritz Carlton', '1228 Sherbrooke St', 'West Montreal', 'Quebec', 'H3G1H6', 'Canada')
  +insert into Hotel (id, price, name, address, city, state, zip, country) values (18, 460, 'Ritz Carlton', 'Peachtree Rd, Buckhead', 'Atlanta', 'GA', '30326', 'USA')
  +insert into Hotel (id, price, name, address, city, state, zip, country) values (19, 220, 'Swissotel', '68 Market Street', 'Sydney', 'NSW', '2000', 'Australia')
  +insert into Hotel (id, price, name, address, city, state, zip, country) values (20, 250, 'Meliá White House', 'Albany Street', 'Regents Park London', '', 'NW13UP', 'Great Britain')
  +insert into Hotel (id, price, name, address, city, state, zip, country) values (21, 210, 'Hotel Allegro', '171 West Randolph Street', 'Chicago', 'IL', '60601', 'USA')
  
  
  
  1.1      date: 2007/10/01 16:15:51;  author: myuan;  state: Exp;jboss-seam/examples/icefaces/resources/messages.properties
  
  Index: messages.properties
  ===================================================================
  javax.faces.component.UIInput.CONVERSION=value could not be converted to the expected type
  javax.faces.component.UIInput.REQUIRED=value is required
  javax.faces.component.UIInput.REQUIRED_detail=value is required
  javax.faces.component.UIInput.UPDATE=an error occurred when processing your submitted information
  javax.faces.component.UISelectOne.INVALID=value is not valid
  javax.faces.component.UISelectMany.INVALID=value is not valid
  
  javax.faces.converter.BigDecimalConverter.DECIMAL=value must be a number
  javax.faces.converter.BigDecimalConverter.DECIMAL_detail=value must be a signed decimal number consisting of zero or more digits, optionally followed by a decimal point and fraction, eg. {1}
  javax.faces.converter.BigIntegerConverter.BIGINTEGER=value must be a number
  javax.faces.converter.BigIntegerConverter.BIGINTEGER_detail=value must be a signed integer number consisting of zero or more digits
  javax.faces.converter.BooleanConverter.BOOLEAN=value must be true or false
  javax.faces.converter.BooleanConverter.BOOLEAN_detail=value must be true or false (any value other than true will evaluate to false)
  javax.faces.converter.ByteConverter.BYTE=value must be a number between 0 and 255
  javax.faces.converter.ByteConverter.BYTE_detail=value must be a number between 0 and 255
  javax.faces.converter.CharacterConverter.CHARACTER=value must be a character
  javax.faces.converter.CharacterConverter.CHARACTER_detail=value must be a valid ASCII character
  javax.faces.convert.DateTimeConverter.CONVERSION value must be a datetime
  javax.faces.convert.DateTimeConverter.CONVERSION_detail value must be a datetime
  javax.faces.converter.DateTimeConverter.DATE=value must be a date
  javax.faces.converter.DateTimeConverter.DATE_detail=value must be a date,  eg. {1}
  javax.faces.converter.DateTimeConverter.TIME=value must be a time
  javax.faces.converter.DateTimeConverter.TIME_detail=value must be a time,  eg. {1}
  javax.faces.converter.DateTimeConverter.DATETIME=value must be a date and time
  javax.faces.converter.DateTimeConverter.DATETIME_detail=value must be a date and time,  eg. {1}
  javax.faces.converter.DateTimeConverter.PATTERN_TYPE=a pattern or type attribute must be specified to convert the value
  javax.faces.converter.DoubleConverter.DOUBLE=value must be a number
  javax.faces.converter.DoubleConverter.DOUBLE_detail=value must be a number between 4.9E-324 and 1.7976931348623157E308
  javax.faces.converter.EnumConverter.ENUM=value must be convertible to an enum
  javax.faces.converter.EnumConverter.ENUM_detail=value must be convertible to an enum or from the enum that contains the constant {1}
  javax.faces.converter.EnumConverter.ENUM_NO_CLASS=value must be convertible to an enum or from the enum, but no enum class provided
  javax.faces.converter.EnumConverter.ENUM_NO_CLASS_detail=value must be convertible to an enum or from the enum, but no enum class provided
  javax.faces.converter.FloatConverter.FLOAT=value must be a number
  javax.faces.converter.FloatConverter.FLOAT_detail=value must be a number between 1.4E-45 and 3.4028235E38
  javax.faces.converter.IntegerConverter.INTEGER=value must be a number
  javax.faces.converter.IntegerConverter.INTEGER_detail=value must be a number between -2147483648 and 2147483647
  javax.faces.converter.LongConverter.LONG=value must be a number
  javax.faces.converter.LongConverter.LONG_detail=must be a number between -9223372036854775808 and 9223372036854775807
  javax.faces.converter.NumberConverter.CURRENCY=value must be a currency amount
  javax.faces.converter.NumberConverter.CURRENCY_detail=value must be a currency amount, eg. {1}
  javax.faces.converter.NumberConverter.PERCENT=value must be a percentage amount
  javax.faces.converter.NumberConverter.PERCENT_detail=value must be a percentage amount, eg. {1}
  javax.faces.converter.NumberConverter.NUMBER=value must be a number
  javax.faces.converter.NumberConverter.NUMBER_detail=value must be a number
  javax.faces.converter.NumberConverter.PATTERN=value must be a number
  javax.faces.converter.NumberConverter.PATTERN_detail=value must be a number
  javax.faces.converter.ShortConverter.SHORT=value must be a number
  javax.faces.converter.ShortConverter.SHORT_detail=value must be a number between -32768 and 32767
  
  
  
  
  
  1.1      date: 2007/10/01 16:15:51;  author: myuan;  state: Exp;jboss-seam/examples/icefaces/resources/messages_en.properties
  
  Index: messages_en.properties
  ===================================================================
  javax.faces.component.UIInput.CONVERSION=value could not be converted to the expected type
  javax.faces.component.UIInput.REQUIRED=value is required
  javax.faces.component.UIInput.REQUIRED_detail=value is required
  javax.faces.component.UIInput.UPDATE=an error occurred when processing your submitted information
  javax.faces.component.UISelectOne.INVALID=value is not valid
  javax.faces.component.UISelectMany.INVALID=value is not valid
  
  javax.faces.converter.BigDecimalConverter.DECIMAL=value must be a number
  javax.faces.converter.BigDecimalConverter.DECIMAL_detail=value must be a signed decimal number consisting of zero or more digits, optionally followed by a decimal point and fraction, eg. {1}
  javax.faces.converter.BigIntegerConverter.BIGINTEGER=value must be a number
  javax.faces.converter.BigIntegerConverter.BIGINTEGER_detail=value must be a signed integer number consisting of zero or more digits
  javax.faces.converter.BooleanConverter.BOOLEAN=value must be true or false
  javax.faces.converter.BooleanConverter.BOOLEAN_detail=value must be true or false (any value other than true will evaluate to false)
  javax.faces.converter.ByteConverter.BYTE=value must be a number between 0 and 255
  javax.faces.converter.ByteConverter.BYTE_detail=value must be a number between 0 and 255
  javax.faces.converter.CharacterConverter.CHARACTER=value must be a character
  javax.faces.converter.CharacterConverter.CHARACTER_detail=value must be a valid ASCII character
  javax.faces.convert.DateTimeConverter.CONVERSION value must be a datetime
  javax.faces.convert.DateTimeConverter.CONVERSION_detail value must be a datetime
  javax.faces.converter.DateTimeConverter.DATE=value must be a date
  javax.faces.converter.DateTimeConverter.DATE_detail=value must be a date,  eg. {1}
  javax.faces.converter.DateTimeConverter.TIME=value must be a time
  javax.faces.converter.DateTimeConverter.TIME_detail=value must be a time,  eg. {1}
  javax.faces.converter.DateTimeConverter.DATETIME=value must be a date and time
  javax.faces.converter.DateTimeConverter.DATETIME_detail=value must be a date and time,  eg. {1}
  javax.faces.converter.DateTimeConverter.PATTERN_TYPE=a pattern or type attribute must be specified to convert the value
  javax.faces.converter.DoubleConverter.DOUBLE=value must be a number
  javax.faces.converter.DoubleConverter.DOUBLE_detail=value must be a number between 4.9E-324 and 1.7976931348623157E308
  javax.faces.converter.EnumConverter.ENUM=value must be convertible to an enum
  javax.faces.converter.EnumConverter.ENUM_detail=value must be convertible to an enum or from the enum that contains the constant {1}
  javax.faces.converter.EnumConverter.ENUM_NO_CLASS=value must be convertible to an enum or from the enum, but no enum class provided
  javax.faces.converter.EnumConverter.ENUM_NO_CLASS_detail=value must be convertible to an enum or from the enum, but no enum class provided
  javax.faces.converter.FloatConverter.FLOAT=value must be a number
  javax.faces.converter.FloatConverter.FLOAT_detail=value must be a number between 1.4E-45 and 3.4028235E38
  javax.faces.converter.IntegerConverter.INTEGER=value must be a number
  javax.faces.converter.IntegerConverter.INTEGER_detail=value must be a number between -2147483648 and 2147483647
  javax.faces.converter.LongConverter.LONG=value must be a number
  javax.faces.converter.LongConverter.LONG_detail=must be a number between -9223372036854775808 and 9223372036854775807
  javax.faces.converter.NumberConverter.CURRENCY=value must be a currency amount
  javax.faces.converter.NumberConverter.CURRENCY_detail=value must be a currency amount, eg. {1}
  javax.faces.converter.NumberConverter.PERCENT=value must be a percentage amount
  javax.faces.converter.NumberConverter.PERCENT_detail=value must be a percentage amount, eg. {1}
  javax.faces.converter.NumberConverter.NUMBER=value must be a number
  javax.faces.converter.NumberConverter.NUMBER_detail=value must be a number
  javax.faces.converter.NumberConverter.PATTERN=value must be a number
  javax.faces.converter.NumberConverter.PATTERN_detail=value must be a number
  javax.faces.converter.ShortConverter.SHORT=value must be a number
  javax.faces.converter.ShortConverter.SHORT_detail=value must be a number between -32768 and 32767
  
  
  
  
  
  1.3       +0 -0      jboss-seam/examples/icefaces/resources/seam.properties
  
  	<<Binary file>>
  
  



More information about the jboss-cvs-commits mailing list