User: d_jencks
  Date: 02/03/24 14:00:44

  Modified:    src/resources/bank/META-INF jaws.xml
  Log:
  Tests for new ConnectionManager implementation. Many of these fail with the current 
less-than-spec-compliant jca-jdbc wrappers, but work ok with e.g. the firebird 
connector. Also, nojars combined targets removed, any test target can be run with 
-Dnojars=t.  Also, log4j logging fixed and moved to xml config.
  
  Revision  Changes    Path
  1.4       +1 -3      jbosstest/src/resources/bank/META-INF/jaws.xml
  
  Index: jaws.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/resources/bank/META-INF/jaws.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- jaws.xml  8 Nov 2000 13:00:52 -0000       1.3
  +++ jaws.xml  24 Mar 2002 22:00:44 -0000      1.4
  @@ -1,8 +1,6 @@
   <?xml version="1.0" encoding="Cp1252"?>
   
   <jaws>
  -     <datasource>java:/DefaultDS</datasource>
  -     <type-mapping>Hypersonic SQL</type-mapping>
        <enterprise-beans>
          <entity>
         <ejb-name>Account</ejb-name>
  @@ -21,7 +19,7 @@
         <cmp-field>
           <field-name>balance</field-name>
           <column-name>balance</column-name>
  -        <sql-type>REAL</sql-type>
  +        <sql-type>DOUBLE PRECISION</sql-type>
           <jdbc-type>REAL</jdbc-type>
         </cmp-field>
         <finder>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to