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

Norman Richards norman.richards at jboss.com
Fri Dec 29 15:18:07 EST 2006


  User: nrichards
  Date: 06/12/29 15:18:07

  Modified:    examples/messages/resources  import.sql
  Log:
  date format appears to be incompatible with Java 6 (jdbc 4.0 issue?)
  
  Revision  Changes    Path
  1.2       +2 -2      jboss-seam/examples/messages/resources/import.sql
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: import.sql
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/messages/resources/import.sql,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- import.sql	8 Jan 2006 01:24:17 -0000	1.1
  +++ import.sql	29 Dec 2006 20:18:07 -0000	1.2
  @@ -1,2 +1,2 @@
  -insert into Message (title, text, read, datetime) values ('Hello World', 'This is an example of a message.', 0, '2006-1-1 11:12')
  -insert into Message (title, text, read, datetime) values ('Greetings Earthling', 'This is another example of a message.', 0, '2006-2-4 03:04')
  \ No newline at end of file
  +insert into Message (title, text, read, datetime) values ('Hello World', 'This is an example of a message.', 0, '2006-01-01 11:12:00')
  +insert into Message (title, text, read, datetime) values ('Greetings Earthling', 'This is another example of a message.', 0, '2006-02-04 03:04:00')
  
  
  



More information about the jboss-cvs-commits mailing list