[jboss-cvs] jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/core/dao ...

Peter Muir peter at bleepbleep.org.uk
Thu Sep 27 08:01:18 EDT 2007


  User: pmuir   
  Date: 07/09/27 08:01:18

  Modified:    examples/wiki/src/main/org/jboss/seam/wiki/core/dao 
                        FeedDAO.java
  Log:
  JBSEAM-1929, update wiki example, add to blog example
  
  Revision  Changes    Path
  1.20      +2 -2      jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/core/dao/FeedDAO.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: FeedDAO.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/core/dao/FeedDAO.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- FeedDAO.java	26 Sep 2007 09:36:18 -0000	1.19
  +++ FeedDAO.java	27 Sep 2007 12:01:18 -0000	1.20
  @@ -13,7 +13,7 @@
   import org.jboss.seam.wiki.core.engine.WikiLink;
   import org.jboss.seam.wiki.core.engine.WikiLinkResolver;
   import org.jboss.seam.wiki.core.action.prefs.WikiPreferences;
  -import org.jboss.seam.wiki.core.ui.SeamTextValidator;
  +import org.jboss.seam.ui.validator.FormattedTextValidator;
   import org.jboss.seam.wiki.util.WikiUtil;
   import org.jboss.seam.Component;
   import org.jboss.seam.log.Log;
  @@ -233,7 +233,7 @@
   
           } catch (RecognitionException rex) {
               // Swallow and log and low debug level
  -            log.debug( "Ignored parse error generating feed entry text: " + SeamTextValidator.getErrorMessage(wikiText, rex) );
  +            log.debug( "Ignored parse error generating feed entry text: " + FormattedTextValidator.getErrorMessage(wikiText, rex) );
           } catch (ANTLRException ex) {
               // All other errors are fatal;
               throw new RuntimeException(ex);
  
  
  



More information about the jboss-cvs-commits mailing list