[jboss-cvs] jboss-seam/examples/hibernate/resources-tomcat/META-INF ...

Peter Muir peter at bleepbleep.org.uk
Sun Dec 23 14:53:03 EST 2007


  User: pmuir   
  Date: 07/12/23 14:53:03

  Added:       examples/hibernate/resources-tomcat/META-INF  context.xml
  Log:
  JBSEAM-2387 and tidy up library usage
  
  Revision  Changes    Path
  1.1      date: 2007/12/23 19:53:03;  author: pmuir;  state: Exp;jboss-seam/examples/hibernate/resources-tomcat/META-INF/context.xml
  
  Index: context.xml
  ===================================================================
  <Context path="/jboss-seam-hibernate" docBase="jboss-seam-hibernate"
          debug="5" reloadable="true" crossContext="true">
  
    <Resource name="jdbc/TestDB" auth="Container" type="javax.sql.DataSource"
                 maxActive="100" maxIdle="30" maxWait="10000"
                 username="sa" driverClassName="org.hsqldb.jdbcDriver"
                 url="jdbc:hsqldb:."/>
   
  </Context>
  
  
  



More information about the jboss-cvs-commits mailing list