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

Gavin King gavin.king at jboss.com
Tue May 29 20:38:40 EDT 2007


  User: gavin   
  Date: 07/05/29 20:38:40

  Modified:    examples/wiki/src/etc  wiki-dev-ds.xml
  Log:
  get rid of SeamFaceletViewHandler
  
  Revision  Changes    Path
  1.3       +1 -2      jboss-seam/examples/wiki/src/etc/wiki-dev-ds.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: wiki-dev-ds.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/wiki-dev-ds.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- wiki-dev-ds.xml	27 Apr 2007 10:33:18 -0000	1.2
  +++ wiki-dev-ds.xml	30 May 2007 00:38:40 -0000	1.3
  @@ -3,7 +3,7 @@
   
       <local-tx-datasource>
           <jndi-name>wikiDatasource</jndi-name>
  -        <connection-url>jdbc:hsqldb:hsql://localhost</connection-url>
  +        <connection-url>jdbc:hsqldb:hsql:.</connection-url>
           <driver-class>org.hsqldb.jdbcDriver</driver-class>
           <user-name>sa</user-name>
           <password></password>
  @@ -16,4 +16,3 @@
       </local-tx-datasource>
   
   </datasources>
  -
  
  
  



More information about the jboss-cvs-commits mailing list