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

Christian Bauer christian at hibernate.org
Thu Jun 21 07:05:48 EDT 2007


  User: cbauer  
  Date: 07/06/21 07:05:48

  Modified:    examples/wiki/src/main/org/jboss/seam/wiki/core/model  
                        Comment.java DatabaseObjects.hbm.xml
  Log:
  Make it deploy and run on latest Seam CVS, still some bugs
  
  Revision  Changes    Path
  1.5       +1 -1      jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/core/model/Comment.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Comment.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/core/model/Comment.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  
  
  
  1.2       +1 -1      jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/core/model/DatabaseObjects.hbm.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DatabaseObjects.hbm.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/core/model/DatabaseObjects.hbm.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- DatabaseObjects.hbm.xml	22 Apr 2007 07:53:33 -0000	1.1
  +++ DatabaseObjects.hbm.xml	21 Jun 2007 11:05:48 -0000	1.2
  @@ -6,7 +6,7 @@
   <hibernate-mapping>
   
       <!-- TODO: Re-creating FK constraints with options not supported by Hibernate's @ForeignKey
  -    This sucks big time... especially for MySQL which is too dumb to recognize two commands separater with a semicolon...
  +    This sucks big time... especially for MySQL which is too dumb to recognize two commands separated with a semicolon...
       http://opensource.atlassian.com/projects/hibernate/browse/ANN-598
   
       You have to wonder how horrible MySQL really is deep inside:
  
  
  



More information about the jboss-cvs-commits mailing list