[jboss-cvs] jboss-seam/examples/wiki/src/etc ...

Christian Bauer christian at hibernate.org
Wed Sep 26 05:36:18 EDT 2007


  User: cbauer  
  Date: 07/09/26 05:36:18

  Modified:    examples/wiki/src/etc  import-dev.sql
  Log:
  New handling for Seam Text errors, no more STDERR garbage
  
  Revision  Changes    Path
  1.46      +4 -4      jboss-seam/examples/wiki/src/etc/import-dev.sql
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: import-dev.sql
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/import-dev.sql,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -b -r1.45 -r1.46
  --- import-dev.sql	24 Sep 2007 08:23:24 -0000	1.45
  +++ import-dev.sql	26 Sep 2007 09:36:18 -0000	1.46
  @@ -180,10 +180,10 @@
   
   -- Add some comments
   
  -insert into COMMENTS (COMMENT_ID, OBJ_VERSION, SUBJECT, FROM_USER_NAME, FROM_USER_EMAIL, FROM_USER_HOMEPAGE, DOCUMENT_ID, COMMENT_TEXT, USE_WIKI_TEXT, CREATED_ON) values (1, 0, 'This is a Test comment', 'My Name', 'my at email.address.com', 'http://www.my.home.page.com/', 10, 'Collaboration-oriented websites require a human-friendly markup language for easy entry of formatted text in forum posts, wiki pages, blogs, comments, etc. Seam provides the <s:formattedText/> control for display of formatted text that conforms to the Seam Text language. Seam Text is implemented using an ANTLR-based parser. You do not need to know anything about ANTLR to use it, however.', true, '2005-06-27 13:45:00')
  -insert into COMMENTS (COMMENT_ID, OBJ_VERSION, SUBJECT, FROM_USER_NAME, FROM_USER_EMAIL, FROM_USER_HOMEPAGE, DOCUMENT_ID, COMMENT_TEXT, USE_WIKI_TEXT, CREATED_ON) values (2, 0, 'This is another comment', 'My Name', 'my at email.address.com', 'http://www.my.home.page.com/', 10, 'Collaboration-oriented websites require a human-friendly markup language for easy entry of formatted text in forum posts, wiki pages, blogs, comments, etc. Seam provides the <s:formattedText/> control for display of formatted text that conforms to the Seam Text language. Seam Text is implemented using an ANTLR-based parser. You do not need to know anything about ANTLR to use it, however.', true, '2005-06-28 13:45:00')
  -insert into COMMENTS (COMMENT_ID, OBJ_VERSION, SUBJECT, FROM_USER_NAME, FROM_USER_EMAIL, FROM_USER_HOMEPAGE, DOCUMENT_ID, COMMENT_TEXT, USE_WIKI_TEXT, CREATED_ON) values (3, 0, 'This is a third comment', 'My Name', 'my at email.address.com', 'http://www.my.home.page.com/', 10, 'Collaboration-oriented websites require a human-friendly markup language for easy entry of formatted text in forum posts, wiki pages, blogs, comments, etc. Seam provides the <s:formattedText/> control for display of formatted text that conforms to the Seam Text language. Seam Text is implemented using an ANTLR-based parser. You do not need to know anything about ANTLR to use it, however.', true, '2005-06-29 13:45:00')
  -insert into COMMENTS (COMMENT_ID, OBJ_VERSION, SUBJECT, FROM_USER_NAME, FROM_USER_EMAIL, FROM_USER_HOMEPAGE, DOCUMENT_ID, COMMENT_TEXT, USE_WIKI_TEXT, CREATED_ON) values (4, 0, 'My opinion about this blog entry', 'My Name', 'my at email.address.com', 'http://www.my.home.page.com/', 22, 'Collaboration-oriented websites require a human-friendly markup language for easy entry of formatted text in forum posts, wiki pages, blogs, comments, etc. Seam provides the <s:formattedText/> control for display of formatted text that conforms to the Seam Text language. Seam Text is implemented using an ANTLR-based parser. You do not need to know anything about ANTLR to use it, however.', true, '2005-06-29 13:45:00')
  +insert into COMMENTS (COMMENT_ID, OBJ_VERSION, SUBJECT, FROM_USER_NAME, FROM_USER_EMAIL, FROM_USER_HOMEPAGE, DOCUMENT_ID, COMMENT_TEXT, USE_WIKI_TEXT, CREATED_ON) values (1, 0, 'This is a Test comment', 'My Name', 'my at email.address.com', 'http://www.my.home.page.com/', 10, 'Collaboration-oriented websites require a human-friendly markup language for easy entry of formatted text in forum posts, wiki pages, blogs, comments, etc. Seam provides the |<s:formattedText/>| control for display of formatted text that conforms to the Seam Text language. Seam Text is implemented using an ANTLR-based parser. You do not need to know anything about ANTLR to use it, however.', true, '2005-06-27 13:45:00')
  +insert into COMMENTS (COMMENT_ID, OBJ_VERSION, SUBJECT, FROM_USER_NAME, FROM_USER_EMAIL, FROM_USER_HOMEPAGE, DOCUMENT_ID, COMMENT_TEXT, USE_WIKI_TEXT, CREATED_ON) values (2, 0, 'This is another comment', 'My Name', 'my at email.address.com', 'http://www.my.home.page.com/', 10, 'Collaboration-oriented websites require a human-friendly markup language for easy entry of formatted text in forum posts, wiki pages, blogs, comments, etc. Seam provides the |<s:formattedText/>| control for display of formatted text that conforms to the Seam Text language. Seam Text is implemented using an ANTLR-based parser. You do not need to know anything about ANTLR to use it, however.', true, '2005-06-28 13:45:00')
  +insert into COMMENTS (COMMENT_ID, OBJ_VERSION, SUBJECT, FROM_USER_NAME, FROM_USER_EMAIL, FROM_USER_HOMEPAGE, DOCUMENT_ID, COMMENT_TEXT, USE_WIKI_TEXT, CREATED_ON) values (3, 0, 'This is a third comment', 'My Name', 'my at email.address.com', 'http://www.my.home.page.com/', 10, 'Collaboration-oriented websites require a human-friendly markup language for easy entry of formatted text in forum posts, wiki pages, blogs, comments, etc. Seam provides the |<s:formattedText/>| control for display of formatted text that conforms to the Seam Text language. Seam Text is implemented using an ANTLR-based parser. You do not need to know anything about ANTLR to use it, however.', true, '2005-06-29 13:45:00')
  +insert into COMMENTS (COMMENT_ID, OBJ_VERSION, SUBJECT, FROM_USER_NAME, FROM_USER_EMAIL, FROM_USER_HOMEPAGE, DOCUMENT_ID, COMMENT_TEXT, USE_WIKI_TEXT, CREATED_ON) values (4, 0, 'My opinion about this blog entry', 'My Name', 'my at email.address.com', 'http://www.my.home.page.com/', 22, 'Collaboration-oriented websites require a human-friendly markup language for easy entry of formatted text in forum posts, wiki pages, blogs, comments, etc. Seam provides the |<s:formattedText/>| control for display of formatted text that conforms to the Seam Text language. Seam Text is implemented using an ANTLR-based parser. You do not need to know anything about ANTLR to use it, however.', true, '2005-06-29 13:45:00')
   
   -- Some more subdirectories in the members home
   
  
  
  



More information about the jboss-cvs-commits mailing list