[jboss-cvs] JBossAS SVN: r67459 - trunk/testsuite/src/resources/jca/pscache.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 26 16:34:28 EST 2007


Author: smcgowan at redhat.com
Date: 2007-11-26 16:34:28 -0500 (Mon, 26 Nov 2007)
New Revision: 67459

Modified:
   trunk/testsuite/src/resources/jca/pscache/jboss.xml
Log:
JBAS-5000

Modified: trunk/testsuite/src/resources/jca/pscache/jboss.xml
===================================================================
--- trunk/testsuite/src/resources/jca/pscache/jboss.xml	2007-11-26 21:33:07 UTC (rev 67458)
+++ trunk/testsuite/src/resources/jca/pscache/jboss.xml	2007-11-26 21:34:28 UTC (rev 67459)
@@ -5,13 +5,13 @@
 
 <jboss>
    <enterprise-beans>
-      <session>
+      <entity>
          <ejb-name>PreparedStatementBean</ejb-name>
          <resource-ref>
             <res-ref-name>jdbc/DataSource</res-ref-name>
             <jndi-name>java:/CachedPSDS</jndi-name>
          </resource-ref>
-      </session>
+      </entity>
    </enterprise-beans>
 
 </jboss>




More information about the jboss-cvs-commits mailing list