You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by oz...@apache.org on 2004/05/25 17:43:52 UTC

cvs commit: jakarta-commons-sandbox/transaction/example/mapConnector/src/conf web.xml

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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org