ozeigermann    2004/05/25 08:43:52

  Modified:    transaction/example/mapConnector/src/conf web.xml
  Log:
  Fixed wrong path to test servlet
  
  Revision  Changes    Path
  1.2       +2 -2      
jakarta-commons-sandbox/transaction/example/mapConnector/src/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/transaction/example/mapConnector/src/conf/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml   25 May 2004 14:29:23 -0000      1.1
  +++ web.xml   25 May 2004 15:43:51 -0000      1.2
  @@ -4,7 +4,7 @@
        <servlet>
                <servlet-name>Test</servlet-name>
                <display-name>Test</display-name>
  -             
<servlet-class>org.apache.commons.transaction.jca.TestServlet</servlet-class>
  +             <servlet-class>connector.TestServlet</servlet-class>
        </servlet>
        <servlet-mapping>
                <servlet-name>Test</servlet-name>
  @@ -12,7 +12,7 @@
        </servlet-mapping>
      <resource-ref >
         <res-ref-name>Map</res-ref-name>
  -      
<res-type>org.apache.commons.transaction.jca.MapManagedConnectionFactory</res-type>
  +      
<res-type>org.apache.commons.transaction.memory.jca.MapManagedConnectionFactory</res-type>
         <res-auth>Container</res-auth>
      </resource-ref>
   </web-app>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to