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

Christian Bauer christian at hibernate.org
Thu Apr 26 01:29:17 EDT 2007


  User: cbauer  
  Date: 07/04/26 01:29:17

  Modified:    examples/wiki/src/etc/META-INF   persistence-dev-war.xml
                        wiki.taglib.xml
  Log:
  Broken Hibernate Search integration, to debug for Emmanuel
  
  Revision  Changes    Path
  1.5       +3 -1      jboss-seam/examples/wiki/src/etc/META-INF/persistence-dev-war.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: persistence-dev-war.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/META-INF/persistence-dev-war.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- persistence-dev-war.xml	19 Apr 2007 18:36:11 -0000	1.4
  +++ persistence-dev-war.xml	26 Apr 2007 05:29:17 -0000	1.5
  @@ -13,9 +13,11 @@
            <property name="hibernate.hbm2ddl.auto" value="create-drop"/>
            <property name="hibernate.show_sql" value="true"/>
            <property name="hibernate.use_sql_comments" value="true"/>
  -         <property name="hibernate.format_sql" value="true"/>
  +         <property name="hibernate.format_sql" value="false"/>
            <property name="hibernate.jdbc.batch_size" value="0"/>
            <property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.JBossTransactionManagerLookup"/>
  +         <property name="hibernate.search.default.directory_provider" value="org.hibernate.search.store.FSDirectoryProvider"/>
  +         <property name="hibernate.search.default.indexBase" value="/tmp/lucene/indexes"/>
         </properties>
      </persistence-unit>
       
  
  
  
  1.12      +6 -0      jboss-seam/examples/wiki/src/etc/META-INF/wiki.taglib.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: wiki.taglib.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/META-INF/wiki.taglib.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- wiki.taglib.xml	17 Apr 2007 15:16:54 -0000	1.11
  +++ wiki.taglib.xml	26 Apr 2007 05:29:17 -0000	1.12
  @@ -85,6 +85,12 @@
       </function>
   
       <function>
  +        <function-name>displayFilesize</function-name>
  +        <function-class>org.jboss.seam.wiki.util.WikiUtil</function-class>
  +        <function-signature>java.lang.String displayFilesize(int)</function-signature>
  +    </function>
  +
  +    <function>
           <function-name>unwrap</function-name>
           <function-class>org.jboss.seam.wiki.util.WikiUtil</function-class>
           <function-signature>java.lang.Throwable unwrap(java.lang.Throwable)</function-signature>
  
  
  



More information about the jboss-cvs-commits mailing list