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

Christian Bauer christian at hibernate.org
Sat Sep 15 13:06:18 EDT 2007


  User: cbauer  
  Date: 07/09/15 13:06:18

  Modified:    examples/wiki/src/etc/META-INF   wiki.taglib.xml
                        persistence-test-war.xml
  Log:
  Various updates (tests still broken)
  
  Revision  Changes    Path
  1.18      +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.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- wiki.taglib.xml	4 Sep 2007 09:33:19 -0000	1.17
  +++ wiki.taglib.xml	15 Sep 2007 17:06:18 -0000	1.18
  @@ -55,6 +55,12 @@
       </function>
   
       <function>
  +        <function-name>getType</function-name>
  +        <function-class>org.jboss.seam.wiki.util.WikiUtil</function-class>
  +        <function-signature>java.lang.String getType(org.jboss.seam.wiki.core.model.Node)</function-signature>
  +    </function>
  +
  +    <function>
           <function-name>truncateString</function-name>
           <function-class>org.jboss.seam.wiki.util.WikiUtil</function-class>
           <function-signature>java.lang.String truncateString(java.lang.String,int,java.lang.String)</function-signature>
  
  
  
  1.8       +2 -5      jboss-seam/examples/wiki/src/etc/META-INF/persistence-test-war.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: persistence-test-war.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/META-INF/persistence-test-war.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- persistence-test-war.xml	25 Aug 2007 17:59:22 -0000	1.7
  +++ persistence-test-war.xml	15 Sep 2007 17:06:18 -0000	1.8
  @@ -47,15 +47,12 @@
   
               <!-- Enable EHCache and register the JMX monitoring MBean -->
               <property name="hibernate.cache.provider_class" value="org.jboss.seam.wiki.util.MonitoringEHCacheProvider"/>
  -            <property name="hibernate.cache.use_query_cache" value="false"/>
  -            <property name="hibernate.cache.use_second_level_cache" value="false"/>
  +            <property name="hibernate.cache.use_query_cache" value="true"/>
  +            <property name="hibernate.cache.use_second_level_cache" value="true"/>
   
               <property name="hibernate.ejb.classcache.org.jboss.seam.wiki.core.preferences.WikiPreferenceValue"
                         value="read-write, WikiPreference"/>
   
  -            <property name="hibernate.ejb.classcache.org.jboss.seam.wiki.core.model.Node"
  -                      value="read-write, WikiNode"/>
  -
               <property name="hibernate.ejb.classcache.org.jboss.seam.wiki.core.model.LinkProtocol"
                         value="nonstrict-read-write, WikiLinkProtocol"/>
   
  
  
  



More information about the jboss-cvs-commits mailing list